Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
54 views

I am working with a device that is running Android AOSP 10. The problem I am facing is that the camera is not able to record video. After reviewing the log I have found that it is because the system ...
jesusjimsa's user avatar
1 vote
2 answers
2k views

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)...
MikeBA's user avatar
  • 29
3 votes
0 answers
229 views

Inside mp4 extractor we added support to parse ALAC encoded frames. Added SoftOMXComponent for ALAC decoder Following files we modified for decoder MIME type registration: OMXUtils.cpp inside ...
Anand's user avatar
  • 31
-2 votes
1 answer
2k views

Recently started toying around with the Android Media Codec class to render the video frames from a Native C++ application. Was able to successfully decode and render both audio and video streams ...
Nick's user avatar
  • 11
0 votes
1 answer
645 views

We have integrated some customer decoder with android multimedia framework by writing OMX component. When we play video usually we have mime type of VIDEO like video/avc. If we have multiple ...
Mohan's user avatar
  • 1,911
4 votes
2 answers
1k views

The fuzzing process using libfuzzer continues indefinitely until a bug is found. Is there a flag or an option in libfuzzer to mutate and continue fuzzing even after discovering a bug ?
Arya M Sankar's user avatar
0 votes
1 answer
1k views

I write an exploit for a vulnerability in mediaserver in android(CVE-2015-3864). The goal is running a shellcode with root privilege(such as kill all processes). every steps of exploit are working as ...
hamed farsi's user avatar
1 vote
1 answer
550 views

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:...
Rick Sanchez's user avatar
  • 4,766
0 votes
0 answers
103 views

Is there any way to adjust height and width of a Video in file which is similar to SoftAVC.Cpp.. In my code the width and height is fixed(i.e 832*480) for particular video.But I want to play ...
Pooja's user avatar
  • 1
0 votes
0 answers
248 views

I have RK3288 Hardware Board and I am trying to use software decoder on it.. I have already integrated my software decoder with the android stage-fright player.. It is perfectly integrated and video ...
Pooja's user avatar
  • 1
0 votes
1 answer
840 views

I'm getting an intermittent low level crash when using Android's MediaCodec API. I'm dealing with multiple (up to 8) raw AAC audio streams so I configure 8 MediaCodec instances and then feed them ...
Dean Wild's user avatar
  • 6,024
3 votes
0 answers
1k views

I am running into an issue in my Android app where Galaxy Note 4, Galaxy Edge, and some other devices crash when trying to play H.264 video streamed from a server. I'm fairly certain that the H.264 ...
user1532208's user avatar
1 vote
1 answer
1k views

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 ...
Mohan's user avatar
  • 1,911
7 votes
2 answers
5k views

I am developing H264 H/W accelerated video decoder for android. So far, I've come around with some libraries MediaCodec, Stagefright, OpenMax IL, OpenMax AL and FFmpeg. After a bit research, I've ...
Kaidul's user avatar
  • 16k
5 votes
1 answer
7k views

I am developing an Android hardware accelerated video decoder for decoding real time H264 Annex B stream. After a bit research, it seems I need to get my hands dirty to do this. I came over several ...
Kaidul's user avatar
  • 16k
0 votes
2 answers
356 views

I am using libstagefright to decode a 1020p video having baseline high and level 31 on android. On emulator the video decoding fails, and i assume the reason is that softavc does not support high ...
Daniyal Yasin's user avatar
0 votes
1 answer
192 views

I am use OpenMax to decode the video frame,my sample is like this: FILE* fp = fopen("/data/local/tmp/test.yuv", "wb"); while(!isExit) { MediaBuffer *mVideoBuffer; MediaSource::ReadOptions ...
Jayden's user avatar
  • 3
0 votes
1 answer
2k views

I've been reading some about the Stagefright exploit and I wish to know if it is possible to gain root access on an Android 4.4 or 4.0.4 device with this exploit. The wiki page states " allows an ...
user avatar
2 votes
1 answer
193 views

I am trying to compile ffmpeg with libstagefright using NDK. I am getting the following error on the compilation of libstagefright.cpp: libavcodec/libstagefright.cpp: In function 'int ...
Daniyal Yasin's user avatar
1 vote
1 answer
2k views

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 -...
Daniyal Yasin's user avatar
2 votes
1 answer
1k views

Nexus 9 is claimed as 64bit device, But all media libs are 32 bit like mediaserver, stagefright, OMX, MediaPlayerservice etc . Can anyone help me to know why it is like that ? I need to make them 64 ...
PD Chauhan's user avatar
0 votes
2 answers
925 views

I have put file dump logic inside following file in Android. frameworks/av/media/libstagefright/OMXCodec.cpp And to access this, i have made android application. Now, my issue is when my logic gets ...
Bhagirathsinh Gohil's user avatar
0 votes
1 answer
1k views

i am using stagefright videoencoder to encode video in android 4.4; sp<AMessage> format = new AMessage; format->setInt32("width", 1080); format->setInt32("height", 1920); format->...
Bing Shine's user avatar
0 votes
1 answer
721 views

I am having great difficulty with a step in compiling CyanogenMod 11(Android 4.4) for an unsupported device based on an MSM7x27A/Snapdragon S1 platform. When I attempt to build libstagefright, I come ...
cmotc's user avatar
  • 3
1 vote
0 answers
191 views

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, ...
DongHyun Ko's user avatar
3 votes
1 answer
998 views

I am working on enabling secure playback on Lollipop. I am using ExoPlayer to validate the usecase. I am able to create a secure OMX video decoder component(H264.secure). However, after the creation,...
prajeesh mohandas's user avatar
2 votes
1 answer
675 views

I was trying to play MKV video file on the Lollipop release but could not able to play, though it was working properly in Kitkat release. My findings on debugging into the issue as below, In the ...
user3639587's user avatar
0 votes
0 answers
497 views

Environment Android 5 Samsung G5 Windows Desktop (x64) VisualGDB ndk-r10d Use-case Implement an ADB tool that is linking against "libstagefright.so" Implementation Compile Android Source code ( arm*....
NadavRub's user avatar
  • 2,610
0 votes
1 answer
287 views

i have followed below method to access YUV buffer. It works in few phones. But in S3 and Note 3 I'm getting problem. any reason ? Please help me. sp<GraphicBuffer> mCurrGraphicBuffer; void *...
user3865065's user avatar
2 votes
1 answer
6k views

I have just started to work on the Android Multimedia Framework (Stagefright) and have a basic idea of how local playback works in AwesomePlayer which uses OMXCodec. I have been mapping my ...
Sam2203's user avatar
  • 21
0 votes
1 answer
321 views

I'm trying to get images from HD Live Stream. Getting OMX Decoder YUV Streams and converting them into JPG. JPEG is completely disturbed. Tried some suggestions from group but not working. My ...
user3865065's user avatar
11 votes
1 answer
3k views

everyone: I am new to ffmpeg. Recently I am working on project to port ffmpeg to android device. At the beginning, I compiled ffmpeg to shared libs(.so files) in a very normal way following some ...
Ming Zhang's user avatar
1 vote
0 answers
632 views

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 ...
Kevin K's user avatar
  • 589
0 votes
0 answers
453 views

I am working on stagefright to decode and display mp4 file in android 4.0.4 with hardware codec. Currently I am testing in Motorola Xoom device with android 4.0.4. I was able to decode and display ...
Kevin K's user avatar
  • 589
1 vote
0 answers
478 views

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 ...
Serhii Skytyba's user avatar
2 votes
0 answers
1k views

I am using omxcodec of stage-fright framework to perform h.264 hardware decoding and the AwesomeNativeRenderer to render it to the surface. Currently I am using karbonn A9+ device with android 4.0.4. ...
Kevin K's user avatar
  • 589
0 votes
1 answer
1k views

I am testing preview and recording use cases in Android. The camera preview is running for few seconds and getting terminated by itself (without pressing back button). I want to test continuous ...
stackuser's user avatar
  • 679
1 vote
1 answer
1k views

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 ...
user3865065's user avatar
1 vote
0 answers
299 views

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 ...
user271280's user avatar
4 votes
1 answer
2k views

I have managed to decode MP3 files using MediaCodec. But failing at decoding wmafiles of mime type = x/ms-wma. The code works as expected for MP3 files, and i see MP3Extractor is instantiated in [...
nmxprime's user avatar
  • 1,506
1 vote
1 answer
946 views

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-...
codedoc's user avatar
  • 2,289
0 votes
1 answer
697 views

all... I want to try ffmpeg hw accelerate with libstagefright_h264 for android device. Seems that the source code has a little bit old with ffmpeg 2.2.1 and android 4.2.2. So I try to update the ...
user3051473's user avatar
1 vote
2 answers
1k views

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 (...
heinekenB's user avatar
2 votes
1 answer
2k views

I am trying to build my code for h.264 video decoding using hardware decoder(OMX codec) in native code of android 4.0.4 by keeping it in the android source tree. The android source is already built. ...
Kevin K's user avatar
  • 589
2 votes
2 answers
3k views

I am starting to work with stage fright frame work to implement hardware decoder in android prior to Jelly bean in my video conferencing application. I have downloaded and built the android source ...
Kevin K's user avatar
  • 589
1 vote
2 answers
2k views

Can anyone who has worked on Android multimedia framework tell me what's the use AwesomePlayer in Android multimedia framework?
user3728392's user avatar
3 votes
1 answer
4k views

I am working on a video conferencing project. We were using software codec for encode and decode of video frames which will do fine for lower resolutions( up to 320p). We have planned to support our ...
Kevin K's user avatar
  • 589
12 votes
1 answer
4k views

I am trying to show H.264 encoded rtsp video on an Android device. The stream is coming from a Raspberry Pi, using vlc to encode /dev/video1 which is a "Pi NoIR Camera Board". vlc-wrapper -...
Jon Shemitz's user avatar
  • 1,265
0 votes
1 answer
2k views

Hi i want to test the webrtc aec and i want to know how it works.. Because i am going to integrate speex. I dont know how to do all the things but i have to do. So please give me the information ...
optimus prime's user avatar
0 votes
1 answer
2k views

I am going through the NuPlayer implementations in Android Stagefright. As per my understanding NuPlayerFactory is creating NuPlayerDriver in turn it creates ALooper and NuPlayer. I Couldn't ...
stackuser's user avatar
  • 679