Difference between revisions of "Live555"

From VideoLAN Wiki
Jump to navigation Jump to search
(Rewrite: live555 is not a container, but a library for protocols)
Line 1: Line 1:
{{website|LiveMedia|http://www.live555.com/liveMedia/}}
+
{{Protocol|id=live|altid=livedotcom|altid2=pnm|altid3=rtsp}}
 +
{{Website|LiveMedia|http://www.live555.com/liveMedia/}}
 +
{{Open}}
 
'''LiveMedia''' from '''Live555''' is a [[library]] for streaming data over a [[RTSP]], [[RTP]] and [[SDP]] connection.
 
'''LiveMedia''' from '''Live555''' is a [[library]] for streaming data over a [[RTSP]], [[RTP]] and [[SDP]] connection.
  
== RTSP module ==
+
Syntax:
Live555 handles [[RTSP]], and [[SDP]] connections.
+
vlc <nowiki>rtsp://[user:[passwd]@]serverip:port/options</nowiki>
 
 
=== Module options ===
 
{{See|Documentation:Modules/live555}}
 
 
 
== Container format ==
 
{{mux|id=live|altid=livedotcom|encoder=n}}
 
This is a special container format used for sending information over the internet.
 
 
 
== Source code ==
 
{{file|modules/access/live555.cpp|access}}
 
  
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Revision as of 02:35, 3 April 2019

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

LiveMedia from Live555 is a library for streaming data over a RTSP, RTP and SDP connection.

Syntax:

vlc rtsp://[user:[passwd]@]serverip:port/options