
RTMP not work
I try play rtmp stream with jwplayer. HTML code is:
<html>
<head>
<script src="http://jwpsrv.com/library/sXW14q6xEeOQuCIACrqE1A.js"></script>
</head>
<body>
<div id='playerFgVeuSSurhzJ'></div>
<script type='text/javascript'>
jwplayer('playerFgVeuSSurhzJ').setup({
file: 'rtmp://10.0.151.227:1935/vod/mp4:sample.mp4',
image: 'https://www.longtailvideo.com/content/images/jw-player/lWMJeVvV-876.jpg',
width: '30%',
aspectratio: '16:9'
});
</script>
</body>
</html>
Error: error loading player: could not load player configuration.
By vlc player rtmp://10.0.151.227:1935/vod/mp4:sample.mp4 play normally. If i specify file as local path (for example 'd:test.mp4') it works. Videoserver wowza.
Please help.