Closed Bug 1204082 Opened 9 years ago Closed 9 years ago

SDP returned by localDescription property of mozRTCPeerConnection has always same session ID (4294967295)

Categories

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

40 Branch
x86
Windows
defect

Tracking

()

RESOLVED FIXED
mozilla43
Tracking Status
firefox43 --- fixed

People

(Reporter: eloyobara, Assigned: drno)

References

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0
Build ID: 20150826023504

Steps to reproduce:

- create peer connection object
- create offer
- set local description
- retrieve the local SDP through the localDescription property of the peer connection


Actual results:

The session ID in the 'o=' line is always 4294967295 (or 0xFFFFFFFF). Note that the SDP given to createOffer's success callback has the correct Session ID.


Expected results:

The SDP returned by localDescription should have the same Session ID as the SDP given to createOffer's success callback.
Component: Untriaged → WebRTC: Signaling
Product: Firefox → Core
Confirmed: http://jsfiddle.net/noyjd4k7/3/

Windows only!
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Unspecified → Windows
Hardware: Unspecified → x86
Bug 1204082: try strtoull instead. r?mt
Attachment #8661004 - Flags: review?(martin.thomson)
Comment on attachment 8661004 [details]
MozReview Request: Bug 1204082: try strtoull instead. r?mt

https://reviewboard.mozilla.org/r/19247/#review17117
Attachment #8661004 - Flags: review?(martin.thomson) → review+
backlog: --- → webrtc/webaudio+
Rank: 25
Priority: -- → P2
Assignee: nobody → drno
Turns out bug 862837 prevents us from actually getting coverage for the changed unit test on Windows (the only platform which is affected by this bug). So I guess we have to sail without it for now.

Green try run.
Keywords: checkin-needed
See Also: → 862837
https://hg.mozilla.org/mozilla-central/rev/15e860fa81e3
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: