Closed
Bug 1950834
Opened 18 days ago
Closed 18 days ago
Multiple payload types for same codec cannot be decoded
Categories
(Core :: WebRTC: Audio/Video, defect)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
DUPLICATE
of bug 1200768
People
(Reporter: pehrsons, Assigned: pehrsons)
Details
See in this profile that the first setRemoteDescription
includes pts 126, 97, 105 and 103 in that order for H264, but the first VideoReceiveStream2
only knows about pt 126 for H264. That's a problem as we won't be able to decode any other payload types should the remote peer decide to send them.
![]() |
||
Updated•18 days ago
|
Severity: -- → S2
Assignee | ||
Updated•18 days ago
|
Assignee: nobody → apehrson
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•18 days ago
|
||
I thought we might have this on file.
Assignee | ||
Updated•17 days ago
|
Severity: S2 → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•