jam 블로그

[HTML] How to fix video tag using amazon s3 in ie 9 or ie 10 본문

개발 및 관련 자료/HTML&CSS&Javascript

[HTML] How to fix video tag using amazon s3 in ie 9 or ie 10

kid1412 2016. 6. 19. 13:28
728x90

If your mp4 video file upload in amazon s3, that file's Content-type is "application/octet-stream".

So, you have to change from "application/octet-stream" to "video/mp4". (There is option in meta data category.)


If there are a few video file in amazon s3, you just delete and add content-type, but if there are too many video file, this site link of under can be help for you.


https://foliovision.com/player/video-hosting/secure-amazon-s3-guide/fix-amazon-mime-type


비디오 태그를 사용 시에 mp4 주소가 amazon s3에서 가져올 경우 mime-type 때문에 ie9, ie10에서 재생이 안되는 문제가 생깁니다. 고치는 방법은 s3에 올라간 파일의 속성에서 metadata에 content-type을 지우고 video/mp4로 추가하면 됩니다.

Comments