Vimeo provides an API that allows uploading video in JS. I'm uploading video using the resumable approach and it requires knowing how many bytes this video contains. And it's easy to implement when a user upload only one file and it's easy to extract.
Today I need to implement the following logic: I need to ask some questionы to a user and they have 30 sec to record a video answering it. After that, I need to merge those clips somehow and upload them to Vimeo. Is there anybody who already implemented this?
Thank you for any help here.