VideoJS not working in vueJS | Adobe Higher Education
Skip to main content
Level 2
May 12, 2023
解決済み

VideoJS not working in vueJS

  • May 12, 2023
  • 1 の返信
  • 827 ビュー

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? 

このトピックへの返信は締め切られました。
ベストアンサー 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 の返信

ManviSharma
Adobe Employee
Adobe 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.