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
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]
The text was updated successfully, but these errors were encountered:
Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
BMPlayer version
1.3.2
Installed with
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]
The text was updated successfully, but these errors were encountered: