jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
22.22k stars 6.6k forks source link

Iframe embed Audio pan effects issue #14910

Open dinesh290722 opened 2 weeks ago

dinesh290722 commented 2 weeks ago

What happened?

When I embed the jitis meet conference in my website I am also playing my personal audio tracks in the same page on the left of the jitis meet outside of thr metting but I performing left and right pan effects those are working without embeding jitis meet after embeding jitis meet it is not working

Platform

Browser / app / sdk version

Browser

Relevant log output

No response

Reproducibility

More details?

No response

saghul commented 2 weeks ago

Browsers usually just open the audio device once. As such, if you use stereo but then Jitsi Meet requests mono (the default) you'll end up downgraded to mono.

You can turn on stereo in Jitsi meet overriding the config with the following url parameters: https://github.com/jitsi/jitsi-meet/blob/bde28105f40d521c373789473bbe3a9da3d1fa1b/config.js#L205

dinesh290722 commented 2 weeks ago

I already enable audioQuality: { stereo: true, opusMaxAverageBitrate: 510000, enableOpusDtx: true, } But also it is not working I want to do anything to enable?

saghul commented 2 weeks ago

Are you using your own server? In general you don't need the last 2, but it's ok.

Can you please share the browser console logs?

dinesh290722 commented 2 weeks ago

Yes I hosted in my own server and I could not get any issues in the logs

dinesh290722 commented 2 weeks ago

Audio control streo is true will need to work u want to enable any other feature?

saghul commented 2 weeks ago

Yes I hosted in my own server and I could not get any issues in the logs

I wanted to check if the audio contraints were correct.

Audio control streo is true will need to work u want to enable any other feature?

Not sure I understand, can you rephrase?

dinesh290722 commented 2 weeks ago

audioQuality: { stereo: true, opusMaxAverageBitrate: 510000, enableOpusDtx: true, } This only I added in confg.js let me know which audio constrains need to check I will check from my side

saghul commented 2 weeks ago

Check the audio contraints in getUserMedia in chrome://webrtc-internals