Skip to content
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

SIP plugin: generate offer SDP which produce browsers WebRTC error #2413

Closed
ycherniavskyi opened this issue Oct 28, 2020 · 3 comments
Closed

Comments

@ycherniavskyi
Copy link
Contributor

In the Chrome console I can see the next error (call completely failed):

WebRTC error: DOMException: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to set remote offer sdp: The BUNDLE group contains MID='video' matching no m= section / janus.js:417

In the Firefox console I can see the next error (only audio stream initiated):

WebRTC error: DOMException: No transceiver for bundled mid video / janus.js:417:15

After some investigation, I suppose that the issue with the next line m=video 0 RTP/AVP 120 121 126 97 in incoming SIP call SDP, which is lead to generating the next incorrect (from browsers point of view) line a=mid:(null) in Janus offer SDP.

@lminiero
Copy link
Member

Pretty sure we fixed this already, recently. Make sure you're using master, if not already.

@ycherniavskyi
Copy link
Contributor Author

Are you about #2390? Ok, I will try master and report.

@ycherniavskyi
Copy link
Contributor Author

Just got the necessary logs, and can confirm that in v0.10.7 the issue is resolved - instead of a=mid:(null) now generated a=mid:1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants