How to custom build OBS to feed an ATEM Streaming Bridge
Want to feed an Blackmagic ATEM Streaming Bridge but don't have an ATEM Mini or Web Presenter? Well, you can customize/compile OBS from source and modify it to feed the ATEM Streaming Bridge. The best part is that these changes will NOT prevent you from streaming to YouTube or other providers as the output is still a valid RTMP feed.
Debian-based Build Directions:
https://github.com/obsproject/obs-studio/wiki/Install-Instruction #debian-based-build-directions
flv-mux.c changes
Video Codec ID
Remove = enc_num_val(&enc, end, "videocodecid", VIDEODATA_AVCVIDEOPACKET);
Replace = enc_str_val(&enc, end, "videocodecid", "avc1");
Audio Codec ID
Remove = enc_num_val(&enc,end,"audiocodecid",AUDIODATA_AAC);
Replace = enc_str_val(&enc, end, "audiocodecid", "mp4a");
Encoder
Remove = enc_str_val(&enc,end,"encoder",encoder_name.array);
Replace = enc_str_val(&enc, end, "encoder", "Blackmagic Design AVC Encoder");
Видео How to custom build OBS to feed an ATEM Streaming Bridge автора Debian Sorcerer
Видео How to custom build OBS to feed an ATEM Streaming Bridge автора Debian Sorcerer
Информация
11 октября 2024 г. 3:56:48
00:07:45
Похожие видео



















