-
Notifications
You must be signed in to change notification settings - Fork 99
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
Player resumes when paused during buffering #112
Comments
Can this issue reproduce on sample project? davros1970 [email protected] 於 2016年3月16日星期三 寫道:
|
Yes. I modified the sample code like this... HysteriaPlayerSwiftExample.ViewController.swift
Then the logs look like this...
|
When I invoke pause() during the first few seconds of playing a mp3 from the internet, the player will resume unexpectedly. "HysteriaPlayer: resume from buffering.." If I wait 10 secs approx into the audio playing, then my calls to pause() are honored.
The text was updated successfully, but these errors were encountered: