YorVeX / xObsBeam

OBS plugin to transmit video and audio feeds between OBS instances, raw, or with lossless or lossy compression. NDI alternative.
https://obsproject.com/forum/resources/beam.1705/
MIT License
89 stars 5 forks source link

JPEG support (lossy and lossless) based on the libjpeg-turbo library #4

Closed YorVeX closed 1 year ago

YorVeX commented 1 year ago

The libjpeg-turbo library should be the fastest available library for this. The main focus for Beam so far has been binary lossless, to close a gap (both NDI and Teleport don't offer these options) and this is also the motivation to implement JPEG (lossless), however, lossy should also be offered as part of this implementation, since it's not much extra work while already at it.