stagefright Questions
10
I have got FFmpeg compiled (libffmpeg.so) on Android. Now I have to build either an application like RockPlayer or use existing Android multimedia framework to invoke FFmpeg.
Do you have steps / ...
Keyser asked 18/1, 2011 at 15:18
2
Solved
What are the advantages of using gstreamer over stagefright? Could anyone please point out the difference.
Boyd asked 4/4, 2013 at 11:4
3
I need hardware-accelerated H.264 decoding for a research project, to test a self-defined protocol.
As I have Search on the web, I have found a few ways to perform hardware-accelerated video decod...
Colunga asked 4/7, 2012 at 2:51
1
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 gu...
Retrenchment asked 13/9, 2014 at 0:24
1
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...
Clinker asked 3/6, 2014 at 1:18
1
Solved
I am trying to understanding how MediaCodec is used for hardware decoding.
My knowledge in android internal is very limited.
Here is my findings:
There is a xml file which represents the codec...
Damiandamiani asked 4/4, 2014 at 8:8
1
Solved
I am trying to decode h264 video using ffmpeg and stagefright library. I'm using this example.
The example shows how to decode mp4 files, but i want to decode only h264 video.
Here is piece of ...
Greenfinch asked 6/3, 2014 at 8:50
2
Solved
I have to modify the Http Live Streaming implementation of Android Media Player.
The implementation is under the stagefright library
http://androidxref.com/4.0.4/xref/frameworks/base/media/libstag...
Flowers asked 3/12, 2013 at 4:46
2
Solved
I need to use MediaCodec without the MediaExtractor and I'm reading the file using a FileInputStream. Currently it is not working, it is showing a greenish scrambled image on the screen.
This is t...
Garver asked 2/11, 2013 at 12:48
1
Solved
I need to develop a custom 'wrapper' video codec and integrate it into android (JB for now, ICS later). We want to use some custom decryption keys from the SIM (don't ask!). The best method (that w...
Objective asked 16/4, 2013 at 10:10
1
Solved
Is there a way to access libstagefright.so directly to decode H.264 stream from JNI layer on Android 2.3 or above?
Onagraceous asked 21/4, 2013 at 7:37
1
Solved
I have a task which involves integration of a video decoder into Stagefright(Android's multimedia framework). I searched and found the following about creating a new plugin for Stagefright:
To add...
Impeller asked 12/3, 2013 at 8:41
1
Solved
Recently i have ported a video decoder to android successfully. Also dumped the output on a surfaceview and checked the output using native API's. Now the next task is to implement play, pause, str...
Longspur asked 11/3, 2013 at 8:57
1
Solved
I have been trying to use libstagefright to decode h264 compressed frames. I don't have MP4 file, instead I want to decode frame by frame. I have been exploring the sample from a link. This sample ...
Folie asked 15/2, 2013 at 7:38
2
Solved
According to the release notes, StageFright replaces the OpenCore framework in the GingerBread release. It seems that there have been numerous discussion that says: Apple's HTTP Live streaming is s...
Freebooter asked 19/1, 2011 at 13:25
2
Solved
When the Android browser opens a media file it can play, the built-in (stagefright?) media player opens up to stream it. A title for this media is displayed on the player dialog, based on the URL.
...
Grisgris asked 22/7, 2012 at 17:40
1
I need to decode h264 file to YUV on Android 2.3+. As I understand I need to communicate with Stagefright, as it`s the only way now, after closing access with OpenMAX IL implementations. I have use...
Wrench asked 1/2, 2012 at 15:7
2
By default android Gigerbread 2.3 use PV_Player(opencore library). I found one solution just it should be patched system build.prop file, but I don't want to patch system. I want to create my own l...
Bystander asked 13/5, 2012 at 7:48
1
Solved
I am currently developing an application that needs to record audio, encode it as AAC, stream it, and do the same in reverse - receiving stream, decoding AAC and playing audio.
I successfully reco...
Apophyllite asked 23/3, 2012 at 0:22
3
Solved
Is there a documentation explaining android Stagefright architecture?
Can I get some pointers on these subjects?
Frump asked 4/5, 2011 at 12:6
1
© 2022 - 2024 — McMap. All rights reserved.