Skip to content
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

[BUG]: onBandwidthUpdate does not work on HLS iOS. #4153

Open
anthonychemaly opened this issue Sep 9, 2024 · 2 comments
Open

[BUG]: onBandwidthUpdate does not work on HLS iOS. #4153

anthonychemaly opened this issue Sep 9, 2024 · 2 comments
Labels
Accepted Issue is confirmed and accepted by maintainers team bug Platform: iOS Repro Provided

Comments

@anthonychemaly
Copy link

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

Copy link

github-actions bot commented Sep 9, 2024

Thank you for your issue report. Please note that the following information is missing or incomplete:

  • reproduction link

Please update your issue with this information to help us address it more effectively.

Note: issues without complete information have a lower priority

@github-actions github-actions bot added Platform: iOS Missing info Some information from template are missing Repro Provided labels Sep 9, 2024
@freeboub freeboub added Accepted Issue is confirmed and accepted by maintainers team and removed Missing info Some information from template are missing labels Sep 9, 2024
@freeboub
Copy link
Collaborator

freeboub commented Sep 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Issue is confirmed and accepted by maintainers team bug Platform: iOS Repro Provided
Projects
None yet
Development

No branches or pull requests

2 participants