-
Notifications
You must be signed in to change notification settings - Fork 632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged MCU streams do not work with audio only publishers #4682
Comments
Thank you @KamilBeda . I think we've resolved this issue in the latest snapshot but let's confirm it. |
Is there way we can get latest snapshot on aws marketplace to verify? |
Hi @PiotrBaczkowski , We eventually expect to have new release 2.5.2. Yes, of course you can get the latest snapshot to try on aws marketplace from contact@antmedia.io Regards |
Hi @KamilBeda, Thank you |
We are experiencing an issue with our app when trying to create merged MCU streams with different users publishing audio-only or camera + audio content. The issue occurs when an audio-only publisher joins the room: the stream breaks down and there is no audio output on the receiver end, with the video appearing black.
Environment
Steps to reproduce
false
Expected behavior
Publisher can join the room with audio only and stream recievers can hear audio output.
Streams merging merges video+audio streams with audio only streams.
I think that https://github.com/ant-media/StreamApp/blob/master/src/main/webapp/conference.html example should be extended to include audioOnly query parameter which makes the stream audio only.
Actual behavior
the stream breaks down when the audio-only publisher joins the room, with no audio output and a black video. When we preview the individual streams, they work as expected, but the merged stream is broken.
I don't know if this is related to this issue but the example MCU audio only example at https://ovh36.antmedia.io:5443/WebRTCAppEE/mcu.html?audioOnly is borken in the same way for me. There is no audio output when I join the room in playOnly mode at https://ovh36.antmedia.io:5443/WebRTCAppEE/mcu.html?playOnly
The text was updated successfully, but these errors were encountered: