How to play youtube URL through Android MediaPlayer?
Is there anyway to play videos usin开发者_如何学Gog Androind MediaPlayer with url to a youtube video?
Instead of it playing through youtube i would like for it to play through the MediaPlayer locally on the device.
How would i go about doing this?
EDIT: sorry for the title
MediaPlayer.setDataSource(url) might do the trick. More guidance here.
精彩评论