Provides an in-application UI to manage remote GStreamer pipeline, and map the pipeline into OBS sources.
A backgroun daemon runs inside the OBS script host. This daemon advertises the presence of the OBS device server.
When remote devices receive the presence advertisment, they connect to the OBS server. The clients supply their device id, and OBS server cross-reference the device id with the pre-configured list. If a matching device id is found, then the pipeline is executed on the remote device
This depends on https://github.com/fzwoch/obs-gstreamer/
Many different devices can be configured in the Script's properties pane:
Devices are configured in the format <DeviceID>~<GStreamerPipeline>
So, the following would remotely execute videotestsrc
and map the pipeline to the local OBS source named 08:00:27:c5:f3:c1
:
08:00:27:c5:f3:c1~videotestsrc pattern=18
Muxing, transport, and OBS source mapping are handled automatically. Simply pipe your sources to .video
and .audio
Devices listed in the scirpt properties pane are automatically mapped to the corresponding source in OBS