You cannot fix this. This media type is not supported on your device,
Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Mon, Nov 22, 2010 at 1:47 AM, Ahmed Shoeib <[email protected] > wrote: > hi , > > i got this message when trying to play mp4 video on android from url > ( video is not valid for streaming on this device ) > > > the code i use to play mp4 > > Intent intent = new Intent(Intent.ACTION_VIEW); > intent.setDataAndType(Uri.parse(url), "video/mp4"); > startActivity(intent); > > how to solve this problem ?? > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

