Video not playing in Firefox on server but will play on local development box -


testing out updated site html5 , cannot play video when using firefox on hosting server running "windows iis 8 w/ plesk on godaddy shared". updated site run on local development server without issues in firefox. suggested create wev.config file.

i created web.config file containing following update mime mapping:

<configuration>  <system.webserver>    <staticcontent>      <mimemap fileextension=".mp4" mimetype="video/mp4" />      <mimemap fileextension=".ogg" mimetype="audio/ogg oga" />      <mimemap fileextension=".webm" mimetype="video/webm .webm" />      <mimemap fileextension=".m4v" mimetype="video/m4v" />     </staticcontent>  </system.webserver> </configuration> 

i still cannot video start on server. go daddy suggested post this. test site url www.gslproductions.com/zzzdefault.html

i appreciate suggestions.

best regards,

e


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -