Difference between revisions of "RTMP"

From VideoLAN Wiki
Jump to navigation Jump to search
m
(example)
Line 5: Line 5:
 
{{clear}}
 
{{clear}}
 
==Compatibility==
 
==Compatibility==
VlC supports RTMP and rtmp:// URLs as of version 1.1, through the [[Documentation:Modules/avio|avio]] module via the libavformat library.
+
VLC supports RTMP and rtmp:// URLs as of version 1.1, through the [[Documentation:Modules/avio|avio]] module via the libavformat library.
 +
 
 +
==Example==
 +
Find the swfurl of the RTMP stream (if required), and place it in the appropriate location below:
 +
 
 +
vlc rtmp://10.12.34.56/ --avio-options "{rtmp_swfurl=http://path/to/the.swf}"
  
 
==See also==
 
==See also==

Revision as of 02:40, 16 August 2013

??
VLC uses this protocol (or access module) to read data from a device or network.

Real Time Messaging Protocol (RTMP) is a protocol used by Macromedia Flash.

Compatibility

VLC supports RTMP and rtmp:// URLs as of version 1.1, through the avio module via the libavformat library.

Example

Find the swfurl of the RTMP stream (if required), and place it in the appropriate location below:

vlc rtmp://10.12.34.56/ --avio-options "{rtmp_swfurl=http://path/to/the.swf}"

See also