The OSD_STOP_WHEN_PLAYING = 1 did not solve the problem, so I tried putting
the mplayer line on the command-line, to see what option causes this.

It turned out the be the -fs option.  Removing that from the line, solved
the whole problem.
Problem is, that the -fs option, is hard coded in the
/tv/plugins/mplayer.py, so I had to remove it overthere.

Is this a tiny little bug?  Or am I overlooking something?


Michel


2007/2/20, Duncan Webb <[EMAIL PROTECTED]>:

On Tue, 20 February, 2007 8:38 am, Michel Hoogervorst wrote:
> This is the command-line I get from main-500.log :
>
>
> /usr/bin/mplayer -vo sdl -ao alsa -fs -nojoystick -nolirc -screenw 800
> -screenh 600 -slave -nocache tv:// -tv driver=v4l2:freq=
>
208.000:device=/dev/video0:input=0:norm=PAL:width=768:height=576:outfmt=yu
> y2
>
>
> I can't realy imagine that this line is wrong, since it is working
> correctly with the fbdev driver, but I'll try to enter it on the
> command-line this evening.

You may need to set OSD_STOP_WHEN_PLAYING = 1 in local_conf.py

This will stop and restart the freevo interface during playing a video.

When you try the above line from the command line it's good to remove the
-slave option, otherwise 'q' won't work.

Duncan


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to