tt2468
tt2468
Not quite a bug, but possibly a missing check. Determining whether a record output is actually pausable or not may be difficult. If there are no clean solutions, probably best...
> This is my first time posting on GitHub. I apologize in advance if I posted my issue in the wrong thread. The issue at hand is there appears to...
Closing since this issue is a duplicate
> Along with something like `SetInputMonitorVolume` would be great too. Or is this completely different and I should open another issue? Does OBS currently support this? I'm not aware of...
The easiest way to share the handler code for obs-websocket is for this obs-ipc plugin to implement `obs-websocket-api.h`. The header allows you to call obs-websocket requests directly, and I believe...
The why: Indeed many formats either officially or unofficially support adaptive resolution, allowing a switch from say 1080p to 720p mid-playback. In programs like VLC and FFplay, this is generally...
The crash with hardware decoding is an unrelated issue actually. It's an issue with ffmpeg, not an issue that this PR is intended to solve. I agree that this needs...
Perhaps I'm missing some context, but what was the motivation behind making this a libobs API versus something in the frontend API? It honestly really feels like this doesn't belong...
While I agree with Pat's opinion, the `obs_source_set_audio_active()` method is already in use by other (mainly capture) sources to enable/disable audio when audio is available. As such, this isn't exactly...
This is implemented in 5.x via `GetSourceActive`.