Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- php
- deep learning
- c
- 경제
- 챗GPT
- hacking
- 웹해킹
- c++
- 딥러닝
- 리눅스
- BOF 원정대
- 백엔드
- backend
- Shellcode
- hackthissite
- ChatGPT
- BOF
- mysql
- webhacking
- Python
- Javascript
- Web
- Linux
- 파이썬
- Scala
- flask
- 인공지능
- 러닝 스칼라
- hackerschool
- 러닝스칼라
Archives
- Today
- Total
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:28728x90
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로 추가하면 됩니다.
'개발 및 관련 자료 > HTML&CSS&Javascript' 카테고리의 다른 글
[javascript] form 타입을 json으로 변형하기 (0) | 2014.07.21 |
---|---|
[php] 웹에서 안드로이드 앱버전 가져오기. (0) | 2014.01.16 |
[html] 한글 줄바꿈 방법 (0) | 2013.11.06 |
[jquery] iframe 페이지 reload 하기. (0) | 2013.07.11 |
[javascript] jQuery 1.5 이상에서 ajaxfileupload.js 사용시 오류 수정방법. (0) | 2013.04.11 |
Comments