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

MP4 and MOV files which are DRM protected are not rendering on Asset details page of Asset Share Commons. #1213

Open
surendrapras opened this issue Jan 9, 2025 · 1 comment
Labels

Comments

@surendrapras
Copy link

MP4 and MOV files which are not DRM protected are rendering fine but MP4 and MOV files which are DRM protected are not rendering on Asset details page. Is this expected behavior?
On Asset details page video preview for a given DRM Asset (Mp4 & mov) are not coming up.
Trying to provide the end user to see the video playing on Asset details page.
Mp4-file-working-and-not-working.docx

Documentation can be found here: https://opensource.adobe.com/asset-share-commons/. It might answer your question!

@davidjgonzalez
Copy link
Contributor

davidjgonzalez commented Jan 9, 2025

@surendrapras How are you configuring the preview component?

Also - on that page - can you view source/look at the network panel - and report what the URL looks like that is loading the video in the preview component?

If the preview is the "Asset path" then it will be blocked -- OOTB AEM blocks requests to DRM'd assets when you request the asset via its path (ex. /content/dam/foo.mp4) ... however, if i recall, if you request the a RENDITION of the asset (even the original) you can get around this ... so if the path to the preview video is /conten/dam/foo.mp4/jcr:content/renditions/original it would work.

Typically you want the previews to be small, lower quality renditions of the original anyhow - else you can into the problem if the preview trying to load extra-large video files (100MBs to GBs) which will take a long time to load -> preview.

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

No branches or pull requests

2 participants