react-hls icon indicating copy to clipboard operation
react-hls copied to clipboard

Simple React component for playing hls/rtmp live streams.

Results 29 react-hls issues
Sort by recently updated
recently updated
newest added

This repo needs to have proper testing put in place to ensure the stability of future releases.

enhancement
help wanted
good first issue

is it working on react-native also?

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: hls-player@undefined npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"17.0.2" from...

https://github.com/mingxinstar/react-hls/issues/7 for reference.

Could the player use latest version of hls.js, and enable fetch loader, other than xmlhttprequest loader?

As it would be possible to access and manipulate a hls video with multiple audios, I can only access and manipulate subtitles, but I need to access and change the...

Added support for access HLS Instance by passing a function prop `getHLSInstance` I also added an example in the `App.js` file in the example folder for use and demo purposes....

I am getting the error Property playerRef is missing on type '{src: string; autoPlay: true; controls: true; width: string;} 'but is required in type' HlsPlayerProps'. Can you please make this...

When using SSR in Gatsby, the build stage throws the following error: ```bash ERROR #95313 Building static HTML failed for path "/" See our docs page for more info on...