-
Notifications
You must be signed in to change notification settings - Fork 101
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
Video not playing properly, Something break the voice between playing in release 0.2.18 #13
Comments
Video stuck when the internet speeds slow At that time I need to display buffer loader so please help me how to set loader when the video goes to buffer. |
playerView.stateDidChanged = { [weak self] state in
guard let self = self else { return }
if case .paused = state, self.playerView.pausedReason == .waitingKeepUp {
// buffering
}
} |
@sandeep-yudiz Sorry, I did not think of the cause of the problem |
Maybe dropbox does not support content-range download |
Thanks, this inspired me. |
I tried to fix the problem, but because it was based on guesswork (not reproduced), I'm not sure if it really solved the problem. |
release 0.2.19 |
Kindly check this video https://www.dropbox.com/s/pc4hgxhrylejwj4/rpreplay_final1605605155.mp4?dl=0
Not an internet connection issue and tested speeds.
I have tried to figure out the issue and found continuous call paused state did change. Buffer progress goes 0.9 and after the start with again buffer Progress 0.
If kill the app and open the same video then that video, not an issue. This issue occurs randomly.
case .paused(let playProgress, let bufferProgress):
I hope this information will help you fix this issue ASAP.
The text was updated successfully, but these errors were encountered: