-
Notifications
You must be signed in to change notification settings - Fork 50
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
Failed to execute 'setRemoteDescription' on 'RTCPeerConnection' #298
Comments
Here is the console log after i open the page:
|
Getting the same issue while running on Mac OS X 10.15.5 Error in publish request: InvalidAccessError: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to set remote answer sdp: The order of m-lines in answer doesn't match order in offer. Rejecting answer. |
@IgorCabral the @Balaji-Rahunathan what version of the HTML SDK are you running on? Is it the one included in this repository? As mentioned above, the |
Chrome Version 84.0.4147.89 |
Odd. I am on macos 10.15.6, same Chrome and I have not experienced the I would be shocked if it is a difference between macos versions. Does this happen every time @Balaji-Rahunathan you try to publish? |
yeah it's happening all the time i tried on different machines also |
@Balaji-Rahunathan What version of the Red5 Pro HTML SDK are you running? Are you using the built-in iSight camera? |
Confirmed, also happening to me, only on chrome on Windows, but works fine in Safari. |
Hello Red5Pro!
I did all steps of "webrtcexamples/test/publish1080/". But whenever i try to run the page, it show me the following error on streaming start:
[Red5ProPublisher] Publish Error :: {
"stack": "Error: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to set remote answer sdp: The order of m-lines in answer doesn't match order in offer. Rejecting answer."
}
Thanks in advance
The text was updated successfully, but these errors were encountered: