Hi,

thanks for reply,

actually i hv not call prepare method from oncreate
i tested MediaPlayerTest example of Megha from below link

http://groups.google.com/group/android-developers/files
and also checked this
http://davanum.wordpress.com/2007/12/29/android-videomusic-player-sample-from-local-disk-as-well-as-remote-urls/

any idea ?




On Jul 3, 8:31 pm, Fräntz Miccoli <[EMAIL PROTECTED]> wrote:
> It's not possible to call prepare in the onCreate method, I dunno why,
> but it didn't work.
>
> You should call it a bit later. Use handler.postdelayed for this !
>
> On 3 juil, 11:26, nekin <[EMAIL PROTECTED]> wrote:
>
> > hi all,
>
> > i was fighting withvideostreamingissue.
> > do we have support ofvideostreamingin android or not
> > i test MediaPlayerTest.zipexamplefrom Megha and when i given it some
> > http absolute url to my 3gp or mp4videoit is giving me error at the
> > line of executing "mp.prepare()"  method call
> > i tried with "mp.prepareAsync();" method as well in
> > that...onBufferingUpdate is called till it completes to  100% but
> >videois not coming on screen or not even i got audio output
>
> > so anybody has gone thru that .. ? or any idea on developing such
> > stuff ?
>
> > plz help me . i am stuck on that
>
> > thanks,
> > nekin

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to