Replies: 1 comment
-
In shouldn't be the case ... I think this line can cause the issue: |
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
-
I am using React Native Video to stream HLS content, aiming for a setup similar to TikTok. I am facing an issue where, upon navigating away from the video player and returning, the videos remain stuck on the lowest quality and do not upgrade to higher resolutions.
Is there a way to force the player to upgrade to higher qualities?
Can I persist the highest quality a user can utilise and automatically select that for each video?
Here is my current video player configuration:
Beta Was this translation helpful? Give feedback.
All reactions