nickdesaulniers / node-rtc-peer-connection

[BROKEN/UNMAINTAINED] RTCPeerConnection for Node.js
Other
154 stars 17 forks source link

Invalid owner session id specified for o= #25

Closed nickdesaulniers closed 8 years ago

nickdesaulniers commented 8 years ago

we're failing this check in FF when it parses our SDP token: https://dxr.mozilla.org/mozilla-central/source/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c#126

nickdesaulniers commented 8 years ago

Firefox only allows up to 2**62-1: https://dxr.mozilla.org/mozilla-central/source/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c#87-90

Not sure which spec or where...

nickdesaulniers commented 8 years ago

just pinged ekr about this, since I think it was removed from the spec. Will fix anyways.