iis - Why does a GET request for an mp4 file in Safari fail? -


i'm trying load mp4 file using javascript jwplayer api, when in safari request retrieve video file fails. looking @ request generated think can see why: mime type listed request "undefined" whereas type should "video/mp4".

after quite bit of research can't seem find/comprehend way resolve issue.

i have mp4 file extension associated video/mp4 mime type on server. i'm using iis.

this problem not occur when try load video in chrome or ie. it's issue safari.

this not issue before today. if have suggestions happy try them out. i'm @ point i'm grasping @ straws!


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -