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

From VideoLAN Wiki
Jump to navigation Jump to search
(New page: {{Module|name=bridge-out|type=Stream output|first_version=0.8.2|description=send an elementary stream to the bridge framework}} This module sends an elementary stream to the bridge framew...)
 
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
 +
}}
  
 
== See also ==
 
== See also ==
 
* [[Documentation:Modules/bridge-in]]
 
* [[Documentation:Modules/bridge-in]]
 
* [[Mosaic|The original Mosaic How-To]]
 
* [[Mosaic|The original Mosaic How-To]]

Revision as of 14:13, 22 January 2008

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) -

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

See also