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

How should I register hls runtime event listener? #27

Open liangxiao-zs opened 3 years ago

liangxiao-zs commented 3 years ago

I want to register a HLS.Events.LEVEL_SWITCHED listener event, but found that there is no way. Is there any solution?

https://github.com/video-dev/hls.js/issues/2497#issue-549109318 @devcshort

devcshort commented 3 years ago

This is a planned feature, but currently this package does not support that functionality.