[Freevo-devel] Re: [Freevo-cvslog] freevo/src/video/plugins mplayer.py,1.30,1.31

2003-10-09 Thread Dirk Meyer
Aubin Paul wrote: > I can wrap it in a try:except, but it really does fix a problem. > About 20% of the time, when I hit stop or exit, it would just sit > there for 2 seconds, both in the video and audio player. That is strange. Because: >> > + self.thread.app.write('quit\n') >> >

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/src/video/plugins mplayer.py,1.30,1.31

2003-10-08 Thread Aubin Paul
I'm seeing it with music and video... I don't use Freevo with live TV since I record everything. But this fix seems to work well for me. I haven't had any IOError's yet either. I'm going to try wrapping it afterwards. Aubin On 8-Oct-03, at 10:06 PM, Wan Tat Chee wrote: On Wed, 8 Oct 2003, Aubi

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/src/video/plugins mplayer.py,1.30,1.31

2003-10-08 Thread Wan Tat Chee
On Wed, 8 Oct 2003, Aubin Paul wrote: > I can wrap it in a try:except, but it really does fix a problem. > About 20% of the time, when I hit stop or exit, it would just sit > there for 2 seconds, both in the video and audio player. > I see it when viewing live TV using mplayer. Not with recorded

[Freevo-devel] Re: [Freevo-cvslog] freevo/src/video/plugins mplayer.py,1.30,1.31

2003-10-08 Thread Aubin Paul
I can wrap it in a try:except, but it really does fix a problem. About 20% of the time, when I hit stop or exit, it would just sit there for 2 seconds, both in the video and audio player. On Wed, Oct 08, 2003 at 12:52:57PM +0200, Dirk Meyer wrote: > [EMAIL PROTECTED] wrote: > > # $Log$ > > + # R