Media error: Format(s) not supported or source(s) not found.
-
I found other posts about this but didn’t find a solution listed.
I’m creating a membership site on a shared hosting server with SSL. I’m attempting to use Amazon S3 for video hosting & set permissions for video viewing.
However, the videos will play fine in some browsers while others give me this error: “Media error: Format(s) not supported or source(s) not found.”
So if it plays in some browsers, the settings must be fine in general. I’ve seen one solution to add this to the end of the .htaccess file …
SetEnvIfNoCase Request_URI .(?:mp4)$ no-gzip dont-vary
But since I’m not a huge techie, I wanted to see if there are other solutions. If this one makes sense to others, I’ll try it & know to save a backup of my site & a safe .htaccess file before making any changes. But it still makes me nervous that I’ll wreck my entire site.
Any thoughts?
- The topic ‘Media error: Format(s) not supported or source(s) not found.’ is closed to new replies.