Bare bones implementation of video streaming into Express with compatibility for Safari and Chrome. Satisfies requirements for Safari range header demands.
- Edit
index.htmlon line 29 replacelocalhost:3001with your domain or IP. - Rename
env.templateto.env(update ip/port if needed) npm run dev- Navigate to your server address in the browser to try out the player
- Make this project into a stand-alone node_module on NPM.
- Move Express to devDependencies
- Move example server file to test folder
- Add 'build' and 'publish' scripts to package.json