Samir Mangroliya
Samir Mangroliya

Reputation: 40416

Android how to play video using video URL?

I have Url like http://www.logisticinfotech.com/client/Malasiya%20Cup/movie.mp4 i want play this video in my video player in android?

Upvotes: 0

Views: 1366

Answers (2)

sebataz
sebataz

Reputation: 1043

Using a VideoView just set the uri: videoView.setVideoURI(Uri.parse(videoUrl));

Upvotes: 3

Srinivasan Annamalai
Srinivasan Annamalai

Reputation: 369

The stock video player does not support playing from URLs. Install third party software like doubleTwist or MX Video Player.

Upvotes: 0

Related Questions