[Bug 25807] New: Avoid sdpMangling by modifying codec preferences through API.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25807

            Bug ID: 25807
           Summary: Avoid sdpMangling by modifying codec preferences
                    through API.
           Product: WebRTC Working Group
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebRTC API
          Assignee: public-webrtc@w3.org
          Reporter: kiran.guduru@samsung.com
                CC: public-webrtc@w3.org

JSEP spec specifies that codec preferences requires SDP mangling and other
parameters can be set through constraints.

This is a proposal to extend RTCPeerConnection, by adding API to retrieve the
supported codecs from browser
getSupportedAudioCodecs()
getSupportedVideoCodecs()

and 

set the codec Preferences by passing prefereAudioCodecs/preferedVideoCodecs
sequences to RTCRTPSender/Receiver.

This proposal extendes RTCRTPSender/Receiver by

setCodecPreferences(preferedAudioCodecs/preferedVideoCodecs)

References

[1] http://tools.ietf.org/html/draft-guduru-rtcweb-codec-preferences-00

NOTE: [1] will be reformulated to set preferences through
RTCRTPSender/Receiver.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Monday, 19 May 2014 15:38:20 UTC