Documentation:Modules/standard

From VideoLAN Wiki
Jump to navigation Jump to search
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 GuideStreaming HowToHacker GuideModules)
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.