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

Is ToroVideoView supports HTTP live streaming ? #46

Open
chetanurmaliya opened this issue May 25, 2016 · 2 comments
Open

Is ToroVideoView supports HTTP live streaming ? #46

chetanurmaliya opened this issue May 25, 2016 · 2 comments

Comments

@chetanurmaliya
Copy link

I am using com.github.eneim:Toro:1.2.0

It is loading entire video file before playing.

@eneim
Copy link
Owner

eneim commented May 25, 2016

@chetanurmaliya Well, Toro doesn't take much care about how you play the Video, but maybe my customized ToroVideoView. Actually, it uses the original MediaPlayer to play the media content, so it depends on how that MediaPlayer API works. Actually I don't think MediaPlayer eager to download your entire video, but if you can give me a cue for that, I can investigate the behavior.

In the mean time, you can take a look at ExoPlayer and a library name ExoMedia which is created on top of ExoPlayer. I'm going to have the same think as first class supported player in Toro, just could not tell about the release date.

@chetanurmaliya
Copy link
Author

Thanks a lot.

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

2 participants