videojs-contrib-hls : Play back HLS with video.js, even where its not natively supported. You can installing videojs-contrib-hls npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install videojs-contrib-hls $ sudo npm install -g videojs-contrib-hls
If want to update the videojs-contrib-hls package execute the command as below,
$ sudo npm update videojs-contrib-hls
Update package globally,
$ npm install -g videojs-contrib-hls
$ sudo git clone https://github.com/rektide/videojs-contrib-hls.git
$ sudo npm install -g ./videojs-contrib-hls
videojs-contrib-hls@5.12.2 /usr/lib/node_modules/videojs-contrib-hls
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall videojs-contrib-hls
| Package Name | videojs-contrib-hls |
| Version | 5.12.2 |
| Description | Play back HLS with video.js, even where its not natively supported |
| Released Date | 2017-11-06T18:50:10.099Z |
| Published by | mjneil |
| How to Learn | https://www.npmjs.com/package/videojs-contrib-hls/tutorial |