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

Odd resolutions like 1279x719 cause screen distortions when using YUV color formats #14

Closed YorVeX closed 1 year ago

YorVeX commented 1 year ago

Happens because alignment is not properly handled by the GetPlaneSizes() function. Check the OBS video_frame_init function as a reference.