
HTML5 fallback when streaming from Wowza
I have attempted to make an mp4 file stream from wowza 3.5 and fall back to html5 on IOS6 devices.
dev3.dawgPoundUSA.com/60testhw.cfm
bc.. <script type="text/javascript" SRC="p6/jwplayer.js"></script>
<div id="preview"></div>
<script type="text/javascript">
jwplayer("preview").setup({
file: "rtmp://wowza.pstarz.net/vod/mp4:D/sample.mp4",
image: "images/sample.jpg",
height: 362,
width: 500,
sharing: {
code: encodeURI("<iframe src='http://dawgPoundUSA.com/60Testh.cfm?ID=sample"),
link: ""
} });
</script>
works fine in MSIE and firefox. When I try to pull it up on an IPAD running IOS6.01 I get the error message:
Error Loading Player: No playable sources found.
Wowza has cupertino streaming enabled. Any idea about source of error?