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

Fix SSR issues with Hls.isSupported() #40

Open fcisio opened 2 years ago

fcisio commented 2 years ago

Check if window is defined before Hls.isSupported().

Fixes issue #39