I’m developing a .NET site which is running locally on IIS Express through WebMatrix. The site contains a VideoJS script which basically plays HTML5 video. The video which has been loaded in is .mov format. The player renders and the set up is all working except that when I click ‘play’ I get an error “200 Stream Not Found Netstream.Play.Stream not found”. I believe this is because the server doesn’t know how to handle this format of video.
So, question is, using IIS Express, how do I get it to recognise this video format?
Thanks!
This helped me out.
http://www.tomasmcguinness.com/2011/07/06/adding-support-for-svg-to-iis-express/