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

Wowza - Error loading player: Could not load player configuration


I am trying to establish basic connectivity with a Wowza server. I am using the code:

<script src="http://jwpsrv.com/libraryMY_TOKEN_INFO.js"></script>

<div id="myElement"></div>

<script>
jwplayer("myElement").setup({
file: "rtmp://54.186.127.31:1935/vod/mp4:sample.mp4",
image: "http://example.com/uploads/myPoster.jpg",
width: 640,
height: 360
});
</script>

I get an error message: "Error loading player: could not load player configuration"

What am I doing wrong?

8 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Can you provide a link?

brunette.andrew

User  
0 rated :

The link in the first post is real and active.

brunette.andrew

User  
0 rated :

Wowza support said the code below worked from their PC, but it won't work on mine. Running windows 8.1, Chrome, have tried with firewall on and off. Have also tried with IE.

script src="http://jwpsrv.com/library/Ap8QitMaEeO1PiIACmOLpg.js"></script>

<div id="myElement"></div>

<script>
jwplayer("myElement").setup({
file: "rtmp://54.186.127.31/vod/mp4:sample.mp4",

width: 640,
height: 360
});
</script>

Ethan Feldman

JW Player Support Agent  
0 rated :

Please provide a link to where this code is running, or are you just using a local C drive?

brunette.andrew

User  
0 rated :

I am just running from a file on my local machine

Ethan Feldman

JW Player Support Agent  
0 rated :

Can you put something up?

brunette.andrew

User  
0 rated :

So, if I load the code to my web server, it runs fund, it just won't run from a local file. I am confused, but I guess I'm OK.

Ethan Feldman

JW Player Support Agent  
0 rated :

Ah, ok. Yes, you need to at least run from a local host.

This question has received the maximum number of answers.