I have a webapp. The client uses webrtc and recorder js to record video and audio. The javascript sends me the base64 version of the video and audio seperatly.
How should i proceed in create a video using just the base64 data of the seperate video and audio data.
I am using java in the server.