Documentation:Modules/live555
< Documentation:Modules(Redirected from Documentation:Modules/live)
Jump to navigation
Jump to search
Module: live555 | |
---|---|
Type | Access demux |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | RTP/RTSP/SDP demuxer (using Live555) |
Shortcut(s) | live , livedotcom
|
The --rtsp-caching
option was removed prior to VLC 2.0.0 with this commitdiff: Unify (ACCESS|DEMUX)_GET_PTS_DELAY
Contents
Options
None.
Submodule
Module: live555 | |
---|---|
Type | Access |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | RTSP/RTP access and demux |
Shortcut(s) | rtsp , pnm , live , livedotcom
|
Options
- rtsp-tcp <boolean> : Use RTP over RTSP (TCP) default value: disabled
- rtp-client-port <integer> : Port to use for the RTP source of the session default value: -1
- rtsp-mcast <boolean> : Force multicast RTP via RTSP default value: disabled
- rtsp-http <boolean> : Tunnel RTSP and RTP over HTTP default value: disabled
- rtsp-http-port <integer> : Port to use for tunneling the RTSP/RTP over HTTP default value: 80
- rtsp-kasenna <boolean> : Kasenna servers use an old and nonstandard dialect of RTSP. With this parameter VLC will try this dialect, but then it cannot connect to normal RTSP servers default value: disabled
- rtsp-wmserver <boolean> : WMServer uses a nonstandard dialect of RTSP. Selecting this parameter will tell VLC to assume some options contrary to RFC 2326 guidelines default value: disabled
- rtsp-user <string> : Sets the username for the connection, if no username or password are set in the url default value: NULL
- rtsp-pwd <password> : Sets the password for the connection, if no username or password are set in the url default value: NULL
- rtsp-frame-buffer-size <integer> : RTSP start frame buffer size of the video track, can be increased in case of broken pictures due to too small buffer default value: 250000
Source code
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.