I am writing an application to play youtube videos using streaming.
First method:
I am getting the RTSP URL to the video using GData APIs. Here is the code t
If you're willing to do the work in a new activity, the following will work on a device but not on the emulator:
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.youtube.com/watch?v=cxLG2wtE7TM")));