Is it possible to maybe hardcode the poll param to -1 ? for a dirty workaround? I've looked through the file xine.py but since I'm not much of a coder I wasn't able to find a good section to change the poll param. Thanks in advance
Martin Am Freitag, den 31.03.2006, 19:26 +0200 schrieb Michele Ravani: > I have noticed that every time the poll parameter isn't -1 the command > fails to display. Something in the configuration files is wrong, but I > haven't found out what causes the setting of the poll param. > > M > > > Martin Miller wrote: > > hi list, > > > > I have a bug or what ever :) when I try to play a movie with xine. > > below are the 2 system calls mplayer and xine. The movie runs fine when > > using mplayer but xine will not work for some reason. > > > > The errrorlogs of xine are empty so there is no clue to get from there.. > > > > I am wondering maybe i'm wrong but since mplayer starts it using the path > > //mnt... and xine starts with ///mnt maybe there is something wrong with the > > path to the file is that possible? > > > > > > I also tried to run the command from the commandline using ///mnt I got an > > file not found error. > > > > Thanks in advance > > > > > > Martin > > > > mplayer.py (202): MPlayer.play(): mode=file, > > url=//mnt/Serien/Bullyparade/Bullyparade.-.Folge.01.-.25.02.02.ripped.by.guancho.mpg > > logging child to "/var/log/freevo/mplayer-stdout.log" > > logging child to "/var/log/freevo/mplayer-stderr.log" > > self.t1.isAlive()=True, self.t2.isAlive()=True > > ChildApp.__init__(), pid=8580, app=/usr/bin/mplayer -autosync 100 -nolirc > > -autoq 100 -screenw 800 -screenh 600 -fs -slave -ao alsa,oss,esd -v -vo > > xv,sdl,x11, -cache 5000 > > //mnt/Serien/Bullyparade/Bullyparade.-.Folge.01.-.25.02.02.ripped.by.guancho.mpg > > -vf pp=de, poll=-1 > > > > > > > > xine.py (229): Xine.play(): Starting cmd=['--prio=-20', '/usr/bin/xine', > > '--hide-gui', '-pq', '-g', '-B', '--geometry', '800x600+0+0', '--no-splash', > > '--stdctl', '-V', 'xv', '-A', 'oss', '--post=pp:quality=10;expand', > > 'file:///mnt/Serien/Bullyparade/Bullyparade.-.Folge.01.-.25.02.02.ripped.by.guancho.mpg'] > > logging child to "/var/log/freevo/xine-stdout.log" > > logging child to "/var/log/freevo/xine-stderr.log" > > self.t1.isAlive()=True, self.t2.isAlive()=True > > ChildApp.__init__(), pid=8588, app=/usr/bin/xine --hide-gui -pq -g -B > > --geometry 800x600+0+0 --no-splash --stdctl -V xv -A oss > > --post=pp:quality=10;expand > > file:///mnt/Serien/Bullyparade/Bullyparade.-.Folge.01.-.25.02.02.ripped.by.guancho.mpg, > > poll=256 > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Freevo-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freevo-users > -- Analog-/ISDN-Nutzer sparen mit GMX SmartSurfer bis zu 70%! Kostenlos downloaden: http://www.gmx.net/de/go/smartsurfer ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
