We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
6.5.0
iOS
17.4
Simulator
Old architecture
onBandwidthUpdate does not work on HLS iOS. It does work on mp4 files.
repository link
Use onBandwidthUpdate on a m3u8 file link as provided by the example in the repo: https://rbmn-live.akamaized.net/hls/live/590964/BoRB-AT/master_928.m3u8
The text was updated successfully, but these errors were encountered:
Thank you for your issue report. Please note that the following information is missing or incomplete:
Please update your issue with this information to help us address it more effectively.
Note: issues without complete information have a lower priority
Sorry, something went wrong.
I reproduce the issue, but I don't have any clue on the issue now :/ The handler for this value is this one:
NotificationCenter.default.addObserver(_handlers, selector: #selector(RCTPlayerObserverHandlerObjc.handleAVPlayerAccess(notification:)), name: AVPlayerItem.newAccessLogEntryNotification, object: player?.currentItem)
But I confirm it is not called on this video
No branches or pull requests
Version
6.5.0
What platforms are you having the problem on?
iOS
System Version
17.4
On what device are you experiencing the issue?
Simulator
Architecture
Old architecture
What happened?
onBandwidthUpdate does not work on HLS iOS. It does work on mp4 files.
Reproduction Link
repository link
Reproduction
Use onBandwidthUpdate on a m3u8 file link as provided by the example in the repo: https://rbmn-live.akamaized.net/hls/live/590964/BoRB-AT/master_928.m3u8
The text was updated successfully, but these errors were encountered: