video.js - videojs not working in ie8 with amazon s3 signed URL -


ok,

im having trouble fallback flash in ie8.

can see porblem following url im thinking being amazon s3 signed url.

https://download300kbps.s3.amazonaws.com/abadie_020211_webcast_300kbps.mp4?awsaccesskeyid=akiajfbcgfzje5ihbqfa&expires=1376585074&signature=tbtookvunmxwgn2gaed%2ftv0fdfy%3d

it runs fine in ie10 switch browse mode ie8 following error , im out of ideas:

video error,[object object] flash error,srcnotfound,example_video_1_flash_api

any appreciated.

cheers

neil

something try form url object using bucket name part of path, instead of prefix domain. this:

https://s3.amazonaws.com/download300kbps/abadie_020211_webcast_300kbps.mp4?awsaccesskeyid=akiajfbcgfzje5ihbqfa&expires=1376585074&signature=tbtookvunmxwgn2gaed%2ftv0fdfy%3d

there funny quirks both ways of representing amazon s3 object via url.

you may want check make sure content type of object set correctly, thought not cause.

good luck!


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -