I implement Video recording using ContinuousCaptureActivity.java. it's work perfectly.
Now i want to add Audio in this video.
I know using MediaMuxer it is possible to add audio in video.
But the problem is i don't know how to i use MediaMuxer
.
Also if you have any other solution without MediaMuxer
then share with me any link or doc.
also i have demo AudioVideoRecordingSample. But i don't understand how to i merge this with my code.
please explain to me if anyone knows.
Thanks in Advance.
Sorry, I am late. this is what you want.
https://github.com/Kickflip/kickflip-android-sdk
It also implemented encoding with MediaCodec and upload video stream with ffmpeg.
Merging Audio File and Video File
For Samples Visit here