Difference between revisions of "Documentation:Modules/bridge-out"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Add option "sout-bridge-out-in-name", +sc, misc.)
Line 1: Line 1:
{{Module|name=bridge-out|type=Stream output|first_version=0.8.2|description=send an elementary stream to the bridge framework}}
+
{{Module|name=bridge-out|type=Stream output|first_version=0.8.2|description=Send an [[elementary stream]] to the bridge framework|sc=bridge-out}}
  
This module sends an elementary stream to the bridge framework. It is used when streaming a mosaic to send the audio stream to the mosaic output.
+
This module sends an [[elementary stream]] to the bridge framework. It is used when streaming a mosaic to send the audio stream to the mosaic output.
  
 
== Options ==
 
== Options ==
Line 8: Line 8:
 
|value=integer
 
|value=integer
 
|default=0
 
|default=0
|description=Integer identifier for this elementary stream. This will be used to "find" this stream later
+
|description=Integer identifier for this elementary stream. This will be used to "find" this stream later.
 
}}
 
}}
 +
{{Option
 +
|name=sout-bridge-out-in-name
 +
|value=string
 +
|default="default"
 +
|description=Name of the destination bridge-in. If you do not need more than one bridge-in at a time, you can discard this option.
 +
}}
 +
 +
== Source code ==
 +
* {{VLCSourceFile|modules/stream_out/bridge.c}}
  
 
== See also ==
 
== See also ==

Revision as of 05:49, 31 May 2019

Module: bridge-out
Type Stream output
First VLC version 0.8.2
Last VLC version -
Operating system(s) all
Description Send an elementary stream to the bridge framework
Shortcut(s) bridge-out

This module sends an elementary stream to the bridge framework. It is used when streaming a mosaic to send the audio stream to the mosaic output.

Options

  • sout-bridge-out-id <integer> : Integer identifier for this elementary stream. This will be used to "find" this stream later. default value: 0
  • sout-bridge-out-in-name <string> : Name of the destination bridge-in. If you do not need more than one bridge-in at a time, you can discard this option. default value: "default"

Source code

See also

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.