"The media could not be loaded, either because the server or network failed or because the format is not supported."

After having a completely working instance, I started to get the message « The media could not be loaded, either because the server or network failed or because the format is not supported. » at the top of the player window. This occurs even after the video is « Published. »
I have connected my instance to a S3 bucket, but I have not changed anything since it was working before. I can still connect to the bucket and the « video » directory is mapped to « video » directory in the bucket.

Any idea what is going on?

Also, I recently deleted hundreds of videos from within the Peertube web interface but the video files are still on my cloud storage. Why is that?

Thank you in advance.

Hello,

S3 storage is not officially supported: https://github.com/Chocobozzz/PeerTube/issues/3661

How did you mount your s3 bucket?

I used the command:

s3fs simpletv:/ ~/s3-storage -o passwd_file=${HOME}/.passwd-s3fs -o url=https://s3.eu-central-1.wasabisys.com -o allow_other -o use_path_request_style -o uid=1000 -o gid=1000

It worked for a while in the beginning but now it just either shows a blank screen when the video plays or shows « The media could not be loaded… ».