Replies: 1 comment
-
|
I ran into the same issue and found a workaround. You can access the HLS instance through React Player now uses hls-video-element internally for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In v2, I was able to retrieve the HLS instance of the player by calling
playerRef.current.getInternalPlayer('hls'). This doesn't work anymore in v3, and I didn't find any documentation on how to achieve this.Could someone please point me in the right direction?
Beta Was this translation helpful? Give feedback.
All reactions