MP4 video plays on localhost but not after publish
Posted
by
teahou
on Stack Overflow
See other posts from Stack Overflow
or by teahou
Published on 2014-08-21T16:17:23Z
Indexed on
2014/08/21
16:20 UTC
Read the original article
Hit count: 185
I made a video using Camtasia Studio 8. I added it to my MVC App and ran it on local host, video plays fine. I publish to my local dev web server (windows server 2008), the video will not play. Gives no error. I have tried on chrome and IE11. On chrome I checked the network tab and it says "Status - Cancelled". Do I need to make some changes on the web server settings?
<video width="320" height="240" controls="controls">
<source src="@Url.Content("~/Content/videos/3_Comments_Letters.mp4")" />
</video>
© Stack Overflow or respective owner