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

can we use it for audio files too? #18

Closed harshit-deepsource closed 3 years ago

harshit-deepsource commented 3 years ago

If yes, then how to play and pause the audio?

devcshort commented 3 years ago

If yes, then how to play and pause the audio?

This video player is specific for video live streams in hls format, not for playing audio files

harshit-deepsource commented 3 years ago

Thanks.