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

From VideoLAN Wiki
Jump to navigation Jump to search
m (Misc.)
Line 1: Line 1:
{{Module|name=bridge-in|type=Stream output|first_version=0.8.2|description=get elementary streams from the bridge framework}}
+
{{Module|name=bridge-in|type=Stream output|first_version=0.8.2|description=Get elementary streams from the bridge framework|sc=bridge-in}}
  
 
This module gets all the elementary streams sent to the bridge framework. It is used when streaming a mosaic to attach the audio streams to the mosaic output.
 
This module gets all the elementary streams sent to the bridge framework. It is used when streaming a mosaic to attach the audio streams to the mosaic output.
Line 10: Line 10:
 
|description=Delay in ms
 
|description=Delay in ms
 
}}
 
}}
 
 
{{Option
 
{{Option
 
|name=sout-bridge-in-id-offset
 
|name=sout-bridge-in-id-offset
Line 17: Line 16:
 
|description=Offset to add to the stream IDs specified in bridge-out to obtain the stream IDs bridge-in will register
 
|description=Offset to add to the stream IDs specified in bridge-out to obtain the stream IDs bridge-in will register
 
}}
 
}}
 +
 +
== Source code ==
 +
* {{VLCSourceFile|modules/stream_out/bridge.c}}
  
 
== See also ==
 
== See also ==

Revision as of 05:31, 31 May 2019

Module: bridge-in
Type Stream output
First VLC version 0.8.2
Last VLC version -
Operating system(s) all
Description Get elementary streams from the bridge framework
Shortcut(s) bridge-in

This module gets all the elementary streams sent to the bridge framework. It is used when streaming a mosaic to attach the audio streams to the mosaic output.

Options

  • sout-bridge-in-delay <integer> : Delay in ms default value: 0
  • sout-bridge-in-id-offset <integer> : Offset to add to the stream IDs specified in bridge-out to obtain the stream IDs bridge-in will register default value: 8192

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.