-
Notifications
You must be signed in to change notification settings - Fork 379
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
Exomedia Player blocking occassionally when livestreaming? #295
Comments
What do you mean by "blocking"? that term can have many meanings |
I mean that while the video is playing it stops at certain amount of time and then again starts to play, this doesn't happen with VideoView. I compared both players with the same link. |
It sounds like the video is buffering (see #102) |
@brianwernick, thanks for your reply. I want to ask you, how can i implement the buffering on the player. What solution do you propose. Should i use the setOnBufferingListener() method on Android. I was curious to know how do you implement it. Thanks in advance. |
Hello there, i am using ExoMedia Player for playing livestreaming links on my application and i am really liking it except that sometimes the video is blocking occassionally when i play the livestreaming http link?
How can i fix this?
The text was updated successfully, but these errors were encountered: