doc: Bump hls version and update the demo #167
- [x] Upgrade hls.js to the latest version, the current version does not work for Safari
- [x] Update the sample code
Relates with https://github.com/video-react/video-react/issues/167
Codecov Report
Merging #306 into master will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #306 +/- ##
=====================================
Coverage 48% 48%
=====================================
Files 47 47
Lines 1279 1279
=====================================
Hits 614 614
Misses 665 665
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update ea2d2a5...946efc5. Read the comment docs.
@MadeByDouglas does this fix the problem you mentioned?
Also -- I noticed that occasionally the HLS example page gives me a typical "un-autoplay-able" problem Uncaught (in promise) DOMException error on video.play() on Chrome. Any idea why?
As I mentioned https://github.com/video-react/video-react/issues/215#issuecomment-504626509 I do plan to resolve this kind of issues altogether (hopefully).