AndroidFFmpeg
AndroidFFmpeg copied to clipboard
Recording stream to file
I would like to implement feature which will allow saving streamed video to file. @jacek-marchwicki could you provide some tips where to start?
Actually this project in not designed for your needs. You can use compilation part from project but all java, jni and player.c is useless for you. You should look on ffmpeg.c file as base for your code.
You should also look on credits in README as a good starting point.