AUDIO/VIDEO: Unknown MIME type. Internet Explorer playing MP4
Clash Royale CLAN TAG#URR8PPP
AUDIO/VIDEO: Unknown MIME type. Internet Explorer playing MP4
The video plays on other browsers like google chrome, firefox except for internet explorer which is the one I need. I tried solving the problem using other forms but cannot solve it.
else if (ViewBag.mediatype == "Video")
<video width="450" height="600" controls autoplay loop>
<source src="@Url.Action("Video", "Suspicious", new filename = ViewBag.MediaFile )" type="video/mp4" />
<source src="@Url.Action("Video", "Suspicious", new filename = ViewBag.MediaFile )" type="video/quicktime" />
</video>
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Welcome to SO. Please provide a Minimal, Complete, and Verifiable example. Show us the code for your latest attempt and where you got stuck. and explain why the result is not what you expected. stackoverflow.com/help/mcve
– Dragonthoughts
Aug 10 at 15:45