mozilla / webrtc-sdp

Rust SDP parser for WebRTC
Mozilla Public License 2.0
155 stars 30 forks source link

ice-lite SDP parsing error on hangouts and meet #208

Closed dminor closed 4 years ago

dminor commented 4 years ago

Noticed this on both hangouts and meet:

Error parsing SDP in rust: Sequence error in line(17): Parsing error: ice-lite not allowed at media level

I was testing window sharing, but I think the error was showing up prior to sharing a window.

nils-ohlmeier commented 4 years ago

Ugh :-(

I guess we should file an issue with them to get it fixed on their end.

The question is if we need to accept this until they fix it, or at least only turn it into warning.

timwinchester commented 4 years ago

I've merged a fix for this to Hangouts and Meet, and it should hit production before the end of the month.

na-g commented 4 years ago

@timwinchester, thank you for the update!