"Youri van Gorselen" wrote: > Still no luck, this is my output > > ChildApp.__init__(), pid=723, app=./runapp --prio=-20 > ./runtime/apps/mplayer/mplayer -ac hwac3,mad, -autosync 100 -nolirc -autoq > 100 -screenw 800 -screenh 600 -fs -slave -ao alsa9 -cache 5000 -v -vo mga > "/mnt/freevo/movies/Lord of The > rings/Lord_of_the_Rings_Extended_Edition_(2001).CD1.avi" , poll=-1 > data parsing done > childapp: killing pid 723 signal 2 > childapp: Before wait(723) > childapp: After wait() > stderr: No data, stopping (pid 726)! > Killing mplayer > > Any idea's?
Not now. Please open src/video/plugins/mplayer.py. Goto the line | def parse(self, line): and add | print line in the next line (this line needs to be at the same level of indention as the following lines. Or maybe try to run ./runtime/apps/mplayer/mplayer -ac hwac3,mad, -autosync 100 -nolirc -autoq 100 -screenw 800 -screenh 600 -fs -slave -ao alsa9 -cache 5000 -v -vo sdl "/mnt/freevo/movies/Lord of The rings/Lord_of_the_Rings_Extended_Edition_(2001).CD1.avi" Everything in one line. Dischi -- Your mouse has moved. Windows NT must be restarted for the change to take effect. Reboot now? [ OK ] ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
