Loading ...

[solved] Youtube videos dont work anymore

Board index / PHP Melody - Video CMS / PHP Melody 1.6.x (old version)

Forums for the previous PHP Melody version (1.6.x)

Postby chatflash on Mar 17, 2010 11 pm


from now on youtube videos dont work annymore in the custom players.

tempory solution, set in the admin section the videoplayer to original.
User avatar
chatflash
Verified Customer
Verified Customer
 
Posts: 977
Joined: Nov 24, 2007 1 pm
Location: Netherlands
Reputation points: 132

Postby florinb on Mar 18, 2010 12 am


yep same here
ty for temporary solution:)
florinb
Verified Customer
Verified Customer
 
Posts: 22
Joined: Jan 19, 2010 2 pm
Reputation points: 0

Postby dab0902 on Mar 18, 2010 12 am


same here, is a fix being worked on and any kind of time line
dab0902
Non-verified
Non-verified
 
Posts: 12
Joined: Feb 17, 2010 1 am
Reputation points: 0

Postby etchbee on Mar 18, 2010 12 am


Hi Andrew,

Since this evening all youtube video are stopped playing. Is there any changes? Please rectify. The issue is only with other player except original player (Youtube player).

Here is news which may relate to this issue:
----------------------------------------------------
'Over on the YouTube API Blog they’re announcing an upcoming change to video page URLs that is interesting. It’s not a change that video viewers and every day users will notice, but is one that could impact developers–which is why it’s showing up on the API Blog instead of the standard YouTube blog.

The URL is having one standard character replaced with something new. While they are set up so that both URL versions will work for users, the developers using the YouTube API will have to account for the change in their code.

In other words, we’ve secretly replaced your standard URL with Folgers Crystals… let’s see if you notice the difference:

Old format: http://www.youtube.com/watch?v=ylLzyHk54Z0

New format: http://www.youtube.com/watch#!v=ylLzyHk54Z0
-------------------------------------------------------------------------
Thanks.

Hum :D
User avatar
etchbee
Verified Customer
Verified Customer
 
Posts: 58
Joined: Jul 27, 2008 12 am
Location: London
Reputation points: 0

Postby theXgame on Mar 18, 2010 1 am


All my videos are DOWN as well... YouTube musta changed something...... Andrew needs to step in NOW! lol.....
theXgame
Verified Customer
Verified Customer
 
Posts: 134
Joined: Feb 16, 2009 2 am
Reputation points: 0

Postby bala on Mar 18, 2010 3 am


Are all the youtube videos down?
I have checked a few melody sites and can't play youtube videos.
correct me if I am wrong. if youtube videos are still working, please close this thread.

Edited:
looks like YOUTUBE is down again. I have checked keepvids and couldn't download the videos either.

Code: Select all
http://keepvid.com/?url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DfFqQj0puris%26feature%3Dfeatured%26playnext_from%3DTL%26videos%3DWcnWO-dmJHw%26playnext%3D1


Thank You,
B.A.L.A
****************************************
http://www.thanzinhline.com
bala
Verified Customer
Verified Customer
 
Posts: 334
Joined: Jun 13, 2008 3 am
Reputation points: 10

Postby mephisto on Mar 18, 2010 7 am


are you talking about their own embedded player too or just in jw or flowplayer?
mephisto
Verified Customer
Verified Customer
 
Posts: 2888
Joined: Sep 30, 2008 8 am
Reputation points: -6

Postby mephisto on Mar 18, 2010 7 am


http://apiblog.youtube.com/2010/03/upco ... -page.html

I think Andrew should keep an eye on this and prepare for some changes.

http://apiblog.youtube.com/

They also recommend using
http://oembed.com/
to embed their videos.

As for videos no longer playing in any custom players, that shouldn't suprise anybody at all.
Youtube is simply enforcing their terms. You must use their player. Period.
We've seen that coming for well over a year now.
One of the reasons is of course that they can't stream ads into any custom player.
You better accept that and make the necessary changes instead of expecting Andrew to fix it.. every two weeks. If a fix is even possible.
mephisto
Verified Customer
Verified Customer
 
Posts: 2888
Joined: Sep 30, 2008 8 am
Reputation points: -6

Postby Vlivkor on Mar 18, 2010 8 am


SOS, guys, YouTube does not currently working!
not currently working FlowPlayer, nor JW Player
I ask me to forgive, I do not speak in English. I write through the translator.
Vlivkor
Verified Customer
Verified Customer
 
Posts: 63
Joined: Jan 26, 2009 9 pm
Reputation points: 0

Postby ciberlinker on Mar 18, 2010 8 am


The videos have stopped working on our player. Normally disconnected Youtube videos (a couple of hours or so) and then returned to normal, but now I do not work (maybe a change of Api?). I can also add that the videos can be downloaded, that means flv/mp4 file is accessible (unlike what happened with MySpace) and therefore embedded in our players.
I then connected the youtube player (up possible solutions, I want to be as soon as possible).

Image
User avatar
ciberlinker
Verified Customer
Verified Customer
 
Posts: 743
Joined: Mar 22, 2008 4 pm
Reputation points: 33

Postby fahimw on Mar 18, 2010 9 am


Yes youtube videos are down none is working, works if original player is selected :)!!!!!!!!
fahimw
Verified Customer
Verified Customer
 
Posts: 163
Joined: Mar 06, 2009 6 pm
Reputation points: 0

Postby mephisto on Mar 18, 2010 10 am


ciberlinker why do you say you can connect to the flv file if in your graphic it says forbidden request for all.
mephisto
Verified Customer
Verified Customer
 
Posts: 2888
Joined: Sep 30, 2008 8 am
Reputation points: -6

Postby louis on Mar 18, 2010 10 am


How to change the youtube player?
I want to change that and put it to the place :
Code: Select all
<head>
<script id="www-core-js" src="http://s.ytimg.com/yt/jsbin/www-core-vfl153854.js"></script>

      <script type="text/javascript">
      yt.setConfig({         
         'VIDEO_TITLE': '',
         'SWF_URL': (yt.flash.canPlayV9Swf() ? (!yt.flash.canPlayH264Videos() ? "http://s.ytimg.com/yt/swf/watch-vfl154104.swf" : "http://s.ytimg.com/yt/swf/watch_as3-vfl153842.swf") : "http://s.ytimg.com/yt/swf/watch_v8-vfl154104.swf"),
         'SWF_ARGS': { "video_id": "*********IDYOUTUBE********", },
         'SWF_SET_WMODE': false,
            'PLAYER_SAVE_QUALITY': true,
      });
   </script>
</head>
<body>
<div id="watch-this-vid" class="yt-rounded">
<div id="watch-player-div" class="flash-player">
<div id="watch-noplayer-div">
<noscript>Hello, you have disabled JavaScript or you have an old version of Adobe's Flash Player. <a href="http://www.adobe.com/go/getflashplayer/" onMouseDown="yt.analytics.urchinTracker('/Events/VideoWatch/GetFlash');">Download the latest version of Flash Player</a></noscript>
<script type="text/javascript">
document.write('Bonjour, vous avez désactivé JavaScript ou bien vous avez une ancienne version d\'Adobe Flash Player. <a href=\"http:\/\/www.adobe.com\/go\/getflashplayer\/\" onmousedown=\"yt.analytics.urchinTracker(\'\/Events\/VideoWatch\/GetFlash\');\">Télécharger la dernière version de Flash Player<\/a>');   
</script>
</div>
</div> <script type="text/javascript"> yt.www.watch.player.write("watch-player-div", false, null, null, "900", "500");</script>
</div>
</body>


for player youtube when you click 2 times on the video appears the YouTube site , while this code disables this option
louis
Verified Customer
Verified Customer
 
Posts: 318
Joined: Jan 10, 2009 4 pm
Reputation points: 0

Postby sanjee05 on Mar 18, 2010 11 am


my videos also down.. i thought something with my SQL files and stuff... but now i know.. its prb with youtube.. lol.. original players working not others
sanjee05
Verified Customer
Verified Customer
 
Posts: 53
Joined: Mar 13, 2008 10 pm
Reputation points: 0

Postby ciberlinker on Mar 18, 2010 12 pm


mephisto wrote:ciberlinker why do you say you can connect to the flv file if in your graphic it says forbidden request for all.


Sorry, I do not explained well.
Not that Flv/mp4 files, work well and can be downloaded.
But if I can download them through my other video search engine.
Check here:

http://maxiocio.org/dl.php?item=ZHUCxUW ... r_An_Angel
This is the video from youtube:
http://www.youtube.com/watch?v=ZHUCxUW3uhw

And this is the file Flv/mp4 (which of course does not work) of our website.
Code: Select all
http://v20.lscache3.c.youtube.com/videoplayback?ip=67.0.0.0&sparams=id%2Cexpire%2Cip%2Cipbits%2Citag%2Calgorithm%2Cburst%2Cfactor&fexp=902206&algorithm=throttle-factor&itag=5&ipbits=8&burst=40&sver=3&expire=1268935200&key=yt1&signature=6A75C3D66FCA9096557
User avatar
ciberlinker
Verified Customer
Verified Customer
 
Posts: 743
Joined: Mar 22, 2008 4 pm
Reputation points: 33


Who is online

Users browsing this forum: No registered users and 5 guests