Hi there,

I still have the same problem (black screen), even with --autoplay=fq.

Debug shows this:

xine.py (176): Xine.play(): Starting 
cmd=['--prio=-20', '/usr/bin/xine', '--auto-play=fq', '--hide-gui', 
'--borderless', '--geometry', '800x600+0+0', '--no-splash', '--stdctl', '-V', 
'xv', '-A', 'oss', '--no-lirc', "--post='pp:quality=10;expand'", 
'file:///home/lyra/MOV01482.MPG']
childapp.py (82): 
['--prio=-20', '/usr/bin/xine', '--auto-play=fq', '--hide-gui', '--borderless', 
'--geometry', '800x600+0+0', '--no-splash', '--stdctl', '-V', 'xv', '-A', 
'oss', '--no-lirc', "--post='pp:quality=10;expand'", 
'file:///home/lyra/MOV01482.MPG'] 
is a list
childapp.py (281): logging child to "/var/log/freevo/xine-stdout.log"
childapp.py (281): logging child to "/var/log/freevo/xine-stderr.log"
childapp.py (128): /usr/bin/renice -20 -p 28135
childapp.py (134): self.so.isAlive()=True, self.se.isAlive()=True
childapp.py (139): ChildApp.__init__(), pid=28135, 
app="/usr/bin/xine --auto-play=fq --hide-gui --borderless --geometry 
800x600+0+0 --no-splash --stdctl -V xv -A 
oss --no-lirc --post='pp:quality=10;expand' 
file:///home/lyra/MOV01482.MPG", poll=-1
childapp.py (302): stdout: No data, stopping (pid 28125)!

xine is still running after the movie finished. If I kill it by hand log 
show this:

childapp.py (176): kill signal=15
childapp.py (191): killed the easy way
childapp.py (194): reading threads stopped
childapp.py (176): kill signal=15
childapp.py (181): already dead

I also tried to just wait for a couple of minutes, to see if freevo 
would kill xine, but without success.

While I was writing this, I was doing a few tests and just found the 
problem: xine! Running xine from command line with the same args as 
freevo gave me the same result:

[EMAIL PROTECTED]:~$ /usr/bin/xine --auto-play=fq --hide-gui --borderless 
--geometry 
800x600+0+0 --no-splash --stdctl -V xv  -A 
oss --no-lirc --post='pp:quality=10;expand' 
file:///home/lyra/MOV01482.MPG
This is xine (X11 gui) - a free video player v0.99.5cvs.
(c) 2000-2006 The xine Team.

<hangs here, if I send a "enter" on console I got this:>

xiTK received SIGSEGV signal, RIP.
Aborted

Is this expected? Removing  "--stdctl" solves the problem at command 
line... But I know... freevo needs this. Is Xine broken? or is this 
version of xine broken?


On Thursday 03 May 2007 13:31, Duncan Webb wrote:
>  Adam Butler wrote:
>  > In local_conf I added the option --auto-play=fq
>  > Not sure if it actually worked, my freevo is not working atm
>  >
>  > XINE_COMMAND = '%s --auto-play=fq --hide-gui -pq -g -B --geometry
>  > %sx%s+0+0 --no-splash' % \ (CONF.xine, CONF.width, CONF.height)
>  >
>  > XINE_ARGS_DEF = '--auto-play=fq --no-lirc -f
>  > --post=pp:quality=10,expand'
>
>  Actually it looks as if these options are the default:
>  -pq = --auto-play=q
>  -f = --auto-play=f
>
>  However df_xine does not have these options
>
>  Duncan
>
>  > ----- Original Message ----
>  > From: Duncan Webb <[EMAIL PROTECTED]>
>  > To: freevo-users@lists.sourceforge.net
>  > Sent: Wednesday, 2 May, 2007 9:14:01 PM
>  > Subject: Re: [Freevo-users] black screen after playing video
>  >
>  > Adam Butler wrote:
>  >> I was getting the same thing on mine I think there is an option
>  >> to close xine after playback but I dont remember if this fixed it
>  >
>  > Nice, how did you implement it? and it sound reasonable as there
>  > is an option to quit after playback that is described in the man
>  > page.
>  >
>  >> ----- Original Message ----
>  >> From: Christian Lyra <[EMAIL PROTECTED]>
>  >> To: freevo-users@lists.sourceforge.net
>  >> Sent: Tuesday, 1 May, 2007 11:57:16 PM
>  >> Subject: [Freevo-users] black screen after playing video
>  >>
>  >> Hi there,
>  >>
>  >> I just notice that after playing a video I got a black screen
>  >> instead of returning to the freevo menu. Oddly enough if I
>  >> forward for the near end of the file and wait, the video finish
>  >> and freevo return to the menu. If I just play the video (and
>  >> never hit the fast forward), when it finished I got the black
>  >> screen. Pressing ESC at the black screen return to the freevo
>  >> menu.
>  >>
>  >> Maybe it´s something with xine, as it is my default player. I
>  >> will try with mplayer. Does anyone has noticed the same problem?
>  >
>  > You can try this patch and let me know if it works for both the
>  > x11 version and the df_xine version
>  >
>  > svn diff src/video/plugins/xine.py
>  > Index: src/video/plugins/xine.py
>  > ==================================================================
>  >= --- src/video/plugins/xine.py   (revision 9546)
>  > +++ src/video/plugins/xine.py   (working copy)
>  > @@ -136,6 +136,8 @@
>  >          if not config.XINE_HAS_NO_LIRC and '--no-lirc' in
>  > command: command.remove('--no-lirc')
>  >
>  > +        command.append('--auto-play=q')
>  > +
>  >          self.max_audio        = 0
>  >          self.current_audio    = -1
>  >          self.max_subtitle     = 0
>  >
>  > Duncan
>  >
>  >
>  > ------------------------------------------------------------------
>  >------- This SF.net email is sponsored by DB2 Express
>  > Download DB2 Express C - the FREE version of DB2 express and take
>  > control of your XML. No limits. Just data. Click to get it now.
>  > http://sourceforge.net/powerbar/db2/
>  > _______________________________________________
>  > Freevo-users mailing list
>  > Freevo-users@lists.sourceforge.net
>  > https://lists.sourceforge.net/lists/listinfo/freevo-users
>  >
>  >
>  >
>  >
>  > Send instant messages to your online friends
>  > http://au.messenger.yahoo.com
>  >
>  > ------------------------------------------------------------------
>  >------- This SF.net email is sponsored by DB2 Express
>  > Download DB2 Express C - the FREE version of DB2 express and take
>  > control of your XML. No limits. Just data. Click to get it now.
>  > http://sourceforge.net/powerbar/db2/
>  > _______________________________________________
>  > Freevo-users mailing list
>  > Freevo-users@lists.sourceforge.net
>  > https://lists.sourceforge.net/lists/listinfo/freevo-users
>
> 
> ---------------------------------------------------------------------
>---- This SF.net email is sponsored by DB2 Express
>  Download DB2 Express C - the FREE version of DB2 express and take
>  control of your XML. No limits. Just data. Click to get it now.
>  http://sourceforge.net/powerbar/db2/
>  _______________________________________________
>  Freevo-users mailing list
>  Freevo-users@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/freevo-users

-- 
Christian Lyra
POP-PR - RNP

http://lyra.soueu.com.br

  Thus spake the master programmer: 
  ``After three days without programming, life becomes meaningless.'' 
                                                The Tao Of Programing

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to