Maybe I'm just missiong it somewhere, but how can I make a video entry
in an fxd file pass special options to mplayer for streaming video?

I am trying to tell NASA TV to play specifically at 29.976 FPS because
otherwise it plays either too fast (-channels 2) or too slow
(-channels 6)

Also, is there a way to tell mplayer to NOT use specific options using
the same method in the fxd?

Based on information I got from all over (from reading
freevo_XML_data.dtd, fxd_files.txt, and using Google) I tried the
following variations (not all at the same time):
===========================================================
    <movie title="NASA-TV" mplayer-options="-fps 29.976">
      <video mplayer-options="-fps 29.976">
        <url id="p1">
          rtsp://163.205.10.21:8080/redundant/nasatv.rm
          <player mplayer-options="-fps 29.976">mplayer</player>
          <mplayer-options>-fps 29.976</mplayer-options>
        </url>
      </video>
      <info>
        <description>Follow every step of NASA with NASA TV LIVE</description>
      </info>
    </movie>
===========================================================

And the output was always the same:

/usr/bin/mplayer -autosync 100 -nolirc -autoq 100 -fs -slave -ao alsa
-v -vo dfbmga -fs -cache 5000
rtsp://163.205.10.21:8080/redundant/nasatv.rm -vf pp=de, poll=256

For these files only I'd also like to remove the -autosync 100 and -autoq 100

Any help would be greatly appreciated,
Shawn Dowler

-- 
Want free stuff?  Find out how to get it:
- - - - -  http://dowler.homelinux.org   - - - - -

Post office worker tell me, "Don't take so many free boxes! You must
order them online from USPS! Other customers mad when you take them
all!" I laugh and yell, "It says free, bureaucrat!! What you expect,
dumb dumb?"
                                        -- OrigamiBoulder.com


-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id5hix
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to