KenleyC
New Member
Hi everyone,
I'm currently experimenting with a variant of the two-computer streaming setup and I was wondering if the OBS Studio Blackmagic Design DeckLink plugin can be extended to support audio and video output over the DeckLink's HDMI/SDI output.
I want to send the output to a vision mixer without forcing a resolution change and want to use OBS Studio to handle game capture and downscaling (and handle the transcode/streaming elsewhere). I saw that there was some earlier work [2] done on top of OBS Classic, but not for OBS Studio.
I looked at the OBS Studio source code, but I haven't seen any prior precedent for registering a plugin as both a source and output [3] or for non-FFMPEG outputs previously.
[1] https://help.twitch.tv/customer/portal/articles/1988680-broadcasting-with-two-computers
[2] https://obsproject.com/forum/threads/write-captured-frame-to-decklink-sdi-output.12540/#post-71653
[3] https://github.com/jp9000/obs-studio/blob/master/plugins/decklink/plugin-main.cpp#L160
I'm currently experimenting with a variant of the two-computer streaming setup and I was wondering if the OBS Studio Blackmagic Design DeckLink plugin can be extended to support audio and video output over the DeckLink's HDMI/SDI output.
I want to send the output to a vision mixer without forcing a resolution change and want to use OBS Studio to handle game capture and downscaling (and handle the transcode/streaming elsewhere). I saw that there was some earlier work [2] done on top of OBS Classic, but not for OBS Studio.
I looked at the OBS Studio source code, but I haven't seen any prior precedent for registering a plugin as both a source and output [3] or for non-FFMPEG outputs previously.
[1] https://help.twitch.tv/customer/portal/articles/1988680-broadcasting-with-two-computers
[2] https://obsproject.com/forum/threads/write-captured-frame-to-decklink-sdi-output.12540/#post-71653
[3] https://github.com/jp9000/obs-studio/blob/master/plugins/decklink/plugin-main.cpp#L160