-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSE does not work with Mixed Content, unlike video/audio.src= #22
Comments
I believe we should reconsider marking this V.Next, since it is dependent on changes to other specs:
|
@jdsmith3000, I don't think the previous proposal was to add an appendResponse() method. Where are you finding this as the most recent proposal? |
@jdsmith3000's text comes from the original proposal. @wolenetz later said, "we believe we can and should reuse appendStream() rather than adding appendResponse()." I think the main work required in the MSE spec would be to finish appendStream (issue #14). Beyond that, there might be some text about opaque streams |
Okay, this makes sense. Assuming we agree to update the stream API feature, this comment about using it for mixed content makes sense. I have some mixed feelings about its benefit, but I'm okay with adding it. |
Support for this as v1 was also provided by rus@ during TPAC MSE f2f. Given mixed content MSE is needed sooner (due to other priveleged APIs coming sooner) rather than later, consensus is this is v1 and blocked on #14. |
While there may still be future progress on the appendStream case for non-mixed content, our previous attempt to get opaque response/etc were declined from the fetch API, mostly for the potential for increasing the risk of accidentally leaking content in implementations from insecure media to a secure site. (See yutakahirano/fetch-with-streams#56). If there is strong support for this being in MSE in future, please re-open. |
Migrated from w3c bugzilla tracker. For history prior to migration, please see:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28465
The text was updated successfully, but these errors were encountered: