I am sure that this has been discussed before... But I don't seem to
be really grokking it...
I have a videoview called "tv1" on a form.
I have a bit of code that fires when a button is pressed that looks
like this :
String uristr = "rtsp://rtsp.youtube.com/youtube/
videos/S2eoCqwBCQI/video.3gp";
tv1.setVideoURI(Uri.parse(uristr));
tv1.start();
The emulator tells me that "This video cannot be displayed" and if I
try it on my phone, the app just crashes...
Does anyone know what I am doing wrong here?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---