[android-developers] Re: Video Streaming in Android Emulator Possible ?.

2010-09-21 Thread SheikhAman
and regarding android emulator, If your system specs are quite hi-fi, then the video will be played on emulator, else it will be played on device, as video streaming and playing are memory eating processes. On Sep 21, 1:46 pm, Ajmer singh wrote: > I want to stream a video from Network Like From y

[android-developers] Re: Video Streaming in Android Emulator Possible ?.

2010-09-21 Thread SheikhAman
It is possible to stream videos through media player, but that requires you to have the absolute URI to the video file on the network. when this URI is provided to the player, it streams it, and plays it. however, in the case of You Tube, you don't have the URL pointing directly to a media file. i