-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
WebCodecs 2021-04-14 #1
Comments
Re: timeline, please see my clarifications in the parallel privacy review discussion |
Review requested from @jsalowey |
I'll try to have comments in by the end of the week. |
Here are the comments I discussed with @chcunningham:
In general I do not think this API has taken care not to add significant surface area beyond what is already provided by the the current accessibility of codecs through media on the web. I would suggest that there be some additions to the security considerations:
Also I think the privacy considerations section should avoid the use of the specific bit word since its unclear how many bits that the codec information will leak. @samuelweiler FYI |
Thanks @jsalowey
I'm guessing an extra 'not' snuck in to the sentence above? I thought you felt the opposite (i.e. not very concerned) after our discussion. LMK if I've got it backwards. |
@chcunningham Yup, english is hard. It should read |
"In general I think this API has taken care not to add significant surface area beyond what is already provided by the the current accessibility of codecs through media on the web." [BA] On the decoder side, there are other Web APIs (e.g. MSE) that have similar surface area, but on the encoder side, WebCodecs is unique. WebRTC API feeds a MediaStreamTrack to the encoder, but doesn't let the developer get in between, so as to allow arbitrary data to be fed to an encoder. I think WebCodecs encoding does add surface area compared with say, WebRTC and Media Recorder. So additional fuzzing is probably a good idea, particularly when additional encoders (in sw or hw) are added. |
Except with https://github.com/w3c/mediacapture-transform/ and |
Other comments:
FYI co-editors: @padenot (Mozilla) and @aboba (Microsoft)
The text was updated successfully, but these errors were encountered: