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

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.

5 Community Answers

JW Player

User  
0 rated :

Add:
code copy from "publish" page and in wizard video is shown but when i insert code in simple html page this no work.

JW Player

User  
0 rated :

Add:
Also when i enter live rtmp stream error is occurs
"id not found on server"
url rtmp://10.0.151.227:1935/room258/str216.stream

Ethan Feldman

JW Player Support Agent  
0 rated :

Where is this running on your site?

JW Player

User  
0 rated :

site local

Ethan Feldman

JW Player Support Agent  
0 rated :

Please put up a link that can be debugged.

This question has received the maximum number of answers.