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

cannot play RTMP on jw7?


Hello,
I'm just testing new jw7 player, but I'm not succeeding to play any rtmp stream.
What might be the problem?
Here is my setup..it is really simple:

var playerInstance = jwplayer("Video");
playerInstance.setup({
file: "rtmp://e4.cdn.bg:2015/fls/mp4:tvstoichev.stream",
height: 360,
width: 640,
primary: 'flash'
});

IT works on jw6, but not on jw7
What I'm missing?

6 Community Answers

bozadzhiev

User  
0 rated :

The Error is "No playable sources found"

mark

User  
0 rated :

I put your file rtmp://e4.cdn.bg:2015/fls/mp4:tvstoichev.stream into my own player and it worked.
However, strangely it "looks like" a live stream but does not show live broadcast in the control bar.

Todd

JW Player Support Agent  
0 rated :

Your RTMP URL is working for me in JW7 on our Stream Tester at http://demo.jwplayer.com/stream-tester/

bozadzhiev

User  
0 rated :

Mhm strange..on http://demo.jwplayer.com/stream-tester/
I'm getting again "Error loading player: no playble sources found". I think that there is an issue with my OS ,browser or flash version

I'm with debian,firefox 30 and with flash plugin version 11.2.202.508

So what are the requirements of the 7 version of the player,because on version 6 it is working on the same pc ?

Thank you

Todd

JW Player Support Agent  
0 rated :

JW7 is not working well in Firefox on Linux. Our engineers said they will hopefully have a fix in a future release. Can you try the same test in Chrome?

webserv

User  
0 rated :

you may be missing the in your config block
{
....other config,

dash: true,

....more config
}

This question has received the maximum number of answers.