Thanks for your replying. The issue is certainly in the emulator. (I have no device of 1.5 android yet.) I will try this in the real device after getting it.
On 4月28日, 午前6:26, Dave Sparks <[email protected]> wrote: > I assume this in the emulator. I believe the issue is that the > emulator does not forward the UDP packets you need for the RTP > session. This should work on a real device. > > On Apr 27, 12:28 am, awwa <[email protected]> wrote: > > > > > I'm trying to play streamingvideo(*.3gp) with android SDK 1.5 pre. > > I have customized the APIDemo -> VideoViewDemo.java. > > Specify the "path" to the URL of rtsp. > > I got the URL from the following URL. > > --http://gdata.youtube.com/feeds/api/videos?vq=8ZsML4uWoiw > > I used the following URL(*.3gp) > > -- > > path = "rtsp://rtsp2.youtube.com/ > > CiILENy73wIaGQksopaLLwyb8RMYDSANFEgGUgZ2aWRlb3MM/0/0/0/video.3gp" > > > But following error has occur. > > Please help me what is happen. > > > ---- > > 04-27 07:10:24.238: WARN/ActivityManager(587): Launch timeout has > > expired, giving up wake lock! > > 04-27 07:10:24.265: WARN/ActivityManager(587): Activity idle timeout > > for HistoryRecord{43603ba0 {com.example.android.apis/ > > com.example.android.apis.media.VideoViewDemo}} > > 04-27 07:10:27.975: ERROR/PlayerDriver(972): HandleInformationalEvent: > > type=28 UNHANDLED > > 04-27 07:10:28.584: WARN/PlayerDriver(972): Using genericvideoMIO > > 04-27 07:10:44.975: ERROR/PlayerDriver(972): Command PLAYER_PREPARE > > completed with an error or info PVMFFailure > > 04-27 07:10:44.985: ERROR/MediaPlayer(1095): error (1, -1) > > 04-27 07:10:44.995: ERROR/MediaPlayer(1095): Error (1,-1) > > 04-27 07:10:45.515: WARN/PlayerDriver(972): > > PVMFInfoErrorHandlingComplete > > ---- > > > I have confirmed the local *.3gp file is enable to play with this > > code. > > path = "/sdcard/747.3gp" --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

