Difference between revisions of "Live555"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Remove template data per revision 61024)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{website|LiveMedia|http://www.live555.com/liveMedia/}}
+
{{Protocol|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 ===
+
== Links ==
{{See|Documentation:Modules/live555}}
+
As of April 2019 the live555 site is down unexpectedly. Meanwhile, the site maintainers provide this link to a cached copy: https://web.archive.org/web/20190109124313/live555.com/liveMedia/
 
 
== 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]]

Latest revision as of 08:11, 19 April 2019

RTSP
VLC uses this protocol (or access module) to read data from a device or network.
This protocol is handled by the rtsp module.

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

Syntax:

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

Links

As of April 2019 the live555 site is down unexpectedly. Meanwhile, the site maintainers provide this link to a cached copy: https://web.archive.org/web/20190109124313/live555.com/liveMedia/