bilhamil / OBSRemote

Websocket Enabled API and Webclient Plugin for Open Broadcaster Software
obsremote.com
143 stars 63 forks source link

Stop Streaming button for "Local Recording / File Output Only" #6

Open ghost opened 9 years ago

ghost commented 9 years ago

Stop Streaming button did not work when using "File Output Only" mode the button work when in "Live Stream" mode

i4pics commented 9 years ago

'Stop Streaming' button did not work when using "File Output Only" mode.

'Stop streaming' button does stop a Preview and but does not stop a recording when using the Andriod remote.

I am using OBS remote V1.12 along with OBS V.625 and the current Andriod remote.

I apologise for not posting sooner as this has been a bug for some time.

aiuax commented 9 years ago

I'd like to also verify that this is indeed an issue. Repro steps:

  1. Set 'Broadcast Settings -> mode' to 'File Output Only'.
  2. Connect to OBS via the android app
  3. Press 'Start Streaming' -- this will correctly cause the local recording to begin
  4. Press 'Stop Streaming' -- this will not do anything (the desired behavior is for local recording to stop)

OS: Win7 64bit OBS Version: v0.625b (64 bit) OBS Remote plugin: v1.1 OBS Remote (android): v1.0

vad710 commented 9 years ago

Not sure how active this project still is - but I submited a pull request that fixes this issue by adding a "Start Recording" button on the WebClient along with appropriate support in the Plugin DLL. In case the project maintainers do not get around to it, I published a release here: https://github.com/vad710/OBSRemote/releases/tag/1.2

rhys-vdw commented 9 years ago

@vad710 Life saver.

vad710 commented 9 years ago

@rhys-vdw anytime!

rhys-vdw commented 9 years ago

Guess this project isn't maintained anymore?