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

Exomedia Player blocking occassionally when livestreaming? #295

Closed
erkand-imeri opened this issue Aug 9, 2016 · 5 comments
Closed

Exomedia Player blocking occassionally when livestreaming? #295

erkand-imeri opened this issue Aug 9, 2016 · 5 comments
Labels

Comments

@erkand-imeri
Copy link

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?

@brianwernick
Copy link
Owner

What do you mean by "blocking"? that term can have many meanings

@erkand-imeri
Copy link
Author

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.

@brianwernick
Copy link
Owner

It sounds like the video is buffering (see #102)

@erkand-imeri
Copy link
Author

@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.

@brianwernick
Copy link
Owner

A Buffering indicator isn't currently implemented (not to be confused with initial loading or buffer percentage). The OnBufferUpdateListener informs you of percentage updates not status updates; what you want is a status callback (#257 with Open PR #293) to know when the media is buffering

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

No branches or pull requests

2 participants