Skip to content

Simple react app that uses video.js with the hls plugin

Notifications You must be signed in to change notification settings

vpowers/simple-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-react-app

Simple react app that uses video.js with the hls plugin. This project uses nwb for the build method. In order for the videojs-contrib-hls plugin to play nice with webpack, the webworkify module is swapped out for webworkify-webpack-dropin module. (i.e, nwb uses webpack under the hood).

Swapping out webworkify for webworkify-webpack-dropin does not work using nwb. See:

Main issue: videojs/videojs-contrib-hls#600

Related comments: videojs/videojs-contrib-hls#600 (comment) videojs/videojs-contrib-hls#600 (comment) videojs/videojs-contrib-hls#600 (comment) videojs/videojs-contrib-hls#600 (comment) videojs/videojs-contrib-hls#600 (comment)

Quick start

  1. npm install
  2. ./node_modules/nwb/lib/bin/nwb.js serve
  3. open up browser and view http://localhost:3000/

About

Simple react app that uses video.js with the hls plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published