Use the following setting;
settings.uploadExtensionsToS3
It is a number that its binary form digits represent upload or not. The least significant digit switches record files, the second switches HLS, third for PNG.
For example:
101 in binary - upload mp4 and PNG.
Values that you could use to configure :
- Only record file ( mp4 or webm ) upload.
settings.uploadExtensionsToS3=1
- Upload everything ( default )upload.
settings.uploadExtensionsToS3=7
Please restart the ant media server after you make the changes.
I hope this helps you.