-
Notifications
You must be signed in to change notification settings - Fork 431
Open
Description
Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
- [☑️ ] I have searched in existing issues but did not find the same one.
BMPlayer version
1.3.2
Installed with
- Carthage
- [☑️] Cocoapods
Issue Description
When you play the video, it flashes back, on iOS17, and then it turns out that the format of the video URL, it doesn't parse out, because it's underlined, the variable is kCacheScheme, and it crashes in this method down here
What
[Tell us about the issue]
internal static func asset(for resouce: BMPlayerResourceDefinition) -> AVURLAsset {
let asset = BMPlayerManager.shared.cacheManeger.playerItem(with: resouce.url)
return asset!.asset as! AVURLAsset
}
Reproduce
[The steps to reproduce this issue. What is the URL you were trying to play, where did you put your code, etc.]
Other Comment
[Add anything else here]
Metadata
Metadata
Assignees
Labels
No labels