obs-web
obs-web copied to clipboard
Is it possible to see the audio mixer with realtime level and slider control?
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?
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
thx!
has anyone started implementing these controls into the app?
https://github.com/Kounex/obs_blade/issues/41
web_remote_for_OBS: https://github.com/dvangennip/web_remote_for_OBS
@Niek Thank you!☺️
Are you planning to implement audio control?
@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?
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 @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
@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.