Skip to content

crossan007/obs-gstreamer-device-mapper

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 

Overview

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/

Sources Editor

Many different devices can be configured in the Script's properties pane: image

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

Auto Mapping

Devices listed in the scirpt properties pane are automatically mapped to the corresponding source in OBS image

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages