Difference between revisions of "Live555"

From VideoLAN Wiki
Jump to navigation Jump to search
 
m (Remove template data per revision 61024)
 
(8 intermediate revisions by 2 users 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.
  
== Container format ==
+
Syntax:
{{mux|id=live|altid=livedotcom|encoder=n}}
+
vlc <nowiki>rtsp://[user:[passwd]@]serverip:port/options</nowiki>
This is a special container format used for sending information over the internet.
 
  
== Source code ==
+
== Links ==
{{file|modules/demux/live555.cpp|input demuxer}}
+
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/
 +
 
 +
[[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/