diff --git a/DOCS/documentation.html b/DOCS/documentation.html index e7a25c3b2c..2fd6db9e48 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -61,6 +61,7 @@
  • 2.1.1.10 FILM files
  • 2.1.1.11 RoQ files
  • 2.1.1.12 OGG/OGM files
  • +
  • 2.1.1.12 SDP files
  • 2.1.2 Audio formats @@ -435,6 +436,8 @@ suggested version is always the newest (at least 3.90).
  • libogg - optional, needed for playing OGG file format.
  • libvorbis - optional, needed for playing OGG Vorbis audio.
  • +
  • LIVE.COM Streaming Media + - optional, needed for playing RTSP/RTP streams.
  • Codecs:

    @@ -995,12 +998,13 @@ controls.

    filesmplayer [default options] [path/]filename1 [options for filename1] filename2 [options for filename2] ... VCDmplayer [options] -vcd trackno [-cdrom-device /dev/cdrom] DVDmplayer [options] -dvd titleno [-dvd-device /dev/dvd] - netmplayer [options] http://site.com/file.asf (playlists can be used too) + WWWmplayer [options] http://site.com/file.asf (playlists can be used, too) + RTSPmplayer [options] rtsp://server.example.com/streamName

    - Latest versions of MPlayer also accepts VCD and DVD tracks in URL style, just like - Xine does: mplayer dvd://1 or mplayer vcd://1

    + Latest versions of MPlayer also accept VCD and DVD tracks in URL style, just like + xine does: mplayer dvd://1 or mplayer vcd://1

       mplayer -vo x11 /mnt/Films/Contact/contact2.mpg
    @@ -1223,7 +1227,8 @@ end
     
     

    3.3 Streaming from network or pipes

    -

    MPlayer can play files from network, using the HTTP or MMS protocol.

    +

    MPlayer can play files from network, using the HTTP, MMS or RTSP/RTP + protocol.

    Playing goes by simply using adding the URL to the command line. MPlayer also honors the http_proxy environment variable, and uses diff --git a/DOCS/formats.html b/DOCS/formats.html index fd34c9f652..0881d846d5 100644 --- a/DOCS/formats.html +++ b/DOCS/formats.html @@ -216,6 +216,14 @@ before compiling MPlayer to be able to play it.

    +

    2.1.1.13 SDP files

    + +

    SDP + is an IETF standard format for describing video and/or audio RTP streams. + (The "LIVE.COM Streaming Media" + libraries are required.)

    + +

    2.1.2 Audio formats

    MPlayer is a Movie and not a Media player, although diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1 index 36071eff25..b01fa5a365 100644 --- a/DOCS/mplayer.1 +++ b/DOCS/mplayer.1 @@ -271,6 +271,10 @@ Play files according to a playlist (1 file per row or Winamp or ASX format). .B \-quiet \ \ Display less output and status messages. .TP +.B \-sdp +Specifies that the input file is a SDP ('Session Description Protocol') +file that describes an RTP session (see http://www.live.com/mplayer/). +.TP .B \-skin (BETA CODE) Load skin from the given directory (WITHOUT path name). @@ -542,6 +546,12 @@ fourcc in hex .PD 1 . .TP +.B \-rtsp-stream-over-tcp +Used with 'rtsp://' URLs to specify that the resulting incoming RTP and RTCP +packets be streamed over TCP (using the same TCP connection as RTSP). This +option may be useful if you have a broken Internet connection that does not +pass incoming UDP packets (see http://www.live.com/mplayer/). +.TP .B \-skipopening Skip DVD opening (dvdnav only). .TP @@ -2606,6 +2616,9 @@ mplayer \-dvdauth /dev/\:dvd /mnt/\:dvd/\:VIDEO_TS/\:VTS_02_4.VOB .B Stream from HTTP mplayer http://mplayer.hq/\:example.avi .TP +.B Stream using RTSP +mplayer rtsp://server.example.com/\:streamName +.TP .B Convert subtitle to MPsub (to ./\:dump.mpsub) mplayer dummy.avi \-sub source.sub \-dumpmpsub .TP