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

On iOS 13 vmap using .m3u8 stream continues at wrong time after mid roll #41

Open
Yozine opened this issue Nov 19, 2019 · 0 comments
Open

Comments

@Yozine
Copy link

Yozine commented Nov 19, 2019

When I play the http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8 in combination with the kVMAPPodsTag, the AdvancedExample project crashes in VideoViewController at line 204 (on contentPlayer!.currentItem, force unwrapped nil value).

When I guard against the crash, the content does play, but after the mid roll, the stream continues at 0.0, rather than at the 15 seconds marker the mid roll started at. I can reproduce this issue (currentItem unavailable) in my own application with a FairPlay stream. Then, the SDK tries to seek to the closest point in time (which regresses the user several seconds up to a minute in the stream, somewhere before the mid roll.

Could you help me figure out why this happens on iOS 13? On iOS 12 and previous, this issue does not occur.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant