Difference between revisions of "Documentation:Modules/bridge-out"
Jump to navigation
Jump to search
m (Add option "sout-bridge-out-in-name", +sc, misc.) |
m (Use Template:Mosaic framework) |
||
Line 1: | Line 1: | ||
+ | {{Mosaic 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}} | {{Module|name=bridge-out|type=Stream output|first_version=0.8.2|description=Send an [[elementary stream]] to the bridge framework|sc=bridge-out}} | ||
Line 19: | Line 20: | ||
== Source code == | == Source code == | ||
* {{VLCSourceFile|modules/stream_out/bridge.c}} | * {{VLCSourceFile|modules/stream_out/bridge.c}} | ||
− | |||
− | |||
− | |||
− | |||
{{Documentation footer}} | {{Documentation footer}} |
Latest revision as of 07:57, 31 May 2019
Mosaic framework (How-To) |
Modules: mosaic (mosaic-bridge • bridge-in • bridge-out) • alphamask • bluescreen |
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
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.