Re: [webrtc-pc] strawman text to show how unverfieid media would work

@fluffy  Some clarifying questions: 

"The RTCRtpReceiver MAY discard this media or MAY buffer this media so
 that video key frames are not
lost. Once the SDP fingerprint is received, and the DTLS connection 
verified, any buffered media and media received after  is made 
available to the application."

[BA] How does the application developer know which of the above 
approaches an implementation has taken (e.g. whether it discards 
unverified media or buffers it)? 

"If the allowUnverifiedMedia attribute on the RTCRtpReceiver has been 
set to true, then up to 5 seconds worth of media is made available to 
the applications even if that media is received before the SDP 
fingerprint."

[BA] Is the above trying to say that unverified media is buffered for 
up to 5 seconds and then made available once verification is 
completed?  Or is it trying to say that up to 5 seconds of unverified 
media is made available as it comes in?

s/applications/application/



-- 
GitHub Notification of comment by aboba
Please view or discuss this issue at 
https://github.com/w3c/webrtc-pc/pull/1026#issuecomment-280169618 
using your GitHub account

Received on Wednesday, 15 February 2017 23:02:42 UTC