Open Bug 1624673 Opened 5 years ago Updated 5 years ago

Inconsistent serialization of rtpmap for telephone-event

Categories

(Core :: WebRTC: Signaling, defect, P3)

defect

Tracking

()

Tracking Status
thunderbird_esr68 --- affected
firefox-esr68 --- affected
firefox75 --- affected
firefox76 --- affected
firefox77 --- affected
firefox78 --- affected

People

(Reporter: bwc, Unassigned)

Details

https://jsfiddle.net/2fL598wx/1/

See console output. SDP from createOffer looks like "a=rtpmap:101 telephone-event/8000/1", but SDP from localDescription looks like "a=rtpmap:101 telephone-event/8000"

Spotted over in bug 1624006.

I think this might have something to do with the fact that telephone-event isn't handled in this code:

https://searchfox.org/mozilla-central/rev/c80fa7258c935223fe319c5345b58eae85d4c6ae/media/webrtc/signaling/src/sdp/SipccSdpMediaSection.cpp#309-324

Nico, might this be a source of inconsistency between the rust and sipcc parsers?

Flags: needinfo?(na-g)

(In reply to Byron Campen [:bwc] from comment #2)

Nico, might this be a source of inconsistency between the rust and sipcc parsers?

Yes it could!

Flags: needinfo?(na-g)
You need to log in before you can comment on or make changes to this bug.