Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: MP3/MPlayer extention 0.25 released




On 22 Nov 2001 "Stephan Schreiber" <stephan@sschreiber.de> wrote:

> I have the opposite effect:
> after switching back with the <back> button, I have video (as I have all the
> time while listening to mp3) but no audio.
> Then VDR exits (saying 'pure virtual method called') and runvdr reloads the
> driver.

I cannot say much about this, as I never had problems like that.
What happens if you stops playback with the blue key?

Anyway I had a look at the source and found a possible cause for
this. Please try this patch:

diff -uN VDR-0.98-mp3-0.25/mp3-dvb.c VDR/mp3-dvb.c
--- VDR-0.98-mp3-0.25/mp3-dvb.c	Wed Nov 14 21:26:49 2001
+++ VDR/mp3-dvb.c	Fri Nov 23 16:16:56 2001
@@ -789,7 +789,7 @@
   lpcmFrame.LPCM[3] = 0xa0;  // substream ID
   mpgmode=mmStopped;
 
-  while(Busy() || mpgmode!=mmStopped) {
+  while(Busy()) {
     sleep=1;
 
 #ifdef DEBUG

-- 
Stefan Huelswitt
huels@iname.com  | http://home.pages.de/~nathan



Home | Main Index | Thread Index