w3c / mediacapture-fromelement

API to create a MediaStream from Media Element
https://w3c.github.io/mediacapture-fromelement
Other
21 stars 15 forks source link

HTML Media Element captureStream() should avoid protected/encrypted content #20

Open yellowdoge opened 8 years ago

yellowdoge commented 8 years ago

HTMLMediaElement.captureStream() & co should probably avoid capturing if the HTML element is protected/encrypted, and very likely throw an Exception, the same as Canvas.captureStream() throws a SecurityError exception.

martinthomson commented 7 years ago

Discussed. There might be some complexity coming out of MSE.

yellowdoge commented 6 years ago

Pinging this issue in the context of the Chromium intent to ship; Chromium throws currently:

dontcallmedom commented 6 years ago

The TAG has been asking about this as well.