Difference between revisions of "Documentation:Modules/bridge-in"
Jump to navigation
Jump to search
m (→Options: Expand/add with light copy-edit of original module text) |
|||
Line 1: | Line 1: | ||
+ | {{Mosaic framework}} | ||
{{Module|name=bridge-in|type=Stream output|first_version=0.8.2|description=Get [[elementary stream]]s from the bridge framework|sc=bridge-in}} | {{Module|name=bridge-in|type=Stream output|first_version=0.8.2|description=Get [[elementary stream]]s from the bridge framework|sc=bridge-in}} | ||
Line 43: | Line 44: | ||
== Source code == | == Source code == | ||
* {{VLCSourceFile|modules/stream_out/bridge.c}} | * {{VLCSourceFile|modules/stream_out/bridge.c}} | ||
− | |||
− | |||
− | |||
− | |||
{{Documentation footer}} | {{Documentation footer}} |
Revision as of 07:52, 31 May 2019
Mosaic framework (How-To) |
Modules: mosaic (mosaic-bridge • bridge-in • bridge-out) • alphamask • bluescreen |
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> : Pictures coming from the picture video outputs will be delayed according to this value (in milliseconds, should be ≥ 100 ms). For high values, you will need to raise caching values. 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
- sout-bridge-in-name <string> : Name of this bridge-in instance. If you do not need more than one bridge-in at a time, you can discard this option. default value: "default"
- sout-bridge-in-placeholder <boolean> : If set to true, the bridge will discard all input elementary streams except if it doesn't receive data from another bridge-in. This can be used to configure a placeholder stream when the real source breaks. Source and placeholder streams should have the same format. default value: disabled
- sout-bridge-in-placeholder-delay <integer> : Delay (in ms) before the placeholder kicks in. default value: 200
- sout-bridge-in-placeholder-switch-on-iframe <boolean> : If enabled, switching between the placeholder and the normal stream will only occur on I-frames. This will remove artifacts on stream switching at the expense of a slightly longer delay, depending on the frequency of I-frames in the streams. default value: enabled
Source code
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
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.