[android-developers] Play Video using OpenMAXAL

2013-04-10 Thread Dilip Kumar Chaudhary
I want to play video using *OpenMAXAL*.Actually I want to draw video frames on SurfaceView so I thought to use *OpenMAXAL* for this.Can any help me out. -- *Thanks & Regards* Dilip Kumar Chaudhary My Linkedin Profile My Development Blog

[android-developers] Play video and audio (hml5) on web page column mode

2012-11-19 Thread Adnan Aidi
Hello, I'm a problem in my webView app, can not play a video or/and audio with , tag on a web page column mode (-webkit-column). When the tag is positioned on the second column and beyond in web page, impossible to read the video or audio. The log error reported by android device : Media

[android-developers] Play video using openGL?

2011-10-15 Thread Ignacio Vela
Hi, I need to play video in my app using openGL. Has anybody experience with this? Or can help me where can I find some information? I already know that there are Android Java classes to play video ;) but I need to play video using openGL because i need to put it an a native code in my app. I

Re: [android-developers] Play video with based on orientation

2011-09-12 Thread Robin Talwar
android:configChanges="keyboardHidden|orientation" add above in ur manifest for that particular activity On Mon, Sep 12, 2011 at 9:10 PM, ragupathi ragupathi wrote: > Hi every one, > im new one for android. im developing one application that > application getting videos from sd card and dis

[android-developers] Play video with based on orientation

2011-09-12 Thread ragupathi ragupathi
Hi every one, im new one for android. im developing one application that application getting videos from sd card and display thumbnail view. after user click any one video it will be play its working fine to me. but if that video file is taken from landscape means it will be play landscape, or

[android-developers] Play video over the marker-based AR application in Android

2011-08-28 Thread Abhishek Talwar
After digging around for a few days in the Qualcomm SDK for AR Android application, I see that the renderFrame method in imageTargets.cpp is responsible for finding the tracker in the camera view of the application. I have been able to call a new intent to another activity when the trackable gets i

[android-developers] play video on emulator

2011-03-21 Thread oran bar-natan
Hi all, After trying to play video on emulator for the last 2 days, I finally succeeded after reading some post about it. I want to share it for those who might want to try it. so enjoy! here is my code: package com.myMediaPlayer; import android.app.Activity; import android.content.Intent; i

[android-developers] play video from input stream

2011-02-22 Thread dora
hi. I have a server that sends streams of media to my android emulator i cannot change the server. my problem is that i need play the media from the input stream. how can i do it? the only options i know are reading from URI or from a file path which both doesn't do me any good. does anybody know

[android-developers] play video bypass surfaceflinger

2010-01-15 Thread Ocean
Dears, When we play a movie, the movie will decode by opencore. for example, a 720p video will decode to 1280*720 image size. then this frame will throw to surfaceflinger. and the sufracflinger will change the size to display size then throw the image to copybit then show on display. But, we don'

[android-developers] play video file inside the triangle using opengles - andorid

2010-01-10 Thread kavitha chidambaram
Hi, i want to play video file on each side of the triangle using opengles. how to map video file to the opengl es interface? i want to map different texture on the each side of the cube and triangle. is it possible to map two texture on triangle? thanks... -- You received this message because

[android-developers] Play Video via "VideoView" from source file though the emulator

2009-12-12 Thread Valentino XM
Hello fellow Androids! I have been attempting, in vain, to play video via "VideoView" using the code below and several variations there of. Of course i am a new!.. but waiting for any assistance to come from "beginners" has proven to be an exaperational pause in my effort to learn something new. W

[android-developers] play video backward

2009-10-12 Thread RS
How to play video in a time reversed direction? The requirement is to loop playing forward and backward repeatedly. Thanks a lot! R.S ps: The video is shot on the same android device (g1/adp1) --~--~-~--~~~---~--~~ You received this message because you are subscribe

[android-developers] play video

2009-04-10 Thread Nithin
Hi to all I tried to play the video through sdcard image... But i got a error like "Cannot play the video".. Can anyone tell me what is the error in my code... public class SimpleVideo extends Activity { private VideoView myVideo; private MediaController mc; @

[android-developers] play video

2009-04-03 Thread Nithin
Hi.. to all Can anyone tell me that how to run video file in android emulator. I am using windows flat form. It is possible to run video file in android emulator using windows flat form... If possible please tell me how to run... Thank You Nithin N V --~--~-~--~~--

[android-developers] play video error

2009-04-02 Thread Nithin
Hi to all Can any one tell me how to play video in emulator... I tried but its give error Code is as below.. package com.example; import android.app.Activity; import android.graphics.PixelFormat; import android.net.Uri; import android.os.Bundle; import android.util.Log; import andro

[android-developers] Play Video Files in Android

2008-12-03 Thread Jatin
Hello, Please let me know how to play the Video Files in the Media Palyer of the Android. I have push the .mp4 file inside the SD Card. Jatin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group