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

From VideoLAN Wiki
Jump to navigation Jump to search
(New page: {{Module|name=bridge-in|type=Stream output|first_version=0.8.2|description=get elementary streams from the bridge framework}} This module gets all the elementary streams sent to the bridg...)
 
m
Line 15: Line 15:
 
|value=integer
 
|value=integer
 
|default=8192
 
|default=8192
|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
 
}}
 
}}
  

Revision as of 14:25, 22 January 2008

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

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

See also