Skip to content
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

feat: basic drm support #905

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

cjpillsbury
Copy link
Contributor

No description provided.

@cjpillsbury cjpillsbury requested a review from a team as a code owner April 18, 2024 21:02
Copy link

vercel bot commented Apr 18, 2024

@cjpillsbury is attempting to deploy a commit to the Mux Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Apr 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
elements-demo-nextjs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2024 4:01pm

@@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"dev:secure": "next dev --experimental-https",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NOTE: This is needed for some DRM testing permutations (e.g. testing on something other than localhost, such as a mobile device locally)

if (!drmToken || !playbackId) return {};
return {
emeEnabled: true,
// licenseXhrSetup: (
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will likely be unneeded but leaving here for reference until we've completed impl full stack, just in case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant