[ortc] RTCRtpReceiver.getCapabilities and feature codec "kind"

robin-raymond has just created a new issue for 
https://github.com/openpeer/ortc:

== RTCRtpReceiver.getCapabilities and feature codec "kind" ==
>For codecs with no intrinsic kind, 
RTCRtpCapabilities.RTCRtpCodecCapability[i].kind returned by 
getCapabilities(kind) should be set to the value of kind if kind is 
equal to "audio" or "video". If the kind argument was omitted or set 
to "", then the value of 
RTCRtpCapabilities.RTCRtpCodecCapability[i].kind is set to "".

I don't think this is wise policy. Otherwise, it's possible RED / 
ULPFEC end up being duplicated per kind instead. I do know if they 
don't share the same clock rate then they must be different anyway but
 just in principle we shouldn't do this...

... also in the sender, we don't mention anything like this...


Please view or discuss this issue at 
https://github.com/openpeer/ortc/issues/497 using your GitHub account

Received on Friday, 22 April 2016 13:22:26 UTC