There is also in freevo_config.py (usually in /usr/share/freevo/) the setting
that freevo uses. Under the mplayer settings is:
if CONF.display == 'x11':
MPLAYER_VO_DEV = 'xv,sdl,x11,' # X11 drivers in order of preference
I would think if you change this and add only the options your specific system
can/will use, it will work.
The method below would be a better fix (in case you upgrade or change your
system in the future), but I have had issues with the mplayer.conf file in teh
past.
Good Luck!!
joe
Quoting Jake Briggs <[EMAIL PROTECTED]>:
> I had a look at my /etc/freevo/local_conf.py, but I can't seem to find
> the appropriate option! I am sure I have tweaked this before. The option
> XINE_VO_DEV is how you set it for xine....
>
> Oh thats right, I have a /etc/mplayer/mplayer.conf file. Inside it, I
> specifiy the output by :
>
> vo=sdl
>
> Apart from comments, that's all that's in that file. I don't have a
> clear understanding of which video out device is best, I am using opengl
> for xine and sdl for mplayer. I wouldn't be surprised if the sdl
> librarys were using opengl....
>
> I use debian, so it that file may be different, maybe its
> ~/.mplayer/config (which I also have, but its empty)
>
> I am positive you can specify it in local_conf.py, like :
>
> MPLAYER_ARGS = { 'dvd' : '-cache 8192 -fs -screenw 1024 -screenh 768
> -vo sdl',
> 'avi' : '-cache 5000 -idx -fs -screenw 1024 -screenh
> 768 -autosync 1 -vo opengl',
> 'rm' : '-cache 5000 -fs -screenw 1024 -screenh 768
> -vo x11'
> }
>
> Best of luck :)
>
>
> Stephen Rowles wrote:
> > Thanks for the help..
> >
> > I didn't see anything in the logs, but discovered the info about
> > turning on debug on:
> >
> > http://freevo.sourceforge.net/cgi-bin/doc/TroubleShooting
> >
> > which then output the mplayer command to the console
> >
> > after playing with the options it turns out it was specifying:
> >
> > '-autosync' '100' '-nolirc' '-autoq' '100' '-screenw' '800' '-screenh'
> > '600' '-fs' '-slave' '-ao' 'oss:/dev/dsp' '-v' '-vo' 'xv,sdl,x11,'
> > '-cache' '5000' '//data/Video/GONE_IN_60_SECONDS.ISO' '-vf' 'pp=de'
> >
> > and the problem appears to be the '-vo' 'xv,sdl,x11,' Changing this
> > when manually running the command to -vo x11 seemed to solve the
> > problem... now I just need to figure out how to make freevo specify
> > this correctly.
> >
> > I tried using xine but no luck with that either, it was trying to play
> > my .iso file as a video file and failing! I found the right command
> > line option needed on the web haven't worked out how to feed that into
> > freevo yet either ;)
> >
> > But as my dvd's are ripped to ISO without menus - either player will
> > do, and I was closer to getting mplayer working
> >
> > Jake Briggs wrote:
> >> Have a look in the freevo logs, there you will see the command line
> >> used to launch mplayer. Try running that by hand :)
> >>
> >> The logs are in /tmp/freevo
> >>
> >> In my main-1000.log file, I have entries such as :
> >>
> >> ---- BORING LOG FILE ENTRIES ----
> >>
> >> mplayervis.py (422): Detected MPlayer 'export' audio filter! Using MPAV.
> >> mplayer.py (177): MPlayer.play(): Starting cmd=['--prio=-20',
> >> '/usr/bin/mplayer', '-slave', '-autosync', '100', '-nolirc',
> >> '-autoq', '100', '-screenw', '1024', '-screenh', '768', '-fs', '-vo',
> >> 'null', '-ao', 'oss:/dev/dsp', '', '-demuxer', '17', '', '',
> >> '/freevo-links/F-mp3/System of a Down/System_Of_A_Down-Hypnotize
> >> BETTER QUALITY
> >> _(Retail)-2005-XXL/09-system_of_a_down-vicinity_of_obscenity.mp3',
> >> '-af', 'export=/tmp/mpav']
> >> logging child to "/tmp/freevo/mplayer-stdout.log"
> >> logging child to "/tmp/freevo/mplayer-stderr.log"
> >> ChildApp.__init__(), pid=3693, app=/usr/bin/mplayer -slave -autosync
> >> 100 -nolirc -autoq 100 -screenw 1024 -screenh 768 -fs -vo null -ao
> >> oss:/dev/dsp -demuxer 17 /freevo-links/F-mp3/System of a
> >> Down/System_Of_A_Down-Hypnotize BETTER QUALITY
> >> _(Retail)-2005-XXL/09-system_of_a_down-vicinity_of_obscenity.mp3 -af
> >> export=/tmp/mpav, poll=-1
> >>
> >> ---- BORING LOG FILE ENTRIES ----
> >>
> >> You want to try to run the command line part by hand, and start to
> >> take arguments out until it works. The line that starts with
> >> "ChildApp.__init__(),", copy the part after "app=/usr/bin/". So you
> >> would try to run something like :
> >>
> >> ---- Command Line Example ----
> >> mplayer -slave -autosync 100 -nolirc -autoq 100 -screenw 1024
> >> -screenh 768 -fs -vo null -ao oss:/dev/dsp -demuxer 17
> >> /freevo-links/F-mp3/System of a Down/System_Of_A_Down-Hypnotize
> >> BETTER QUALITY
> >> _(Retail)-2005-XXL/09-system_of_a_down-vicinity_of_obscenity.mp3 -af
> >> export=/tmp/mpav, poll=-1
> >> ---- Command Line Example ----
> >>
> >> You may want to start out by removing the "-slave" and "-nolirc"
> >> options straight off.
> >>
> >> The above example is playing an mp3, but the process is the same.
> >> Also, there should be other log files in there : mplayer-stderr.log
> >> and mplayer-stdout.log. They may also hold the answer....
> >>
> >> I have switched to xine for DVD's, because it supports dvd menus etc....
> >>
> >> Jake
> >>
> >> Stephen Rowles wrote:
> >>> I've finally sorted out a way to archive my DVD's in a way that I am
> >>> happy with but when I come to play them, nothing happens.
> >>>
> >>> mplayer works fine on the command line, but launching from freevo
> >>> just gives me a black screen and nothing happens.
> >>>
> >>> Anyone got any ideas?
> >>>
> >>> Steve.
> >>>
> >>>
> >>> -------------------------------------------------------
> >>> 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
> >>
> >>
> >>
> >> -------------------------------------------------------
> >> 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
> >
> >
> >
> > -------------------------------------------------------
> > 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
>
> --
> Jacob Briggs
> Systems Engineer
>
> Core Technology Limited
> Level 1, NZX Centre
> 11 Cable Street
> Wellington
> Phone +64 4 499-1108
>
> --
>
> Named after its country of origin 'England', English is a little known
> dialect used by up to 1.5 billion non-Americans worldwide. Some interesting
> but obviously incorrect features of the language include:
>
> - queues of people
> - wonderful coloUrs
> - the useful metal aluminIum
> - the exotic herbs (h-urbs), basil (ba-zil) and oregano (o-re-gaa-no)
> - specialiSed books called 'dictionaries' that tell you how to spell words
> correctly
>
> Many people using this bizarre gutter speak also subscribe to the pagan
> belief that water freezes at 0 degrees and that distances should be measured
> in the forbidden mathematical system of base-10...
>
>
>
> -------------------------------------------------------
> 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
>
----------------------------------------------------------------
-------------------------------------------------------
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