FFmpeg with FFplay enabled for Android

I’m building a video editing application for android and need FFplay for preview feature. My app already uses FFmpeg by writingminds for creating the final video.

I’ve tried both the ways i.e. binary executable and shared libraries but we’re getting errors while executing the commands in the device (the same commands work perfectly on Linux machine).

I’m currently working with 2 CPU architectures for testing viz. arm64-v8a and armeabi-v7a.

For binary executable i’ve used Ubuntu 17.04 and followed GitHub - guardianproject/android-ffmpeg: a system for building custom ffmpeg binaries for Android. For shared libraries I’ve used same ubuntu system and followed GitHub - dotintent/videokit-ffmpeg-android

@santosh.raut What kind of errors are you getting exactly?

This topic was automatically closed after 166 days. New replies are no longer allowed.