I am working from a limited cloud environment that will not allow me to post a file of size 14MB. So in order to work around this I split the file into smaller chunks (in a way which I believe is compatible with the split command line tool on unix/linux). All subsequent posts (160 chunks of about 100kb) made to the API appear to return correctly with the videoId and when the last chunk is submitted the response returns json data which includes the HLS URL. However I am unable to see the video appear when accessing the URL. I have used both Safari and Google Chrome web browsers.
The documentation states “If your file is more than 128MB, then you MUST upload with multiple range requests.” so my question is can I upload with multiple range requests even if the file is less than 128MB?