Exeldro
Exeldro
At the moment the caption can only be send to `obs_frontend_get_streaming_output`, I would like to be able to get captions on my multistreams, so if `obs_enum_outputs` could be used that...
### Description Add multi video and frame rate divisor support to `Utils::Obs::NumberHelper::GetOutputDuration` ### Motivation and Context Fixes #1273 ### How Has This Been Tested? With outputs with multiple video tracks...
### Operating System Info Windows 11 ### Other OS _No response_ ### OBS Studio Version Other ### OBS Studio Version (Other) 31 ### obs-websocket Version 5.1.0 ### OBS Studio Log...
### Description Do not wait for audio of removed sources ### Motivation and Context Fix #12880 Without this PR `obs_transition_stop` is not called because `transitioning_audio` stays true, because the removed...
### Description Add logging for not default audio tracks ### Motivation and Context Want to be able to diagnose audio issues from the OBS log file example: ``` 10:50:33.820: -...
### Description Add Canvas support ### Motivation and Context Scenes in not the main canvas are now not accessible ### How Has This Been Tested? using different obs-websocket clients, calling...
### Feature Request Type RPC Request ### Feature Request Type (Other) _No response_ ### Requested Feature new call `GetCanvasList` calls like `GetSceneList`, `RemoveScene`, `SetSceneName`, `GetSceneItemList`, `CreateSceneItem` and `CreateInput` get optional...
### Description Remove audio source from audio mixer on remove signal ### Motivation and Context deactivate signal is not provided for removed source so the remove signal should have same...