How to Play Youtube Video on VideoView?
I have fetch many youtube video url using rss(xml Parsing) from following url
but problem is this http link is not played in videoview.
Plaese Help me.
|
How to Play Youtube Video on VideoView? I have fetch many youtube video url using rss(xml Parsing) from following url but problem is this http link is not played in videoview. Plaese Help me. |
|||
|
|
You want to convert your gdata URL into rtsp format. Following function convert your URL into rtsp format. public static String getUrlVideoRTSP(String urlYoutube) {
And the complete example show how to get videos from Youtube channel in listview is click here |
|||||||
|
|
this library looks quite promising: http://code.google.com/p/android-youtube-player/ |
|||
|
|