Wesley Luyten
Wesley Luyten
Thanks for the interest y'all! I've put up a PR that half works. The issue now is that changes to the .json files are not detected and causing a reload...
thanks for the feedback @endymion1818. this does look like a hls.js issue though. is this causing any unexpected behavior or playback issues?
could you try adding the `crossOrigin` prop to the Player component?
thank you for this great contribution! I'll have a look soon.
this is how the YT player iframe behaves in local development. `localhost` might work instead of `127.0.0.1`
This is a browser issue. Most of the player UI is not handled by React player.
thanks for the feedback. any chance you could create a code sandbox / example? we do listen to the track's `load` event which should trigger a new chapters cues render...
Yes, it looked like a Chrome only thing in the tests I did. Thanks, we can give that a try!
Yes, @cjpillsbury is right. We didn't implement a workaround yet. Flushing the buffer seems like a good plan but I imagine we'd have to take care of caching the segment...
possibly related https://github.com/muxinc/elements/issues/942