You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the audio monitoring device is changed after being removed (etc if a display was disconnected and reconnected) all sources set to monitor and output should still send audio to the monitored device.
Current Behavior
When the audio monitoring device is changed after being removed (etc if a display was disconnected and reconnected) all sources set to monitor do not send any sound to the monitor device. This can be fixed by selecting monitor off and then reselecting monitor and output on each source individually.
Steps to Reproduce
Set up audio monitoring with a device and a source.
Disconnect that device (remove HDMI) when obs is closed. (Note: The problem does not occur if the audio monitor has been replugged in before obs is started for the first time after a boot.)
Reconnect the device and open obs.
Attempt to monitor audio from a media source or audio input.
Anything else we should know?
This is a common issue among users that is still yet to be fixed.
FWIW, here's a simple python script to reset the monitoring on all media sources: fixmonitor.txt
Rename to fixmonitor.py, make sure you have obsws-python installed, and run it. Scripting-wise it's pretty ugly, but should be functional (use at your own risk, of course). Assumes obs-websocket is running on port 4455 on the local host, without a password. On a non-windows system, remove the two lines mentioning msvcrt.
FWIW, here's a simple python script to reset the monitoring on all media sources: fixmonitor.txt
Rename to fixmonitor.py, make sure you have obsws-python installed, and run it. Scripting-wise it's pretty ugly, but should be functional (use at your own risk, of course). Assumes obs-websocket is running on port 4455 on the local host, without a password. On a non-windows system, remove the two lines mentioning msvcrt.
Thank you this works well, I have also found that if you exit OBS without changing any settings then reconnect the monitor device and restart OBS the problem resolves, but it would still be nice if this didn't need to happen at all.
Operating System Info
Windows 11
Other OS
No response
OBS Studio Version
31.0.1
OBS Studio Version (Other)
No response
OBS Studio Log URL
https://obsproject.com/logs/I9lS7jEghDpWLDih
OBS Studio Crash Log URL
No response
Expected Behavior
When the audio monitoring device is changed after being removed (etc if a display was disconnected and reconnected) all sources set to monitor and output should still send audio to the monitored device.
Current Behavior
When the audio monitoring device is changed after being removed (etc if a display was disconnected and reconnected) all sources set to monitor do not send any sound to the monitor device. This can be fixed by selecting monitor off and then reselecting monitor and output on each source individually.
Steps to Reproduce
Anything else we should know?
This is a common issue among users that is still yet to be fixed.
https://obsproject.com/forum/threads/audio-monitoring-monitor-and-output-issues-audio-sometimes-fails-to-monitor-unless-reset-switching-to-monitor-off-then-back-to-monitor-and-output.127861/
The text was updated successfully, but these errors were encountered: