Skip to content

[Feature]: report video width & height in onBandwidthUpdate event on iOS #4553

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mykhailodanilenko opened this issue May 19, 2025 · 2 comments
Labels

Comments

@mykhailodanilenko
Copy link

mykhailodanilenko commented May 19, 2025

Description

While developing our app we stumbled upon a limitation in onBandwidthUpdate event on iOS, as stated in the docs the width and height of the stream is not reported in the event data. What could be the reason why we are not getting this info on iOS and what could be the possible steps to implement this functionality?

Why it is needed ?

Our usecase is we are streaming HLS videos and livestreams and if using the master playlist the quality is auto-chosen, which we can capture in the onBandwidthUpdate event by looking at the stream height => enables adding an "Auto 1080p" option in quality options on Android at least.

Possible implementation

Technical POV how to do it

Copy link

github-actions bot commented May 19, 2025

Previous bot comment (click to expand)

Thanks for the feature request! 🚀

You can check out our public roadmap to see what we're currently working on. All requests are automatically added there, so you can track progress anytime.

We review and implement new features when time allows, but this can take a while. If you'd like to speed things up and make this a priority, consider Issue Boost, our commercial option that lets us dedicate time specifically to your request.

Thanks for your input and patience! 🙌

Copy link

Thanks for the feature request! 🚀

You can check out our public roadmap to see what we're currently working on. All requests are automatically added there, so you can track progress anytime.

We review and implement new features when time allows, but this can take a while. If you'd like to speed things up and make this a priority, consider Issue Boost, our commercial option that lets us dedicate time specifically to your request.

Thanks for your input and patience! 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: To Triage
Development

No branches or pull requests

1 participant