Testing subtitles between mp4 and hls videos with the vtt captions.
- Install packages
npm install
- Start server
npm run dev
- Open up the html file you want to test in the web browser on localhost port 8080 (e.g. http://127.0.0.1:8080/original.html or http://127.0.0.1:8080/hls.html)
Jeffrey Huang ([email protected])