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

RTMP Error loading stream


Hello,
I have an error when trying to play a live streaming using RTMP.
With VLC, the web page can connect to the server without any problem. However, the quality of the stream is really bad and slow.
With JWPlayer, the web page couldn't even connect to the server. It is not a problem of firewall. The domain and the application's path are correct.
Please help me.

error: Error loading stream: could not connect to server.
code html:
[...]
<head>
<script type='text/javascript' src='jwplayer/jwplayer.js'></script>
<script type='text/javascript' src='jwplayer/jwplayer.flash.swf'></script>
<script type="text/javascript">jwplayer.key="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";</script>
</head>
<body>
<p><strong style="color:#180CAC;">TEST</strong></p>

<div id="myElement"></div>
<script>
jwplayer("myElement").setup({
height: "360",
width: "720",
file: "rtmp://xx.xx.xx.xx:1935/vnsdk/S0"
});
</script>
</body>

3 Community Answers

Donni

JW Player Support Agent  
0 rated :

Do you get the same error using our JW Player Stream Tester ?

r...

User  
0 rated :

Actually I didn't make my web site public yet
help me please

Donni

JW Player Support Agent  
0 rated :

I want to help you, but without a working stream on your end I’m not sure what else I can do other than point you to the basic embed page.

This question has received the maximum number of answers.