Video Component for video files from DAM | Community
Skip to main content
Level 3
October 5, 2021
Solved

Video Component for video files from DAM

  • October 5, 2021
  • 2 replies
  • 906 views

Hi,

We are trying to display video from DAM, but the embed component accepts only url(such as youtube). Is there any component that I can use for displaying video files, or is there any custom component that has been developed for this purpose? Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kiran_Vedantam

Hi @ad-engineer,

 

For video component, you can write your custom logic (like below) to render the DAM videos. There is no core component built yet: https://www.aemcomponents.dev/

 

<source src="${model.videoPath}" type='video/mp4'>

 

Hope this helps.

 

Thanks,

Kiran Vedantam.

2 replies

Kiran_Vedantam
Community Advisor
Kiran_VedantamCommunity AdvisorAccepted solution
Community Advisor
October 5, 2021

Hi @ad-engineer,

 

For video component, you can write your custom logic (like below) to render the DAM videos. There is no core component built yet: https://www.aemcomponents.dev/

 

<source src="${model.videoPath}" type='video/mp4'>

 

Hope this helps.

 

Thanks,

Kiran Vedantam.

Shashi_Mulugu
Community Advisor
Community Advisor
October 5, 2021

@ad-engineer we don't have OOTB Video component. There is a feature request.. https://github.com/adobe/aem-core-wcm-components/issues/218

 

For now, we need to create custom video component..with HTML5 video player HTML