Questions tagged [stagefright]

Stagefright is the android media framework. Use this tag for questions specific to stagefright framework. Also add android tag.

Stagefright is the android media framework. It replaced earlier opencore framework.

Use this tag for questions specific to stagefright framework. Also add tag.

153 questions
1
vote
0 answers

OMXCodec.cpp error compiling Gingerbread from codeaurora.org

After downloading the entire Android source code for Gingerbread from the codeaurora.org Git repository, I'm getting a compile error. It has to do with the OMXCodec.cpp file in /frameworks/base/media/libstagefright Does anyone have a feasible…
Tyler
  • 19,113
  • 19
  • 94
  • 151
1
vote
2 answers

Stagefright - Exploit? - recurring requests for same files

I get these following requests from useragent "stagefright" for some mp3 files in the webfolder, the IPs happen to be unique but the file names are always repeated (around 15 files are being requested), also these mostly come from older Android…
MikeBA
  • 31
  • 6
1
vote
2 answers

How can I get rendered frames statistics (drawn/dropped) from StageFright Media Framework?

I'm very newbie in Android world and I have to write an streaming video quality checker application on Android. I have to use the native StageFright media framework to play videos. As far as I understand there is an native API of render statistics,…
YGil
  • 11
  • 1
  • 3
1
vote
1 answer

How to import media/stagefright/* classes in Android native code

I'm trying to compile some NDK code (via ndk-build ), but I get this error : [armeabi] Compile++ thumb: wfd_jni <= SinkPlayer.cpp In file included from jni/SinkPlayer.cpp:4:0: jni/SinkPlayer.h:5:48: fatal error: media/stagefright/foundation/ABase.h:…
Rick Sanchez
  • 4,528
  • 2
  • 27
  • 53
1
vote
1 answer

How to write and port OpenMAX software video decoder component in stagefright media player?

I have gone through this links and few other links also, khronos OpenMax_Development_Guide bellagio_openmax_il_open_source_implementation_enables_developers_to_create but all of them just explains how the calling sequence is, picture of block…
Mohan
  • 1,871
  • 21
  • 34
1
vote
1 answer

Where is Binder/ProcessState.h located?

I am trying to build IJKmediaplayer with libstagefright. But I am encountering an error. Config.log says: arm-linux-androideabi-g++ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Dstrtod=avpriv_strtod -DPIC -O3 -Wall -pipe -std=c99…
Daniyal Yasin
  • 142
  • 1
  • 14
1
vote
0 answers

android video encoding with ffmepg and stagefright

I want to reduce file size that H.264 encoded video file in android. so i consider two libraries both ffmepg and stagefright. i need only reduce resolution and bit rate. View point of usage, performance, troubleshooting which one is more…
1
vote
0 answers

Android: Stagefright H.264 frame by frame decode in android 4.0.4

I am asking this question with reference to my previous question here. As I was not able to solve the ownership issue for the last frame of the mp4 file in Motorola xoom device, I thought of trying a frame by frame decoding version where I can…
Kevin K
  • 589
  • 2
  • 7
  • 28
1
vote
0 answers

Android libraries for ffmpeg + stagefright. language c++

I'v making cross-platform program in c++. In my program for Android platform i need video decoding hw acceleration. I have found out, that I need to look in libstagefright.cpp. which contains ffmpeg library. There I have found next…
1
vote
1 answer

how to dump yuv buffer from omxcodec in android

I followed the steps mentioned in below link to get gralloc buffer. But how to get size of buffer? How to dump YUV from OMXCodec decoding output for testing i took length as, width x height x 1.5 as OMXCodec decoder output format was…
1
vote
0 answers

Get GraphicBuffer from OMX and keep it (block data override from decoder)

Could someone help me to keep the graphicbuffer from OMX alive without copy please? I retrieve a graphicbuffer from Android OMX using stagefright (in a mediabuffer) and I would like to store it and display it later, while I am still decoding new…
user271280
  • 49
  • 4
1
vote
1 answer

Audio buffer management at Android Stack

I'm trying to understand android audio buffer management for streaming usecases e.g. YouTube streaming. As per my understanding from the following URL: http://quandarypeak.com/2013/08/androids-stagefright-media-player-architecture/ , application…
codedoc
  • 2,079
  • 2
  • 11
  • 15
1
vote
2 answers

Miracast with Nexus 10 (stagefright 1.2): 505 RTSP version not supported

First, sorry for my grammar, I'm not native!!! I'm try to develop Miracast application on Sink device. It's done with some Android phones (LG G, Asus...) which not base on stagefright like Nexus 10 (also Nexus 4, HTC One...). When I trying…
heinekenB
  • 21
  • 3
1
vote
2 answers

What is AwesomePlayer in Android Stagefright mutlimedia framework?

Can anyone who has worked on Android multimedia framework tell me what's the use AwesomePlayer in Android multimedia framework?
1
vote
1 answer

How to extract the Video Muxer part from StagefrightRecorder?

I am trying to build an video recording system on Android 4.2.2, I've done the encoding part, which is using OMX. Now I am working on the Muxer part, since the code stream of the video can be a little different if I use FFMpeg, so I wish to use the…
Brendon Tsai
  • 1,267
  • 1
  • 17
  • 31