devcshort / react-hls

Simple React component for playing hls/rtmp live streams.
https://www.npmjs.com/package/react-hls-player
MIT License
118 stars 48 forks source link

hls.js version #26

Open alienatorZ opened 3 years ago

alienatorZ commented 3 years ago

The package.json shows this uses hls.js version ^0.14.17. hls.js is now at 1.0.0. Could the version be updated?

devcshort commented 3 years ago

The package.json shows this uses hls.js version ^0.14.17. hls.js is now at 1.0.0. Could the version be updated?

Yup! I'll need a bit of time to work on it and look in to their migration guide. Thanks for bringing this up, didn't realize they'd be hitting the 1.0 release already.