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

Server not found :RTMP streaming


Hello there,

I have the JWPlayer setup which has the RTMP streaming.when clicked on the 1st time it comes back server not found and the 2nd time it is ok.

The error is "Server not found : rtmpt://....". the issue looks to be intermittent and mostly got in IE 7 .

Any help on this is appreciated!

Thanks.
H

5 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Do you have a link?

JW Player

User  
0 rated :

No. i dont have the link. But the jwplayer is implemented as the following :

<script type="text/javascript">
jwplayer( ID').setup({
'id': 'playerID',
'width': '470',
'height': '320',
'autostart': 'true',
'controlbar': 'bottom',
'provider': 'rtmp',
'streamer': 'rtmp://test.com/test',
'file': testing.mp4',
'modes': [
{type: 'flash', src: swf file},
{
type: 'html5',
config: {
'file': .mp4 file,
'provider': 'video'
}
},
{
type: 'download',
config: {
'file': .mp4 files,
'provider': 'video'
}
}
]
});
</script>

thanks,
H

Ethan Feldman

JW Player Support Agent  
0 rated :

That code looks fine to me, I need to see a link to be able to actually debug this properly.

JW Player

User  
0 rated :

I cannot paste the link here. is there any way from where we can send all the details to you instead in the forum.

Ethan Feldman

JW Player Support Agent  
0 rated :

Sure – http://www.longtailvideo.com/support/contact-us

This question has received the maximum number of answers.