Difference between revisions of "Documentation:Modules/live555"
Jump to navigation
Jump to search
(Create page marked up/adapted from source code/changelog) |
m (Move shortcuts to modules) |
||
Line 1: | Line 1: | ||
− | {{Module|name=live555|type=Access|description=[[RTP]]/[[RTSP]]/[[SDP]] demuxer (using [[Live555]])}} | + | {{Module|name=live555|type=Access demux|description=[[RTP]]/[[RTSP]]/[[SDP]] demuxer (using [[Live555]])|sc=live|sc2=livedotcom}} |
− | |||
− | |||
The <code>--rtsp-caching</code> option was removed prior to VLC 2.0.0 with this commitdiff: {{Commitdiff|31ac20b22fc37bcf78991159bf8a0f138db05b44|l=Unify (ACCESS{{!}}DEMUX)_GET_PTS_DELAY}} | The <code>--rtsp-caching</code> option was removed prior to VLC 2.0.0 with this commitdiff: {{Commitdiff|31ac20b22fc37bcf78991159bf8a0f138db05b44|l=Unify (ACCESS{{!}}DEMUX)_GET_PTS_DELAY}} | ||
== Options == | == Options == | ||
− | === | + | None. |
+ | {{Clear}} | ||
+ | |||
+ | == Submodule == | ||
+ | {{Module|name=live555|type=Access|description=[[RTSP]]/[[RTP]] access and demux|sc=rtsp|sc2=pnm|sc3=live|sc4=livedotcom}} | ||
+ | |||
+ | === Options === | ||
{{Option | {{Option | ||
|name=rtsp-tcp | |name=rtsp-tcp |
Latest revision as of 08:11, 19 April 2019
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.