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

USING RTMP FEED


Hello,

It's my first time to try to stream an RTMp feed.

Normaly I use only local Mp4 file and this embedded code

<script src="/jwplayer7/jwplayer.js"></script>
<script>jwplayer.key="MYKEY=="</script>
<div id='player_2605'></div>
<script type='text/javascript'>
jwplayer('player_2605').setup({
logo: {file: 'http://MYWEBSITE/wp-content/uploads/2015/07/logo.png',
link: 'http://wordofyeshua.eu'},
autostart: "true",
width: '100%',
aspectratio: '16:9',
file: "MYLINKFILE"
});
</script>


Today, the provider we want to use the live feed have a bad non responsive player, and i want to use the JWPlayer to get the feed

He gave me this :

Adresse : rtmp://rtmp.MyProvidersite.ch:1935/livecast/
ID Flow : MYIDFLOW
available Port : 1935, 554, 80

And I do not know How to implement it ?

Could someone help me on it ?

Happy Year to all.

Charles

4 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi, Charles.

You would have to be given a full RTMP URL from your provider, as the one above looks to only be the first part of it. A fully qualified RTMP stream’s URL looks something like this:

rtmp://example.com/application/mp4:myVideo.mp4

Once you receive that, you should be able to embed the stream with our player as seen on our Using RTMP Streaming support article.

Please let me know if you need any more help or have any other questions.

Thank you!

tp-o-vin

User  
0 rated :

Hi.
How to reduce latency in realtime video rtmp?

My settings
<script type="text/javascript">
jwplayer("stream").setup({

playlist: [{
sources: [{
file:"rtmp://192.168.1.102/rtmp/mp4"
}]
}],
width: 1920,
height: 1080,
primary: "flash"
});

</script>
For example in the another player with the same resolution, latency is less.

What am I doing wrong?

tp-o-vin

User  
0 rated :

Link rtmp://192.168.1.102/rtmp/mp4:myVideo.mp4
Nothing has changed.

Thank you in advance.

tp-o-vin

User  
0 rated :

My question can be considered closed.

I failed to get latency less player probably not so well optimized for RTMP streaming. He's not bad, the delay is approximately 0.5-0.6 seconds for Full HD. But I need 0.3 seconds and less.

This question has received the maximum number of answers.