There was an error while loading. Please reload this page.
webrtc-sdp/src/media_type.rs
Line 378 in 6d7b7d5
Fails for
Line { error: Generic("format number in media line is out of range"), line: "m=audio 30000 RTP/AVP 0 8 97 2 3", line_number: 5 }
2 is ITU-T G.721 3 is GSM 06.10 from https://tools.ietf.org/html/rfc1890 there's a list of all PTs.
This may not be in the scope of the crate because of aimed to handle WebRTC SDP offers and answers
aimed to handle WebRTC SDP offers and answers
Priority
webrtc-sdp/src/media_type.rs
Line 378 in 6d7b7d5
Fails for
2 is ITU-T G.721
3 is GSM 06.10
from https://tools.ietf.org/html/rfc1890 there's a list of all PTs.
This may not be in the scope of the crate because of
aimed to handle WebRTC SDP offers and answers