hi Girish

I am working on android ported on  beagle. While playing video from
media player it is not able to draw anything & giving error going out
of memory . About 25 MB memory is still free. Can u tell me how much
memory is required by media player to play video

thanks
Mangesh

On Dec 3, 4:27 pm, Girish <[EMAIL PROTECTED]> wrote:
> Dear Turk ,
>
> if you just want toplayavideoon android emulator these are the
> steps
>
> go to this location
> /development/samples/ApiDemos/src/com/example/android/apis/media/
> Edit MediaPlayerDemo_Video.java
>
>                     path = "/sdcard/Yourfilename"; //add your file
> name here
>
> Save and quit
>
> run make command .
>
> This will buiild out/target/product/generic/data/app/ApiDemos.apk
>
> Now do adb install out/target/product/generic/data/app/ApiDemos.apk
>
> Now place the videofile (Yourfilename) in /sdcard like this
> adb push Yourfilename  /sdcard
>
> Go to apidemos ->media- >mediaplayer ->playvideofrom local file
>
> This should start playing thevideowhich u place in the /sdcard.
>
> Please let me know if you have any other question
>
> Regards
> Girish
>
> On Dec 3, 7:58 am, "[EMAIL PROTECTED]"
>
> <[EMAIL PROTECTED]> wrote:
> > Hi there,
>
> > I am very new to android/programing and would like some help
> > please :)
>
> > I have the android SDK running on eclipse and was wondering how to
> > create an app that:
>
> > 1. Plays a specificvideoI want to release (For example; I publish
> > the application with a 90 secvideo, my app plays it, allows users can
> > forward, rewind ect.)
>
> > I do NOT want the users to be able toplaytheir videos, just mine :)
> > (For the moment, then I wish for users to interact w/ it, but first
> > let me make myvideoplay)
>
> > Any help will be very very appreciated, especially commented code; (I
> > am a complete noob remember)
>
> > Thank you for your time,
> > Kind regards,
> > Turk

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

Reply via email to