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

RE: Error loading player: Could not load player configuration.


I have the following files in my root...

1. jwplayer (i.e. a folder with the required files as discussed in README for jwplayer 6.0)
2. HJ Lim-Official Trailer.flv


This is my HTML test file sourse code...

<HTML>
<HEAD>
<TITLE>: Streaming with JW Player 6</TITLE>
<script type="text/javascript" src="/jwplayer/jwplayer.js"></script>
<script src="http://jwpsrv.com/library/TATwiiJ8EeS+KyIACyaB8g.js"></script>

</HEAD>
<BODY>
<H1>This video is streamed by: Streaming with JW Player 6.</H1>


<div id='my-video2'></div> <script type='text/javascript'>
jwplayer('my-video2').setup({
file: 'http://p.drbrydie.mathicalityconsu.netdna-cdn.com/vod/drbrydie.mathicalityconsu/HJ Lim-Official Trailer.flv',
image: 'http://ichef.bbci.co.uk/wwfeatures/976_549/images/live/p0/25/kx/p025kxlz.jpg',
width: '640',
startparam: 'start',
aspectratio: '16:9',
fallback: 'false',
primary: 'flash'
});
</script>
</BODY>
</HTML>


When opening the aformentioned in a browser, I get the following error...

RE: Error loading player: Could not load player configuration.

Why is this happening? I am hosted on MAXCDN.

Thanks,
db

9 Community Answers

MisterNeutron

User  
0 rated :

You're loading the scripts twice. Either self-host (the first line), or load from JW (the second line), but not both!

<script type="text/javascript" src="/jwplayer/jwplayer.js"></script>
<script src="http://jwpsrv.com/library/TATwiiJ8EeS+KyIACyaB8g.js"></script>

drbrydie

User  
0 rated :

This is what I have now...same error.

<HTML>
<HEAD>
<TITLE>555nm-HD: Streaming with JW Player 6</TITLE>

<script src="http://jwpsrv.com/library/TATwiiJ8EeS+KyIACyaB8g.js"></script>

</HEAD>

<BODY>
<H1>This video is streamed by CloudFront and played by JW

Player 6.</H1>


<div id='my-video2'></div> <script type='text/javascript'>

jwplayer('my-video2').setup({
file: 'http://p.drbrydie.mathicalityconsu.netdna-cdn.com/vod/drbrydie.mathicalityconsu/HJ Lim-Official Trailer.flv',
image: 'http://ichef.bbci.co.uk/wwfeatures/976_549/images/live/p0/25/kx/p025kxlz.jpg',
width: '640',
startparam: 'start',
aspectratio: '16:9',
fallback: 'false',
primary: 'flash'
});
</script>

</BODY>
</HTML>

MisterNeutron

User  
0 rated :

Please give us a link to your site.

I'd try the self-hosted option in preference to loading scripts from JW. Fewer external dependencies.

(And why are you messing with FLV files? Obsolete, and unplayable on mobile devices.)

Andrew

JW Player Support Agent  
0 rated :

Indeed, please provide a link.

drbrydie

User  
0 rated :

Fixed. I did it for testing purposes. Now using .mp4 version of file.

MisterNeutron

User  
0 rated :

All working properly? That's good.

If you've switched to an MP4, you should drop the "primary: 'flash'" attribute. No sense invoking Flash for no reason. You also don't need the "startparam" for anything.

thakral.rahul38

User  
0 rated :

I am sharing the my videos to the facebook and its working well sometime before. I share on facebook and i can play it on facebook.

But not its not playing on facebook and giving me error that is "Error loading player :: Could not load player configuration".

I google this thingbut did not get get anything even after hours of research.

Here is my code in meta og tags that i am using.

<meta charset="UTF-8">

<meta property="fb:app_id" content="269115559878733"/>

<meta property="og:type" content="movie"/> <meta property="og:video:type" content="application/x-shockwave-flash" />

<meta property="og:title" content="Ashti" />

<meta property="og:description" content="Laila Bargi ''Ashti'' New Official Music Video Song Hazaragi 2015 Afghani, Watch Clip and Download MP3 from AfghanSmart.com" /> <meta property="og:image" content="http://www.afghansmart.com/wp-content/uploads/2015/01/LailaBargiAshtiVideo.jpg" />

<meta property="og:video" content="https://www.afghansmart.com/wp-content/themes/afgansmart/jwplayer/jwplayer.flash.swf?file=https://www.youtube.com/watch?v=zdbHHb-m8DA&amp;autostart=true&amp;allowscriptaccess=always" />

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">


In facebook in console of I found that in object param allowscriptaccess value is never. Then i try passing allowscriptsaccess parameter with value but the problem is same.

here is the url for the. Please help me out.
many thanks in advance.

http://www.afghansmart.com/artists/l/laila-bargi/ashti

Best Regards
Rahul

MisterNeutron

User  
0 rated :

JW Player 6 cannot be embedded on Facebook. See Ethan's responses here:

http://stackoverflow.com/questions/22068680/jw-player-videos-are-not-playing-on-after-facebook-timeline-post

Andrew

JW Player Support Agent  
0 rated :

Indeed, you’ll need to use JW5 for this. We can provide this if you’re a paying customer of JW6 or an existing customer of JW5. Please email us directly and we can send the files/info your way.

This question has received the maximum number of answers.