Difference between revisions of "Documentation:Modules/bridge-out"
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...) |
m (Use Template:Mosaic framework) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Module|name=bridge-out|type=Stream output|first_version=0.8.2|description= | + | {{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}} | ||
− | 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. | + | 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 == | == Options == | ||
Line 8: | Line 9: | ||
|value=integer | |value=integer | ||
|default=0 | |default=0 | ||
− | |description=Integer identifier for this elementary stream. This will be used to | + | |description=Integer identifier for this elementary stream. This will be used to "find" this stream later. |
+ | }} | ||
+ | {{Option | ||
+ | |name=sout-bridge-out-in-name | ||
+ | |value=string | ||
+ | |default="default" | ||
+ | |description=Name of the destination bridge-in. If you do not need more than one bridge-in at a time, you can discard this option. | ||
+ | }} | ||
+ | |||
+ | == Source code == | ||
+ | * {{VLCSourceFile|modules/stream_out/bridge.c}} | ||
− | + | {{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.