Difference between revisions of "Documentation:Modules/standard"
Jump to navigation
Jump to search
(Create page, marked up/adapted from program output, with shortcuts and deprecated options from the source code) |
m (Misc.) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Module|name=stream_out_standard|type=Stream output|description=Standard stream output module}} | + | {{Module|name=stream_out_standard|type=Stream output|description=Standard stream output module|sc=standard|sc2=std}} |
− | |||
− | |||
The option <code>sout-standard-group</code> was deprecated in 2.1.0. The option <code>sout-standard-phone</code> was deprecated in 3.0.0. | The option <code>sout-standard-group</code> was deprecated in 2.1.0. The option <code>sout-standard-phone</code> was deprecated in 3.0.0. | ||
Line 8: | Line 6: | ||
|name=sout-standard-access | |name=sout-standard-access | ||
|value=string | |value=string | ||
− | |description=Output method to use for the stream | + | |default="" |
+ | |description=Output method to use for the stream. | ||
}} | }} | ||
{{Option | {{Option | ||
|name=sout-standard-mux | |name=sout-standard-mux | ||
|value=string | |value=string | ||
− | |description=Muxer to use for the stream | + | |default="" |
+ | |description=[[Muxer]] to use for the stream. | ||
}} | }} | ||
{{Option | {{Option | ||
|name=sout-standard-dst | |name=sout-standard-dst | ||
|value=string | |value=string | ||
− | |description=Destination (URL) to use for the stream. Overrides path and bind parameters | + | |default="" |
+ | |description=Destination (URL) to use for the stream. Overrides path and bind parameters. | ||
}} | }} | ||
{{Option | {{Option | ||
|name=sout-standard-bind | |name=sout-standard-bind | ||
|value=string | |value=string | ||
− | |description=Address to bind to (helper setting for dst) address:port to bind vlc to listening incoming streams. Helper setting for dst, dst=bind+'/'+path. dst-parameter overrides this | + | |default="" |
+ | |description=Address to bind to (helper setting for dst) address:[[port]] to bind vlc to listening incoming streams. Helper setting for dst, <code>dst{{=}}bind+'/'+path</code>. dst-parameter overrides this. | ||
}} | }} | ||
{{Option | {{Option | ||
|name=sout-standard-path | |name=sout-standard-path | ||
|value=string | |value=string | ||
− | |description=Filename for stream. Helper setting for dst, dst=bind+'/'+path. dst-parameter overrides this | + | |default="" |
+ | |description=Filename for stream. Helper setting for dst, <code>dst{{=}}bind+'/'+path</code>. dst-parameter overrides this. | ||
}} | }} | ||
{{Option | {{Option | ||
|name=sout-standard-sap | |name=sout-standard-sap | ||
|value=boolean | |value=boolean | ||
− | |||
|default=disabled | |default=disabled | ||
+ | |description=Announce this session with [[SAP]]. | ||
}} | }} | ||
{{Option | {{Option | ||
|name=sout-standard-name | |name=sout-standard-name | ||
|value=string | |value=string | ||
− | |description=This is the name of the session that will be announced in the SDP (Session Descriptor) | + | |default="" |
+ | |description=This is the name of the session that will be announced in the [[SDP]] (Session Descriptor). | ||
}} | }} | ||
{{Option | {{Option | ||
|name=sout-standard-description | |name=sout-standard-description | ||
|value=string | |value=string | ||
− | |description=This allows you to give a short description with details about the stream, that will be announced in the SDP (Session Descriptor) | + | |default="" |
+ | |description=This allows you to give a short description with details about the stream, that will be announced in the SDP (Session Descriptor). | ||
}} | }} | ||
{{Option | {{Option | ||
|name=sout-standard-url | |name=sout-standard-url | ||
|value=string | |value=string | ||
− | |description=This allows you to give a URL with more details about the stream (often the website of the streaming organization), that will be announced in the SDP (Session Descriptor) | + | |default="" |
+ | |description=This allows you to give a URL with more details about the stream (often the website of the streaming organization), that will be announced in the SDP (Session Descriptor). | ||
}} | }} | ||
{{Option | {{Option | ||
|name=sout-standard-email | |name=sout-standard-email | ||
|value=string | |value=string | ||
− | |description=This allows you to give a contact mail address for the stream, that will be announced in the SDP (Session Descriptor) | + | |default="" |
+ | |description=This allows you to give a contact mail address for the stream, that will be announced in the SDP (Session Descriptor). | ||
}} | }} | ||
== Source code == | == Source code == | ||
− | * {{VLCSourceFile|modules/ | + | * {{VLCSourceFile|modules/stream_out/standard.c}} |
− | {{Documentation}} | + | {{Documentation footer}} |
Latest revision as of 05:59, 31 May 2019
Module: stream_out_standard | |
---|---|
Type | Stream output |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | Standard stream output module |
Shortcut(s) | standard , std
|
The option sout-standard-group
was deprecated in 2.1.0. The option sout-standard-phone
was deprecated in 3.0.0.
- sout-standard-access <string> : Output method to use for the stream. default value: ""
- sout-standard-mux <string> : Muxer to use for the stream. default value: ""
- sout-standard-dst <string> : Destination (URL) to use for the stream. Overrides path and bind parameters. default value: ""
- sout-standard-bind <string> : Address to bind to (helper setting for dst) address:port to bind vlc to listening incoming streams. Helper setting for dst,
dst=bind+'/'+path
. dst-parameter overrides this. default value: "" - sout-standard-path <string> : Filename for stream. Helper setting for dst,
dst=bind+'/'+path
. dst-parameter overrides this. default value: "" - sout-standard-sap <boolean> : Announce this session with SAP. default value: disabled
- sout-standard-name <string> : This is the name of the session that will be announced in the SDP (Session Descriptor). default value: ""
- sout-standard-description <string> : This allows you to give a short description with details about the stream, that will be announced in the SDP (Session Descriptor). default value: ""
- sout-standard-url <string> : This allows you to give a URL with more details about the stream (often the website of the streaming organization), that will be announced in the SDP (Session Descriptor). default value: ""
- sout-standard-email <string> : This allows you to give a contact mail address for the stream, that will be announced in the SDP (Session Descriptor). default value: ""
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.