Currently I'm busy working on the UitzendingGemist plugin. I have a problem for which I can't figure out a solution. First, let me tell you that the streams available have '.wvx' extension. When I use g_player.PlayVideoStream(url), it doesn't work. When I call g_player.PlayAudioStream(url) however, it does play. No problem here, but the problem is that it doesn't detect the end of the video, therefore it doesn't stop properly and continues working in the background. In fullscreen, it doesn't return to the menu. When I press 'stop' before the video ends, it works perfectly fine.
Can someone tell me why audioplayer is playing the video's? And does someone know a possibilty to enforce the audioplayer to stop when the video ends? Of course, I can give you the code if you like.
Can someone tell me why audioplayer is playing the video's? And does someone know a possibilty to enforce the audioplayer to stop when the video ends? Of course, I can give you the code if you like.