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

Error loading player : no playable source found in Mozilla fire fox


Hi i am using aws cloud front for generating the url . For playing the video i am using jw player. Now the jw player is playing the video in chrome but not in fire fox .

Please have a look at my code.

I am calling this function when user clicks on a specific button.

function fnPlayVideo(data)
{
debugger;
if (data.d == null) {
$('#msg').removeClass('hidden');
$('#msg').text('there is an error in playing the video.You may see this error because of session timeout.re-login to resume video training.');
}
else {
jwplayer('mediaplayer').setup({
file: data.d,
width: '100%',
aspectratio: '3:1.7',
autostart: 'true'
});
}
}

Note: the code is using the following url

rtmp://s3kcajs8aynmi0.cloudfront.net/cfx/st/mp4:Arrays?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiQXJyYXlzIiwiQ29uZGl0aW9uIjp7IkRhdGVMZXNzVGhhbiI6eyJBV1M6RXBvY2hUaW1lIjoxNDM5MTkyNzQyfX19XX0_&Signature=VqjRFCQJtLkswvtJNNs8-kO4tkjFOsSXyIbOeCSFbxCMu7hGy5FeImI6hlqlqzeJW2uLJvY1a1OFqLIP4Ge2OgQq4jFn~sa30iM-0h5xIM8Lid6-ji4Vg1uVEGlx0yPKiEkpI7ZALR9wVdEwRSbJ9mUgStRkaxaIvkineqgw~Zqigrxxw~EYqZWqQr-ctfkhEvxMWcERKAFFAPXai8lRArDc8b-EAEmuY7qFoXXfnO0-8ArGZNpQTPQc72zUTznWRi8kRD1rI7TLWLfMVsi-cO2PqXvIG2IoaYi6idp8BaLLk2jdQijyipoSlgPDLexQYC-5CgPSvzqYlsIzh3F~QQ__&Key-Pair-Id=APKAJTSXVYOHDNPTXSQA

I added the jwplayer required javascript file in the head section as follows.

<script type='text/javascript' src='https://di8tk4rj41ou9.cloudfront.net/jwplayer.js'></script>

Please suggest me the solution for the problem.

5 Community Answers

pallebusiness

User  
2 rated :

Just to add. I tested this stream using the following stream tester.

http://demo.jwplayer.com/stream-tester

I opened the Google chrome browser and tested the url which is working fine. But when i test the same url in Mozilla fire fox it is not working.

url :

rtmp://s3kcajs8aynmi0.cloudfront.net/cfx/st/mp4:Arrays?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiQXJyYXlzIiwiQ29uZGl0aW9uIjp7IkRhdGVMZXNzVGhhbiI6eyJBV1M6RXBvY2hUaW1lIjoxNDM5MTkyNzQyfX19XX0_&Signature=VqjRFCQJtLkswvtJNNs8-kO4tkjFOsSXyIbOeCSFbxCMu7hGy5FeImI6hlqlqzeJW2uLJvY1a1OFqLIP4Ge2OgQq4jFn~sa30iM-0h5xIM8Lid6-ji4Vg1uVEGlx0yPKiEkpI7ZALR9wVdEwRSbJ9mUgStRkaxaIvkineqgw~Zqigrxxw~EYqZWqQr-ctfkhEvxMWcERKAFFAPXai8lRArDc8b-EAEmuY7qFoXXfnO0-8ArGZNpQTPQc72zUTznWRi8kRD1rI7TLWLfMVsi-cO2PqXvIG2IoaYi6idp8BaLLk2jdQijyipoSlgPDLexQYC-5CgPSvzqYlsIzh3F~QQ__&Key-Pair-Id=APKAJTSXVYOHDNPTXSQA

George

JW Player Support Agent  
0 rated :

Hi,

Please fill out this questionnaire so we can troubleshoot this properly.

Company name:

Customer e-mail address:

Customer JW Player license key:

Version and Edition of JW Player you are using:

Device make and model where you are experiencing this issue, Desktop/Mobile:

URL of webpage that is experiencing this issue:

Browsers you are experiencing this issue with their version number:

URL of the video or audio file/stream you are trying to play:

Provide step by step instructions on how to reproduce your issue:

Thank you for choosing JW Player.

Sincerely,
George
JW Player
Support Engineer

jherrieven

User  
1 rated :

@George - are you serious?!

By what mechanism do you suggest @pallebusiness provides all this potentially sensitive information?

Ignoring the fact that some of the information has already been provided, and some of the information you can surely gleen from their account information, all you *actually* need is a link to an example page where they are experiencing the problem....

Or maybe even think give it some thought and consider it could have something to do with RTMP, running via Flash, in Firefox. Jeez...

Todd

JW Player Support Agent  
1 rated :

George is new to our team, so he’s still learning the ins and outs of troubleshooting via the forum. The questions he asked were all certainly valid for troubleshooting and trying to reproduce the issue, but to jherrieven’s point, some of the private details were not required.

That being said, Flash is required for RTMP playback so I would expect to see the Error loading player : no playable source found error if Flash was either not installed or enabled. Chrome has their own built-in version of Flash, but Firefox users need to install Flash on their own.

pallebusiness

User  
1 rated :

I resolved the problem it was because flsah player ( which was not installed in Firefox ). Thank you for the support.

This question has received the maximum number of answers.