Hi The mp3 plugin have trouble when play audio cd with cdfs module It play disk fine, but if press "stop", vdr hangs and not responding for RC command, but continue play disk. After some minutes, play stop and vdr can normal works I think cause in plugin sound buffer. Attached patch helped me I only add flush() before delete player....
Hi,
I have the same problem here with live streams and latest mp3 plugin.
Your patch stops the playback but segfaults vdr! Maybe Stefan can help in this case!!! Regards. Halim
On Fr, Jan 30, 2009 at 02:01:42 +1000, Придворов Андрей wrote:
Hi The mp3 plugin have trouble when play audio cd with cdfs module It play disk fine, but if press "stop", vdr hangs and not responding for RC command, but continue play disk. After some minutes, play stop and vdr can normal works I think cause in plugin sound buffer. Attached patch helped me I only add flush() before delete player....
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
I test 10.1 ver, not hg version With vdr-1.6.1 and 2.6.24-22 kernel It works for me...
----- Original Message ----- From: "Halim Sahin" halim.sahin@t-online.de To: vdr@linuxtv.org Sent: Saturday, January 31, 2009 12:01 AM Subject: Re: [vdr] mp3 plugin+cdfs
Hi,
I have the same problem here with live streams and latest mp3 plugin.
Your patch stops the playback but segfaults vdr! Maybe Stefan can help in this case!!! Regards. Halim
On Fr, Jan 30, 2009 at 02:01:42 +1000, Придворов Андрей wrote:
Hi The mp3 plugin have trouble when play audio cd with cdfs module It play disk fine, but if press "stop", vdr hangs and not responding for RC command, but continue play disk. After some minutes, play stop and vdr can normal works I think cause in plugin sound buffer. Attached patch helped me I only add flush() before delete player....
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
-- Halim Sahin E-Mail: halim.sahin (at) t-online.de
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Halim Sahin schrieb:
I have the same problem here with live streams and latest mp3 plugin. Your patch stops the playback but segfaults vdr!Maybe Stefan can help in this case!!!
What kind of data are the streams? icecast?
On Fr, Jan 30, 2009 at 02:01:42 +1000, Придворов Андрей wrote: Hi The mp3 plugin have trouble when play audio cd with cdfs module It play disk fine, but if press "stop", vdr hangs and not responding for RC command, but continue play disk. After some minutes, play stop and vdr can normal works
For both problems first it's important to know which internal decoder module was used. And then to find out where it hangs (this may need to add additional debug output).
Without knowing the reason of the problem, I don't like to take the suggested patch.
Regards