
Godaddy Web Hosting
i wanted to use rtmp on my website and i'm using godaddy as web hosting
i tried putting
<div id="my-video"></div>
<script type="text/javascript">
var playerInstance = jwplayer("my-video");
playerInstance.setup({
file: "http://content.jwplatform.com/videos/VdWk3v8L-7rPtp0Ku.mp4",
height: 435,
width: 740
});
</script>
and it's working fine but when i tried
<div id="my-video"></div>
<script type="text/javascript">
var playerInstance = jwplayer("my-video");
playerInstance.setup({
file: "rtmp://content.jwplatform.com/videos/VdWk3v8L-7rPtp0Ku.mp4",
height: 435,
primary: "flash",
width: 740
});
</script>
i only followed the guide here in the site and it was my 1st time doing this kind of thing because my client wanted it that way