I want to be able to stream video and audion from a url directly into a android video player.

How or what is the best way for going about doing this?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Refer this link for audio and video streaming example with source code.

link|improve this answer
Will this work with a url from youtube? – coder_For_Life22 Sep 23 '11 at 10:14
no, because this source code first download video from link and save it in temporary file, then will play in video view. This will work only for downloadable link (eg. example_link_videos.com/vidow/video.mp4). We can't download video from youtube directly. – Ilango J Sep 23 '11 at 10:40
feedback

Here is the Tutorial for Audio Video Streaming,

Android Samples

Hello Android

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.