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

Added HLS Instance accessibility support #42

Open ShuLaPy opened 2 years ago

ShuLaPy commented 2 years ago

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. Example:

  1. User can see the available qualities.
  2. User can also change the quality of the video.

Issue #23