AndroidFFmpeg icon indicating copy to clipboard operation
AndroidFFmpeg copied to clipboard

[DEPRECATED] FFmpeg build for android random architectures with example jni

Results 55 AndroidFFmpeg issues
Sort by recently updated
recently updated
newest added

I've compiled ffmpeg-android and it works for files. The problem is that it shows nothing for network streams (both rtmp and hls) as frame timestamp is too big and it...

I got this error when I am trying to run your project. Please help me to solve... I used android ndk r10e. ./build_android.sh: line 121: ./configure: No such file or...

There doesn't seem to be any builds for 64 bit architectures. Any chance this is in the works?

Hey! I am using FFMpeg Library to play a MPEG2 video that streamed via RTP. However, the player is not working with it (although works perfectly with a mpeg2 requested...

libavcodec/arm/dca.h:36:5: error: can't find a register in class 'CORE_REGS' while reloading 'asm' **asm** ("smmul %8, %14, %18 \n" ^ libavcodec/arm/dca.h:36:5: error: 'asm' operand has impossible constraints libavcodec/dcadec.c:1884: confused by earlier...

Hi, I'm having problems compiling a functioning version of this library. Some files work fine, but most just crash within seconds. I can always reproduce with this file: https://archive.org/download/Popeye_forPresident/Popeye_forPresident_512kb.mp4 I've...

I would like to implement feature which will allow saving streamed video to file. @jacek-marchwicki could you provide some tips where to start?

Thank you for this great project. I met a problem when I use it in my project, it always crashes on samsung 7100, but it works well on other android...

As mentioned in issue Error with av_gettime() - fix video freezing #81, there is another timing problem in playing an RTMP link (mainly from another country with a big time...

External function av_gettime() inside FFMpegLibrary returns current time erroneously trimmed to int32_t instead of int_64t due to incorrect linking issue. This causes video freezing after 20-30 minutes of playing or...