obs-tablet-remote icon indicating copy to clipboard operation
obs-tablet-remote copied to clipboard

Request: Replay buffer controls?

Open ntoff opened this issue 7 years ago • 3 comments

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.

ntoff avatar Dec 27 '17 11:12 ntoff

👍

kaimi avatar Jan 07 '18 07:01 kaimi

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.

ntoff avatar Feb 12 '18 14:02 ntoff

Could this be looked at again I really need this feature an Android app has it but I use this for my streaming PC

lucaboox avatar May 15 '20 23:05 lucaboox