I am trying to merge a different audio (like song audio) with the camera recorded video in react native. Tiktok like video making functionality. Is there any way to merge audio with the video to preview the recorded video with selected audio in react native app?? I can use ffmpeg to merge audio and video but it is expensive task it will take more processing on mobile so that's why looking for other solutions.
I have tried react native video player but there is not any prop to mute video audio and play different audio from link. May be some customizable player which play different video and different audio at the same time and control it