Difference between revisions of "Live555"

From VideoLAN Wiki
Jump to navigation Jump to search
m (→‎Source code: Repair git link)
m (Remove template data per revision 61024)
 
(6 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 ==
* rtsp-tcp ([[boolean]])
+
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/
*: Use RTP over a TCP connection ([[RTSP]]). Default false?
 
* rtp-client-port ([[integer]])
 
*: Port to use for the RTP source of the session. No default.
 
* rtsp-http ([[boolean]])
 
*: Tunnel RTSP and RTP over HTTP. Default false?
 
* rtsp-http-port ([[integer]])
 
*: Port to use for tunneling the RTSP/RTP over HTTP. Default: 80
 
* rtsp-caching ([[integer]])
 
*: Sets the default caching ([[buffering]]) value for RTSP streams, in milliseconds.
 
* rtsp-kasenna ([[boolean]])
 
*: Kasenna servers use an old and unstandard dialect of RTSP. When you set this parameter, VLC will try this dialect for communication. In this mode you cannot connect to normal RTSP servers. Default false.
 
* rtsp-user ([[string]])
 
* rtsp-pwd ([[string]])
 
*: Username and password for authentication with the server.
 
  
== Container format ==
+
[[Category:Libraries]]
{{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|input demuxer}}
 

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/