Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Streaming mp4 VOD from Wowza to all devises


I am having an issue streaming to iOS. it used to work but now does not. I want to tell all to use HTML5 first and Flash second. on the iohone the videos only play the sound no video. here is my code. can anyone help me with what my code should look like?

<script src="/download/jwplayer/jwplayer.js"></script><script>jwplayer.key="WUZjDkexm7fWakb0D3YfLUcUKr7FHVOt8YESVg==";</script>
<center>
<div id="my-video">
&nbsp;</div>
</center>
<p>
&nbsp; <script type="text/javascript">
jwplayer("my-video").setup({


playlist: [{

image: "/images/wowza/piano_2.jpg",
title: "Alyssa's 2nd Piano Lesson",
description: "Alyssa's at third piano lesson going over second lesson.",
file: "http://70.167.119.119:1935/vod/smil:piano_2.smil/jwplayer.smil"
},{
file: "http://70.167.119.119:1935/vod/smil:piano_2.smil/playlist.m3u8"
},

{
image: "/images/wowza/piano_1.jpg",
title: "Alyssa's First Piano Lesson",
description: "Alyssa and mom practicing first piano lesson.",
file: "http://70.167.119.119:1935/vod/smil:piano_1.smil/jwplayer.smil"
},{
file: "http://70.167.119.119:1935/vod/smil:piano_1.smil/playlist.m3u8"

},{
image: "/images/wowza/kindergrad.jpg",
title: "Kindergarten Graduation",
description: "Alyssa's kindergarten graduation, her last day of kindergarten.",
file: "http://70.167.119.119:1935/vod/smil:kindergrad.smil/jwplayer.smil"
},{
file: "http://70.167.119.119:1935/vod/smil:kindergrad.smil/playlist.m3u8"

},{
image: "/images/wowza/recital.jpg",
title: "Orff Recital",
description: "Alyssa's first Orff recital.",
file: "http://70.167.119.119:1935/vod/smil:recital.smil/jwplayer.smil"
},{
file: "http://70.167.119.119:1935/vod/smil:recital.smil/playlist.m3u8"

},{
image: "/images/wowza/soccer.jpg",
title: "Soccer GU6",
description: "Spring Soccer 2016.",
file: "http://70.167.119.119:1935/vod/smil:soccer.smil/jwplayer.smil"
},{
file: "http://70.167.119.119:1935/vod/smil:soccer.smil/playlist.m3u8"

},{
image: "/images/wowza/japan_kinder_grad.jpg",
title: "Japanese Kinder Grad",
description: "Japanese school kindergarten graduation song 3.",
file: "http://70.167.119.119:1935/vod/smil:japan_kinder_grad.smil/jwplayer.smil"
},{
file: "http://70.167.119.119:1935/vod/smil:japan_kinder_grad.smil/playlist.m3u8"

},{
image: "/images/wowza/japan_kinder_grad_slide.jpg",
title: "Japanese Kinder Slideshow",
description: "Japanese school kindergarten graduation slideshow.",
file: "http://70.167.119.119:1935/vod/smil:japan_kinder_grad_slide.smil/jwplayer.smil"
},{
file: "http://70.167.119.119:1935/vod/smil:japan_kinder_grad_slide.smil/playlist.m3u8"

},{
image: "/images/wowza/Alyssabike1.jpg",
title: "First time without training wheels",
description: "Alyssa learns to ride without training wheels.",
file: "http://70.167.119.119:1935/vod/smil:alyssa_bike.smil/jwplayer.smil"
},{
file: "http://70.167.119.119:1935/vod/smil:alyssa_bike.smil/playlist.m3u8"

}],
width: "80%",
aspectratio: "16:9",
primary: "html5",
controls: "true",
controlbar: "bottom",
skin: {
name: "bekle"
}
});
</script></p>
<p>
&nbsp;</p>

2 Community Answers

j...

User  
-1 rated :

I think there needs to be something like this but not sure the best way to add the code to all, when I try it voids the next menu item for all.


file: "http://70.167.119.119:1935/vod/smil:alyssa_bike.smil/playlist.m3u8",

type: "mp4",

primary: "html5"


Donni

JW Player Support Agent  
-1 rated :

Free users are not able to use m3u8’s (HLS streams) you would need to upgrade to premium.

This question has received the maximum number of answers.