You should avoid having Wowza write directly to the S3 mounted drive. When recording the file, a good and reliable disk I/O speed is very important.
A much safer way would be to record the live stream locally and when the recording is done, copy the resulting MP4 file on your S3 bucket, either by using the S3FS mounted drive, or much more safer by using the AWS CLI tools.
In order to copy a live stream recording in an alternate location, when that stream is done and the recording is finished, you can use the “ModuleMediaWriterFileMover” module, as described in the How to move recordings from live streams (ModuleMediaWriterFileMover) forum article.
I DID avoid recording streaming files directly to the S3. So, I followed the article which you explained.
One strange point is:
After mounting s3 bucket to /mnt/s3, the result of ‘df -h’ was successful first. However, after I accessed the /mnt/s3 by shell command such as ‘ls /mnt/s3’, mounting was failed with some error messageIf I just record