g_Player.Play bug? (1 Viewer)

Lars Vinter

Portal Member
January 11, 2007
35
1
44
Home Country
Denmark Denmark
Michel, I could use your help again. It seems that My Podcasts is not working very well with the 0.2.2.0 release. Both audio and video streams were not working at first but I changed the code from g_player.Play() to g_player.PlayAudioStream() and now the audio files are at least working again.

I cannot seem to get any video streams to work. Is there something wrong with my code below?:


g_Player.FullScreen = true;
if (g_Player.Play(url))
{
GUIGraphicsContext.IsFullScreenVideo = true;
GUIWindowManager.ActivateWindow((int)GUIWindow.Window.WINDOW_FULLSCREEN_VIDEO);
}

Thanks,
Fred


I know this might sound strange, but try to clean-up the cache in Windows Media Player completely and also compelte delete all temporary files in Internet Explorer - and then try again to play back the file.

I believe the problem with g_Player(Play) is occuring when WMP has the stream cached. And the stream will be in the cache, if the entire stream has already been played once (but not if it has only been played partially).

Regards
 

Users who are viewing this thread

Top Bottom