Chris Short
Chris Short
@yuri-devi @iMJumpmxn I'm not sure when I'll get a chance to look in to this. In the meantime, you should be able to ```npm install [email protected]```. There were some api...
@tgwow I was thinking this may be the case, but haven't had the time to look in to it. Thanks for sharing!
> @tonyjaimep do you have an example? Sorry, I've gotten busy with work and unfortunately haven't been able to keep up with this package :( The source to this is...
> 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...
This is a planned feature, but currently this package does not support that functionality.
Thanks for bringing this to my attention. I'll need to take a look and test it out. It should be working. Is it possible you're trying to use the ref...
hls config is basically just the configuration object that gets passed down to HLS.js (the video player this uses under the hood for video streams). All configuration options can be...
I looked in to this a bit. At the moment, this isn't possible with this library. I'll need to do some updates that expose the HLS object that I create...
That would be great @aortiz24 ! 🙂
@aortiz24 I'm actually new to unit testing as well. Ideally, I'd like to have automated testing of the react-hls-player component with several different scenarios. I don't want to accidentally push...