zimeriljazi
zimeriljazi

Reputation: 42

How to play this video in VideoView?

I want to create an application to play/stream videos, I know how to play/stream videos when I have the link but can somebody tell me how can I play this video e.g http://gorillavid.in/orophd79hi8o using VideoView or other method?? Thanks

Upvotes: 1

Views: 94

Answers (1)

Gilad Haimov
Gilad Haimov

Reputation: 5857

Why not use a WebView for the job? They do it just fine.

Just remember to enable plugins:

webView.getSettings().setPluginState(WebSettings.PluginState.ON)

Upvotes: 1

Related Questions