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
-~----------~----~----~----~------~----~------~--~---

Reply via email to