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

Embedding Video shows "Permission denied - Service Unavailable"


Hello, i'm having troubles embedding videos, i tried to use the javascript and the iframe code that the publish mode gave me,

<script type="application/javascript" src="//content.jwplatform.com/players/STmMjjpY-xrLiVWNu.js"></script>

<iframe src="//content.jwplatform.com/players/STmMjjpY-xrLiVWNu.html" width="480" height="270" frameborder="0" scrolling="auto" allowfullscreen></iframe>

and even i'm trying using the customization form with the following code:

<div id="playerlYqjDDXIOmNX"> </div>
<script type="text/javascript">
jwplayer('playerlYqjDDXIOmNX').setup({
file: 'http://69.195.124.87/~yogapar2/home/videos/Dia-4-Video-1-baja.mp4',
image: 'http://69.195.124.87/~yogapar2/home/wp-content/uploads/2015/07/d4-v1.jpg',
logo: { file: 'http://sample.com/login/images/addSign.gif',
link: 'http://example.com',
hide: 'true' },
title: 'Trabajando el abdomen',
width: '100%',
aspectratio: '16:9',
primary: 'flash'
});
</script>


and with all 3 option the video doesn't appear, with the 2 first options it only shows a black rectangle with this text: "Permission denied - Service Unavailable".

And when i'm using the customization code it doesn't show anything.


The websithe were i'm having this trouble is
http://yogaparami.com/home/trabajando-el-abdomen/

4 Community Answers

MisterNeutron

User  
2 rated :

This looks like the same problem as this post: http://support.jwplayer.com/customer/portal/questions/13034119-youtube-embeds-stopped-working-

It looks like the actual JW setup block is commented out.

bret

User  
0 rated :

Thank you so much! :)
That was exactly what happend on my website

MisterNeutron

User  
0 rated :

Can't tell you how to fix the mess, I'm afraid. I confess to knowing absolutely nothing about the WP plugin - I code by hand. But you really shouldn't have to fix this manually - if you had a lot of videos, fixing it would take forever!

Cooper Reid

JW Player Support Agent  
0 rated :

Are you trying to put code directly into a Wordpress? This is a limitation of Wordpress. I highly recommend using the JWPlatform plugin which will allow you to embed directly without pasting code: https://wordpress.org/plugins/bits-on-the-run/

Also, I tried using our JWPlayer plugin along with the latest version of Wordpress and they’re working fine together -

Best Regards,
Cooper

This question has received the maximum number of answers.