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

can't stream file mp4 from wowza


I installed wowza on sever and now I want to play sample.mp4 file with jwplayer 7 but firefox show message Flash plugin fail to load, my rtmp is rtmp://172.104.44.28:1935/vod/sample.mp4, my code html page is below. The link rtmp file mp4 is working with player Media Player Classic app in my computer

<div id="player"></div>

<script>
jwplayer("player").setup({
"playlist": [
{
"sources": [
{
"default": false,

"file": "rtmp://172.104.44.28:1935/vod/sample.mp4",
"label": "0",
"type": "rtmp",
"preload": "none"
}
]
}
],
"primary": "html5",
"hlshtml": true
});
</script>

1 Community Answers

Donni

JW Player Support Agent  
0 rated :

RTMP is flash based, so your primary and hlshtml blocks are being ignored. I am able to get your stream to play on our JW Player Stream Tester so I am thinking that you are self-hosting the player and didn’t include the flash provider from the zip file you downloaded from the JW Dashboard. Let me know if that is true.

This question has received the maximum number of answers.