Skip to content

Problem with :missing_bundle_group error #108

Closed Answered by LVala
ndrean asked this question in Q&A
Discussion options

You must be logged in to vote

Your offer needs to contain at least one media line (m=audio 9 ...) that is bundled (so your bundle_policy in JS PeerConnection config is left as the default). If you add a track or a transceiver to your JS PeerConnection (pc.addTransceiver("audio") before creating the offer), it should work fine. Your offer will look something like this:

v=0
o=- 4738948488208954376 2 IN IP4 127.0.0.1
s=-
t=0 0
a=group:BUNDLE 0
a=extmap-allow-mixed
a=msid-semantic: WMS
m=audio 9 UDP/TLS/RTP/SAVPF 111 63 9 0 8 13 110 126
c=IN IP4 0.0.0.0
[...]
a=rtpmap:13 CN/8000
a=rtpmap:110 telephone-event/48000
a=rtpmap:126 telephone-event/8000
a=ssrc:2036947827 cname:diVrqm47zTuoJg1L
a=ssrc:2036947827 msid:- 93dfc694-1…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by ndrean
Comment options

You must be logged in to vote
1 reply
@LVala
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants