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

youtube embedding error


we are using jwplayer for Youtube video embedding on our pages

example
http://news.liga.net/video/capital/738269-v_tsentre_kieva_militsiya_zaderzhala_vooruzhennogo_gollandtsa_video.htm

starting from today youtube videos are not played correctly
http://screencast.com/t/n5CWiEjnE

we get 404 error while accessing to
http://s.ytimg.com/yt/swfbin/apiplayer3-vflXQsFBl.swf

what is the problem?

16 Community Answers

JW Player

User  
0 rated :

We are experiencing the same issue. Looks like it's a fault at YouTube's end as it also fails on their demo pages when using the AS3 Chromeless player (https://developers.google.com/youtube/youtube_player_demo).

We have not discovered a workaround yet.

JW Player

User  
0 rated :

Same problem here - all youtube videos can not be played with JW player.
Did youtube.com changed something?

JW Player

User  
0 rated :

Youtube had hang I suppose, just right now everything got back to normal

JW Player

User  
0 rated :

youtube videos are not playable using jwplayer, tested and restested with 3 different versions of jwplayer no way, also not working here:

http://www.longtailvideo.com/support/jw-player-setup-wizard?example=205


JW Player

User  
0 rated :

seems to work again....

Ethan Feldman

JW Player Support Agent  
0 rated :

Something must have changed on YouTube’s end, looks like they have fixed it.

JW Player

User  
0 rated :

http://s.ytimg.com/yts/swfbin/apiplayer3-vflm4I60t.swf

Failed to load resource: the server responded with a status of 404 (Not Found)

this is really annoying. Its been down for 30 minutes now.

JW Player

User  
0 rated :

Posted: Thu, 2012-11-29 04:18
The problem is happening again.

Reply
http://s.ytimg.com/yts/swfbin/apiplayer3-vflm4I60t.swf

Failed to load resource: the server responded with a status of 404 (Not Found)

this is really annoying. Its been down for 30 minutes now.


>>>> Me, too

JW Player

User  
0 rated :

@Ethan:

Looks like Youtube renamed the apiplayer ...

old swf: http://s.ytimg.com/yts/swfbin/apiplayer3-vflm4I60t.swf
new(?) swf: http://s.ytimg.com/yt/swfbin/apiplayer3-vfleuirIM.swf

JW Player

User  
0 rated :

How to fix it !

JW Player

User  
0 rated :

Same problem. My guess is that youtube did something for the cookie law in Europe. I solved the problem for now with:


jwplayer('container').setup({
height:'250',
width:'444',
modes: [
{ type: 'flash', src: 'http://www.youtube-nocookie.com/v/E8Z_CyiewTo?version=3&hl=nl_NL&rel=0;&autoplay=1"' },
{ type: 'html5'}
], file: 'http://www.youtube.com/watch?v=E8Z_CyiewTo'
});

JW Player

User  
0 rated :

working now!

JW Player

User  
0 rated :

Seems to work as normal again - although I see an HD toggle button now in the upper right corner.

Ethan Feldman

JW Player Support Agent  
0 rated :

YouTube updated something on their end, and they fixed it, it seems…

JW Player

User  
0 rated :

I experienced this problem as well (on 29th November) and wasted a lot of time trying to find what I had done wrong until I spotted that the Long Tail demo also failed to work. However I was able to make my page work again by adding a parameter to the file specification

'file': 'http://www.youtube.com/watch?v=xxxxxxx,

became

'file': 'http://www.youtube.com/watch?v=xxxxxxx&feature=player_embedded',

and it all worked again. It is possible that this was coincidence and that youtube fixed something while I was struggling with the problem but I am fairly sure that the problem still existed for links without the &feature=player_embedded parameter. I have checked today and my player works with and without the extra value. I will leave it there in case it happens again.

Ethan Feldman

JW Player Support Agent  
0 rated :

It looks like Youtube did this, thanks for sharing, though.

This question has received the maximum number of answers.