Envek / obs-studio-node-example

Learn how to use OBS Studio from your Electron app for screen video recording
GNU General Public License v2.0
99 stars 19 forks source link

How to give pause recording option after starting recording? #41

Open alokmahor opened 3 years ago

alokmahor commented 3 years ago

Currenty in this project we have option of Starting and Stopping recording. Can we pause recording after starting?

Envek commented 3 years ago

Sorry, for now I don't have capacity to research obs-studio-node API. Maybe someone else can help. If you find a solution, please post it here or create a pull request with additions to README. Thanks!

hrueger commented 3 years ago

@alokmahor I don't know if this is possible in obs-studio-node. I didn't find any pause commands in neither Streamlabs OBS's code nor in obs-studio-node. Do you know if a user can do this in Streamlabs OBS?

alokmahor commented 3 years ago

@hrueger, I also did not find such feature but I guess it should be east to implement.