Difference between revisions of "Live555"

From VideoLAN Wiki
Jump to navigation Jump to search
m (→‎Source code: This is an access module now)
Line 5: Line 5:
 
Live555 handles [[RTSP]], and [[SDP]] connections.
 
Live555 handles [[RTSP]], and [[SDP]] connections.
  
===Module options===
+
=== Module options ===
* rtsp-tcp ([[boolean]])
+
{{See|Documentation:Modules/live555}}
*: 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 ==
 
== Container format ==

Revision as of 02:54, 25 March 2019

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

RTSP module

Live555 handles RTSP, and SDP connections.

Module options

See Documentation:Modules/live555

Container format

live
VLC can decode this container.
The module name to use at the command line is live, but you can also use livedotcom.

This is a special container format used for sending information over the internet.

Source code