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

License server via MPD tags #3801

Closed
dsilhavy opened this issue Nov 1, 2021 · 1 comment
Closed

License server via MPD tags #3801

dsilhavy opened this issue Nov 1, 2021 · 1 comment
Assignees
Milestone

Comments

@dsilhavy
Copy link
Collaborator

dsilhavy commented Nov 1, 2021

Is your feature request related to a problem? Please describe.
Content providers should be able to define the license server via MPD using the dashif:laurl tag. From the IOP v5 spec:

DRM systems generally use the concept of license requests as the mechanism for obtaining content keys and associated usage constraints. For DRM systems that use this concept, one or more dashif:Laurl elements should be present under the ContentProtection descriptor, with the value of the element being the URL to send license requests to.

<ContentProtection
	schemeIdUri="urn:uuid:d0ee2730-09b5-459f-8452-200e52b37567"
	value="FirstDRM 2.0">
	<cenc:pssh>
		YmFzZTY0IGVuY29kZWQgY29udGVudHMgb2YgkXBzc2iSIGJveCB3aXRoIHRoaXMgU3lzdGVtSUQ=
	</cenc:pssh>
	<dashif:Authzurl>https://example.com/tenants/5341/authorize</dashif:Authzurl>
	<dashif:Laurl>https://example.com/AcquireLicense</dashif:Laurl>
</ContentProtection>
@dsilhavy dsilhavy added this to the 4.1.1 milestone Nov 1, 2021
@dsilhavy dsilhavy self-assigned this Nov 1, 2021
@dsilhavy
Copy link
Collaborator Author

dsilhavy commented Nov 1, 2021

Implemented as part of #3793 . An example is available here: https://reference.dashif.org/dash.js/nightly/samples/drm/dashif-laurl.html

@dsilhavy dsilhavy closed this as completed Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant