sorayuki / obs-multi-rtmp

OBS複数サイト同時配信プラグイン
https://sorayuki.github.io/obs-multi-rtmp/
GNU General Public License v2.0
3.43k stars 479 forks source link

Does not pass Closed Captions from Plugin #388

Closed thesunnymachine closed 5 months ago

thesunnymachine commented 8 months ago

https://obsproject.com/forum/resources/closed-captioning-via-google-speech-recognition.833/

This plugin will only send captions when streaming from the main connection, any streams coming from the Multi-RMPT will not send Closed captions.

Khuntza commented 7 months ago

I'd also like to see this feature enabled now that Twitch is allowing multistreaming officially.

Tenebrosful commented 5 months ago

Same problem here ! Using https://ultimatecc.net/ and captions aren't pass to multi-stream but only to primary

sorayuki commented 5 months ago

https://github.com/obsproject/obs-studio/blob/6f3f7b4e5a561a02bc0c7cd37260cd7814fba1a9/UI/frontend-plugins/frontend-tools/captions.cpp#L233

OBS does put the closed captions to main streaming output instance. It can't be done unless with the help of tricks like procedure hooking or something.

Tenebrosful commented 5 months ago

That's actually pretty sad :/