You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
In the readme.md caveats it states that upscale and downscale % metrics couldn't be calculated because can't get width and height from HLS format. It links to an issue stating that it's open, but it has been closed some time ago. Link to issue: TheWidlarzGroup/react-native-video#1194. Fixed by: TheWidlarzGroup/react-native-video#1992
Could we now have support for upscale and downscale metrics as that issue has been fixed? :)
The text was updated successfully, but these errors were encountered:
Hey @Waltari10 - thanks for bringing this to our attention! We took a quick look at this, and while it's a step in the right direction, I'm not sure that it will fully resolve this issue for us. In order for Mux to track upscaling/downscaling, we need to be able to interrogate the player and video size (height and width) throughout the whole of playback.
We will take a pass to see if this is actually the case or not, but in the meantime, do you happen to know yourself if react-native-video will report the changing source resolution throughout playback?
I think you're right that react-native-video doesn't report the source resolution when the quality changes. At least couldn't find any callback or ref. So yeah, looks like would have to first expand react-native-video somehow :/
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the readme.md caveats it states that upscale and downscale % metrics couldn't be calculated because can't get width and height from HLS format. It links to an issue stating that it's open, but it has been closed some time ago. Link to issue: TheWidlarzGroup/react-native-video#1194. Fixed by: TheWidlarzGroup/react-native-video#1992
Could we now have support for upscale and downscale metrics as that issue has been fixed? :)
The text was updated successfully, but these errors were encountered: