unl / UNL_MediaHub

A media aggregator for educational institutions
http://mediahub.unl.edu/
MIT License
11 stars 13 forks source link

Catch upload errors #508

Open tommyneu opened 8 months ago

tommyneu commented 8 months ago

If the video is corrupted in some way it will fail to upload to s3. This causes an error loop as it continues to try to upload the video. This needs to be set as a transcoding job error to stop the loop

https://github.com/unl/UNL_MediaHub/blob/master/scripts/transcode.php#L214