HTML5 Video Player Support Product Page

Under investigation

No output using the Video Player. Only an error message

Reported 19 Dec 2014 18:43:28
1
has this problem
19 Dec 2014 18:43:28 Scott Bushnell posted:
I purchased the HTML Video Player to play a .mp4 file on y website. I created a simple HTML page and used the DMX HTML5 Video Player Form to install the code. The page is usna64.org/Integritas.htm. The video is IntegritasFull.mp4. The code is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
#apDiv1 {
position: absolute;
width: 200px;
height: 115px;
z-index: 1;
left: 323px;
top: 283px;
}
</style>
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxHTML5VideoPlayer.js"></script>
<script type="text/javascript" src="ScriptLibrary/projekktor.min.js"></script>
<link rel="stylesheet" type="text/css" href="Styles/dmxHTML5VideoPlayer/applicious/style.css" />

</head>

<body>
<div id="apDiv1">
<div class="dmxHTML5VideoPlayer hall2" id="IntegritasVideo">
</div>
<script type="text/javascript">
// <![CDATA[
jQuery(document).ready(
function()
{
jQuery("#IntegritasVideo".dmxHTML5VideoPlayer(
{"width": 720, "height": 480, "playlist": [{"0": {"src": "images/Integritas/IntegritasFull.mp4", "type": "video/mp4"}}]}
);
}
);
// ]]>
</script>
</div>
</body>
</html>

I get an error message: "The requested file does not exist or is delivered with an invalid content-type."
The file does exist and if I download the file it plays as an .mp4 file. What am I doing wrong in trying to get the embedded file to stream?

Replies

Replied 05 Jan 2015 10:07:44
05 Jan 2015 10:07:44 Teodor Kuduschiev replied:

Reply to this topic