Update: After a little more testing I found some rtsp links that do play in 1.1, but other links, which I verified are still active and were working before are giving me the error.
Is there an easy way to revert back to the 1.0 firmware so I can confirm that the problem started with 1.1? On Feb 11, 7:01 pm, jz0o0z <[email protected]> wrote: > My application plays RTSP video by launching the browser. The code > looks like this, where url is a string for an RTSP video : > > Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse(url)); > startActivity(i); > > This was working fine in 1.0, but when I upgraded to 1.1 I started > getting this error : ERROR/MediaPlayer(316): Error (-1,0) > > Any ideas? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

