VideoJS not working in vueJS | Community
Skip to main content
New Participant
May 12, 2023
Solved

VideoJS not working in vueJS

  • May 12, 2023
  • 1 reply
  • 827 views

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? 

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 ManviSharma

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.

1 reply

ManviSharma
ManviSharmaAccepted solution
Employee
May 12, 2023

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.