I am trying to upload a large video to an API. The API made it mandatory that the video must be split into multiple files and uploaded via different URLs that were given to me in a previous initializeUploadRequest
.
Now imagine I have a file mymove.mp4
and I am to split the file within this byte range : firstByte= 0
and lastByte= 4194303
.