Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

VideoJS not working in vueJS

Avatar

Level 2

I've implemented vueJS in my AEM project. while I'm trying to use videoJS player in container component(coded in vueJS-3) , the player is not working. How to get rid of this issue? 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi,

 

There could be several reasons why the videoJS player is not working in your VueJS component in AEM. Here are a few suggestions you can try:

  1. Make sure you have installed and included the videoJS library correctly in your project.
  2. Check the console for any errors or warning messages related to the player.
  3. Verify that the player is properly initialized and configured in your VueJS component.
  4. Ensure that the video file path is correct and accessible to the player.
  5. Try loading the player in a different container element to rule out any conflicts with your current VueJS component.
  6. Consider using a different video player library that is compatible with VueJS.

By troubleshooting these issues, you should be able to get the videoJS player working in your VueJS component in AEM.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Hi,

 

There could be several reasons why the videoJS player is not working in your VueJS component in AEM. Here are a few suggestions you can try:

  1. Make sure you have installed and included the videoJS library correctly in your project.
  2. Check the console for any errors or warning messages related to the player.
  3. Verify that the player is properly initialized and configured in your VueJS component.
  4. Ensure that the video file path is correct and accessible to the player.
  5. Try loading the player in a different container element to rule out any conflicts with your current VueJS component.
  6. Consider using a different video player library that is compatible with VueJS.

By troubleshooting these issues, you should be able to get the videoJS player working in your VueJS component in AEM.