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

rtmp files is not playing


Hi,

I'm evaluating JWplayer for our commercial product.

Can you please help me with my queries below:

1. Where do i find my jwplayer.key value in my account.

2. I have followed the rtmp syntax that was mentioned in the JWplayer samples; but still i couldn't play the file.

It would be more helpful if you reply with a sample codes.

Thanks
sankar.m

3 Community Answers

Randy

JW Player Support Agent  
0 rated :

Hello Sankar,

You can find your key information within your “Account Settings” in your dashboard. Scroll to the bottom and you will locate your license information. Can you explain to us how you are implementing the RTMP feed?

Kindly,

Randy Le’Moine, Web Support Engineer, JW Player
www.jwplayer.com

sankar.betatest

User  
0 rated :

Hi Randy Le'Moine,

Thanks for your reply.

still i couldn't find the key value on my accounrt; Please let me know with exact URL or screenshot.

I can see there is a key named Self-hosted player key, Is that I need to configure on my code.

Find below my sample code: the jwplayer is not loading all the time.

<head>
<script type="text/javascript" src="JwPlayer/jwplayer.js"></script>
<script type="text/javascript" src="JwPlayer/jwplayer.html5.js"></script>
<script type="text/javascript">jwplayer.key = "IXQSio6jBPviNT7SbnGSIAXGaKNFldV/0Qo3ITVxp2eXKpxjayjULE6OfvoOnPBZ";</script>
</head>
<body>
<form id="form1" runat="server">
<div align="center">
<div id="container">
Loading the player ...
</div>

<script type="text/javascript">
jwplayer("myElement").setup({
file: "rtmp://draco.streamingwizard.com/wizard/_definst_/demo/mp3/KanyeWestBeachBoys.mp3",
width: 480,
height: 30
});
</script>
<div id="myElement"></div>
</div>
</form>
</body>


Please let me know your comments.

Thanks
sankar.m

Randy

JW Player Support Agent  
0 rated :

Hello Sankar,

Can you email support@jwplayer.com your login information so we can provide you with the licensing key you’ve requested?

Kindly,

Randy Le’Moine, Web Support Engineer, JW Player
www.jwplayer.com

This question has received the maximum number of answers.