sundaykuhk01 / videojs-webpack-mcve

Minimal, Complete, and Verifiable example on integrating videojs with webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

overrideNative in video js fail on Android device with native HLS support. This repo is to verify and examine the problem.

Set up

npm install
npm run build

Conclusion

  • Not related to webpack

    • Pass examples:
      • no-webpack.html
      • webpack-before-video.html
    • Fail examples:
      • no-webpack-after-video.html
      • webpack-after-video.html
  • Related to load order

    • Video js must load before the video tag

Note

  • This problem cannot be simulated by browser simulator

About

Minimal, Complete, and Verifiable example on integrating videojs with webpack


Languages

Language:HTML 68.3%Language:JavaScript 31.7%