Dave,

But will this work on real device, if i try to run m.youtube.com from
browser.

Thanks and Regards,
HarishKumar

On Tue, Feb 10, 2009 at 1:28 PM, Dave Sparks <davidspa...@android.com>wrote:

>
> I'm pretty sure this is due to the way the emulator handles UDP
> packets. There is an outstanding bug about this, but no one has had
> time to work on it.
>
> On Feb 9, 10:59 pm, Harishkumar V <harishpres...@gmail.com> wrote:
> > Michael,
> >
> > using browser running in the android in emulator mode, i launchedhttp://
> m.youtube.com.
> > it opened up a page contaning list of video files. when i click any one
> of
> > them, it starts to load video, but finally it fails with the message,
> >
> > "Sorry, this video cannot be played".
> >
> > using adb logcat,  i got the log messages as,
> >
> > I/ActivityManager(   50): Starting activity: Intent {
> > action=android.intent.action.VIEW
> > categories={android.intent.category.BROWSABLE} data=rtsp://
> >
> bfug.rtsp-youtube.l.google.com/CkYLENy73wIaPQkcSEPa1Fc6nRMYDSANFEIJbXYtZ29vZ2xlSARSBWluZGV4Wg5DbGlja1RodW1ibmFpbGCqqamFtdjqsQkM/0/0/0/video.3gpcomp={c
> om.android.music/com.android.music.MovieView}}
> >
> > W/SensorService(   50): could not enable sensor 2
> > I/MediaPlayer-JNI(  189): prepareAsync: surface=0x1ae340 (id=1)
> > I/ActivityManager(   50): Displayed activity
> com.android.music/.MovieView:
> > 418 ms
> > D/dalvikvm(  166): GC freed 3935 objects / 290168 bytes in 75ms
> > E/MediaPlayer(  189): Error (-1,0)
> > D/VideoView(  189): Error: -1,0
> > W/PlayerDriver(   25): PVMFInfoErrorHandlingComplete
> >
> > in the shell,
> > when i do "ps" command,
> >
> > "app_8    189   24    91620 13156 ffffffff afe0c824 S
> > com.android.music:MovieView" is appearing.
> >
> > how the complete flow works?
> > who is responsible for launching the video stream, is MovieView consists
> of
> > MediaPlayer and VideoView.
> >
> > is any format changes in m.youtube.com video, any way to clearly see the
> > Error(-1,0) means.
> >
> > Thanks and Regards,
> > HarishKumar.V
> >
> > On Fri, Jan 30, 2009 at 8:15 PM, kolby <kolbys...@gmail.com> wrote:
> >
> > > Here is the sample code to launch the view intent:
> >
> > >        Uri uri = Uri.parse(url);
> > >        // check if others handle this url
> > >        Intent intent = new Intent(Intent.ACTION_VIEW, uri);
> > >        intent.addCategory(Intent.CATEGORY_BROWSABLE);
> > >        try {
> > >          if (startActivityIfNeeded(intent, -1)) {
> > >          // success
> > >          }
> > >        } catch (ActivityNotFoundException ex) {
> > >          // fail
> > >        }
> >
> > > The rtsp link doesn't seem to be recognized by anything on the
> > > emulator.
> >
> > > Michael
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to