Niek / obs-web

OBS-web - the easiest way to control OBS remotely
http://obs-web.niek.tv
GNU General Public License v3.0
1.13k stars 131 forks source link

Is it possible to see the audio mixer with realtime level and slider control? #167

Open nospam2k opened 1 year ago

nospam2k commented 1 year ago

The title says it all, but if not, can you direct me to where I can get api info for getting real time audio level data and control?

Niek commented 1 year ago

For real-time volume events, see https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#inputvolumemeters

There are also these methods: https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getinputvolume https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setinputvolume

nospam2k commented 1 year ago

thx!

Rushmore75 commented 1 year ago

has anyone started implementing these controls into the app?

nospam2k commented 1 year ago

https://github.com/Kounex/obs_blade/issues/41

iesv commented 1 year ago

web_remote_for_OBS: https://github.com/dvangennip/web_remote_for_OBS

s-e-t-h commented 10 months ago

@Niek Thank you!☺️

nospam2k commented 9 months ago

Are you planning to implement audio control?

s-e-t-h commented 9 months ago

@nospam2k @Niek I could not get the web_remote_for_OBS to connect to my OBS, I think it may be broken as it has not been updated.

Can the audio code be merged with this, working project?

Niek commented 9 months ago

Audio control would definitely be interesting, but I didn't have the time yet to work on this. If someone wants to pick this up, that would be amazing.

nospam2k commented 9 months ago

@nospam2k @Niek I could not get the web_remote_for_OBS to connect to my OBS, I think it may be broken as it has not been updated.

Can the audio code be merged with this, working project?

I just tried this on the latest version of OBS on my Mac (v30.0.0) and it works. Two things to check #1 - Unless you are using a proxy, you have to use http and not https. #2 - localhost didn't work for me. I had to use the machines ip.

Sorry: Misunderstood. web_remote_for_OBS isn't working for me either. NVM

s-e-t-h commented 9 months ago

@nospam2k @Niek I could not get the web_remote_for_OBS to connect to my OBS, I think it may be broken as it has not been updated. Can the audio code be merged with this, working project?

I just tried this on the latest version of OBS on my Mac (v30.0.0) and it works. Two things to check #1 - Unless you are using a proxy, you have to use http and not https. #2 - localhost didn't work for me. I had to use the machines ip.

Sorry: Misunderstood. web_remote_for_OBS isn't working for me either. NVM

Thanks for the tip! I will give that a go, I may need to update my OBS as well.