Hi,
i have a video on: http://192.168.0.179/2.mp4
when i just call:
Uri myUrl = Uri.parse("http://192.168.0.179/2.mp4");
Intent intent = new Intent(Intent.ACTION_VIEW, myUrl);
startActivity(intent);
it opens the browser and than the mediaplayer.
ok...
but how to open the mediaplayer direct, without the need of the browser
and the result just the same (you know this autorotating and standart controls as it is)
cant be so hard.. looked in so many codes, but most try own streaming and embed the
video in there page etc.
i just like to call the mediaplayer, give him the url and done.
thanks
chris

