[Webkit-unassigned] [Bug 195930] createAnswer() SDP Rejected by setLocalDescription()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 23 11:44:49 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=195930

--- Comment #4 from youenn fablet <youennf at gmail.com> ---
(In reply to Vincent Olivier from comment #3)
> Hi Youenn,
> 
> Looking at those lines from the kurentoSdpOffer :
> 
> a=rtpmap:99 H264/90000
> a=rtcp:9 IN IP4 0.0.0.0
> a=rtcp-mux
> a=recvonly
> a=mid:video0
> 
> Aren't these a video offer ?

Oh, I haven't seen them.
To fix the issue on your side, you need to explicitly set the packetization-mode to 1.
Something like:
a=fmtp:99 profile-level-id=42e01f;level-asymmetry-allowed=1;packetization-mode=1

Agreed though that we have a bug somewhere as we should not resolve createAnswer to reject setLocalDescription.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190523/a49f4ea5/attachment.html>


More information about the webkit-unassigned mailing list