fzwoch / obs-teleport

An OBS Studio plugin for an open NDI-like replacement. Pretty simple, straight forward. No NDI compatibility in any form.
GNU General Public License v2.0
424 stars 16 forks source link

[Feature Request] Stand alone version of Teleport #49

Closed NyaomiDEV closed 1 year ago

NyaomiDEV commented 1 year ago

I wonder if Teleport can be made into its own thing that can stream whatever feed is fed into it via stdin. This could be awesome to stream, for example, a Steam Deck to an OBS instance, without requiring OBS itself on the Deck. Teleport could act as a simple daemon which is fed the screen feed, for example by Ffmpeg.

Do you think it'd be a good feature to have?

fzwoch commented 1 year ago

Teleport is intended to be an easy to use NDI like functionality for OBS. Nothing more really.

Teleport does not bring anything special to the table that could not be done with FFMPEG itself. I would even argue everything here is much watered down implementation of things that are at the disposal of FFMPEG. I will definitely not try to compete here..