I want to upload and encode video file using S3, elastic-transcoder and lambda fuction.
Lambda function and settings work fine, but when I upload video file(mp4), it is automatically 'multipart' uploaded (because it's larger than 5mb). And maybe because of that, job processes on elastic-transcoder run three times. So I got to run unnecessary job twice on each upload (the first job successfully encode video file).
Is there any ways to avoid this, such as force to upload larger file (about 60mb) not using 'multipart' but 'put' function? And I'd prefer to do this job from browser console for non engineers.
Thanks,
Aucun commentaire:
Enregistrer un commentaire