Bug 162333 - [WebRTC][OpenWebRTC] RTP bundling support
Summary: [WebRTC][OpenWebRTC] RTP bundling support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 164817
Blocks:
  Show dependency treegraph
 
Reported: 2016-09-21 02:02 PDT by Philippe Normand
Modified: 2016-11-21 01:29 PST (History)
3 users (show)

See Also:


Attachments
EndPoint: RTP bundling support (3.97 KB, patch)
2016-11-16 04:09 PST, Philippe Normand
alex: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2016-09-21 02:02:54 PDT
This will depend on the RTP bundling support feature in OpenWebRTC. In WebKit we will then need to enable bundling in the transport agent.
Comment 1 Philippe Normand 2016-11-16 04:09:45 PST
Created attachment 294932 [details]
EndPoint: RTP bundling support
Comment 2 Alejandro G. Castro 2016-11-16 04:16:54 PST
Comment on attachment 294932 [details]
EndPoint: RTP bundling support

View in context: https://bugs.webkit.org/attachment.cgi?id=294932&action=review

> Source/WebCore/platform/mediastream/openwebrtc/MediaEndpointOwr.cpp:318
>  

Let's add a FIXME here saying that we have to add support for group-ssrc line in the sdp.

> Source/WebCore/platform/mediastream/openwebrtc/MediaEndpointOwr.cpp:571
> +        OwrBundlePolicyType bundlePolicy = OWR_BUNDLE_POLICY_TYPE_BALANCED;

Also we want a FIXME here for handling BUNDLE sdp line from the remote source when deciding what policy we are going to request owr.
Comment 3 Alejandro G. Castro 2016-11-21 01:26:47 PST
Comment on attachment 294932 [details]
EndPoint: RTP bundling support

Consider adding the FIXMEs
Comment 4 Philippe Normand 2016-11-21 01:29:51 PST
Committed r208942: <http://trac.webkit.org/changeset/208942>