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
I use ffmpeg to push the stream and I set sprop-stereo=1. If I use mediasoup-client(js code), I can hear stereo sound. but If I use libmediasoupclient, I only hear mono sound.
I refer to the code, the problem is in src/sdp/Utils.cpp :
sprop-stereo = 1, it's not a boolean value, but a number. so the answer sdp is not as expected.
The text was updated successfully, but these errors were encountered:
I use ffmpeg to push the stream and I set sprop-stereo=1. If I use mediasoup-client(js code), I can hear stereo sound. but If I use libmediasoupclient, I only hear mono sound.
I refer to the code, the problem is in src/sdp/Utils.cpp :
sprop-stereo = 1, it's not a boolean value, but a number. so the answer sdp is not as expected.
The text was updated successfully, but these errors were encountered: