matvp91 / shaka-player-react

A simple React component wrapper for shaka-player
MIT License
110 stars 34 forks source link

UI is duplicated on live HLS playlists #32

Open sqr opened 1 year ago

sqr commented 1 year ago

Hello, thanks for working on this integration, it is really handy when working with Shaka in react.

I have noticed that, when using live HLS playlists as an input, controls gets duplicated, as you can see in the following image:

image

This only happens on live video, and VODS display the controls correctly.

I have tried to figure out the origin of the issue but couldn't find it. Let me know if it's something known or if you can share some pointers on how to get to the bottom of it.

Thanks!