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
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
The text was updated successfully, but these errors were encountered:
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.
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.
Uh oh!
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered: