-
Notifications
You must be signed in to change notification settings - Fork 22.8k
Internalize MediaStream recording example #40317
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
base: main
Are you sure you want to change the base?
Conversation
Preview URLs (comment last updated: 2025-07-11 09:43:03) |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Apparently camera perms don't work on DMO. 🙄 |
Isn't it possible via this: https://developer.mozilla.org/en-US/docs/MDN/Writing_guidelines/Page_structures/Live_samples#allowing_features |
You would need to set |
Uh... I didn't get enough sleep. |
There's one here to have a look at content/files/en-us/web/api/mediastream_recording_api/recording_a_media_element/index.md Line 273 in 0f62d41
|
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mmm. CSP still blocks the blob URL. That's actually a bit surprising given I've seen blob URLs being used elsewhere. |
Production |
I'm not sure where to raise this, nor am I sure if this is a good idea by default, but I think at least it should be configurable. Perhaps the playground can benefit from it too. |
Part of #16120. This example is not too big, but permissions may not work; still testing.