pkviet / obs-studio

OBS - Free and open source software for live streaming and screen recording
https://obsproject.com/mantis/
GNU General Public License v2.0
151 stars 20 forks source link

OBS Studio Music Edition Master Mixer monitoring #38

Closed jesuslopezuy closed 3 years ago

jesuslopezuy commented 3 years ago

Hello pkviet! I report: OBS Studio Music Edition Master Mixer monitoring, not working. Best regards from Uruguay!

x0rx commented 3 years ago

Same here on 26.0.0 release. Click on monitor icon does nothing.

FelipeJz commented 3 years ago

I have the same problem, monitoring is just not working :( @pkviet

pkviet commented 3 years ago

i'll definitely need more information because it's working on my side. So the minimum would be to post logs.

jesuslopezuy commented 3 years ago

Hi pkviet! Attached log file. Cordially, Jesus. 2020-10-16 09-32-44.txt

x0rx commented 3 years ago

Sorry, here is mine. There's a problem coming from 25.0.8 also. If monitor input mixer icons are activated, switching to master mixer monitoring disables icons on input mixer but not the 2020-10-16 16-18-20.txt sound.

pkviet commented 3 years ago

@x0rx what's that 96 kHz device ? which device are you using to monitor (the one set in Settings > audio > monitoring device) ? @jesuslopezuy same questions. I notice that both your windows versions are older than the one I targeted during compilation (1903). Try installing the last redistributable from microsoft: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads Tell me if it makes any difference. And post the new logs. It's not related to monitoring but one of the encoder dll fails to load.

x0rx commented 3 years ago

OBS settings:

Global devices:

Monitoring device:

I'm using Win 10 LTSC x64 (1809) Updated Visual C++ 2015-2019. Rebooted and no master mixer monitoring.

2020-10-16 20-52-50.txt

pkviet commented 3 years ago

@x0rx ok try the build from here: https://github.com/pkviet/obs-studio/actions/runs/289971644 Get the zip, unzip in any folder. It will use the same settings. If it doesn't work, you just put the unzipped folder in the trash.

x0rx commented 3 years ago

Tested. It´s version 25.0.7.777 ? It doesn´t have the Master Mixer panel.

pkviet commented 3 years ago

Tested. It´s version 25.0.7.777 ? It doesn´t have the Master Mixer panel.

oops sorry, wrong build. Try this one: https://github.com/pkviet/obs-studio/actions/runs/281018862

x0rx commented 3 years ago

Sorry. Master Mixer monitoring not working.

pkviet commented 3 years ago

@x0rx but monitoring on the input source mixer is working ? just the master mixer is not ? edit: ok i can repro; it works on earlier versions but indeed i broke it. I should be able to fix it soon. lemme investigate

x0rx commented 3 years ago

Correct. Problem is only with monitoring on/off in master mixer. Also if you can take a look at direct monitoring switching from/to input mixer to master mixer. (This is not working in 25.0.8 and can´t test this in 26.0 until first problem is solved). Is nice not to have to power off each one of input mixer icons before activating the master mixer one.

Any request to test anything, please tell me.

By the way, thank you very much for all this work!!

pkviet commented 3 years ago

ok i bisected the issue; it's to do with hotkeys that I had enabled for monitoring. edit: nope it's another commit

pkviet commented 3 years ago

Should be fixed in the build which is being compiled here: https://github.com/pkviet/obs-studio/actions/runs/311649249 (at the time of writing, they're still being compiled so wait until you see the zip listed on the page; on my dev machine the bug was fixed though). Test and report whether it's fixed for you or not. edit: github has issues at the moment with CI; I'll upload a test build rather

pkviet commented 3 years ago

test build here: https://github.com/pkviet/obs-studio/releases/tag/test26.0.2

x0rx commented 3 years ago

Fixed. Let's see other people tests... thanks to @jesuslopezuy for opening the issue. What do you think about the other issue? Better to open other thread? Thanks @pkviet !!

pkviet commented 3 years ago

@x0rx open another issue and detail what's the problem, I didn't get it clearly

x0rx commented 3 years ago

ok. May I ask you a question: Latency between input mixer and master mixer is direct result of processing load by filter plugins? I´m concerned about if this can have an impact in final a/v sync.

FelipeJz commented 3 years ago

Works great now! Thanks @pkviet

pkviet commented 3 years ago

@x0rx The filters have negligible impact. Don't worry about them. Obs takes it into account to sync video to audio anyway.

jesuslopezuy commented 3 years ago

Hi pkviet! 1- I installed the last redistributable from microsoft: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads, and the error was not corrected. 2- I downloaded the test build https://github.com/pkviet/obs-studio/releases/download/test26.0.2/RelWithDebInfo.7z, and the error was corrected Master Mixer monitoring. Very grateful for the prompt response and total dedication to help us!!!

Cordially, @jesuslopezuy

Note: very grateful to everyone for supporting this Project!

pkviet commented 3 years ago

issue fixed, closing