obs-tablet-remote
obs-tablet-remote copied to clipboard
Request: Replay buffer controls?
Would it be possible to add a button to start / stop the replay buffer and one to save the replay buffer? Perhaps as part of the streaming controls? Or maybe a separate control?
The websocket plugin has the api end points for replay buffer control:
StartReplayBuffer
StopReplayBuffer
SaveReplayBuffer
Thanks for making this remote app, much nicer than having to remember a bunch of hotkey combinations.
👍
I managed to get the replay buffer code working and am able to control the replay buffer start/stop/save but because the API doesn't seem to output the status of the replay buffer, there's no way to set the initial state or query the current state of the replay buffer (running or stopped).
While my modification works and is good enough for me, I don't think it's quite possible to add this functionality yet until the API outputs the replay buffer status along with the other stream info (streaming/recording/fps/etc). While it's possible to track the status after connection, there's no way (that I can see) of querying the replay buffer status on connect so if the replay buffer is started and then the remote is connected, there's no way to know whether it's running or not.
Could this be looked at again I really need this feature an Android app has it but I use this for my streaming PC