Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

working way to play youtube video without the logo

26 replies [Last post]

I know this has been asked many times before and I have looked at most of them already, but unfortunately they are either not working (any more) or I can not reproduce them.
If you have already an idea as how can we make youtube videos to play without the logo, please share with us ....

why would you want to rip-off youtube?

See the test page here: http://willswonders.myip.org:8082/Simple_YouTube.html using this script:

<?php

// call with: http://www.mydomain.com/path/YouTube_Multi-Format.php?v=K2_U1kbIcJQ&fmt=18
// JWMP code:
//        'file':                                   encodeURIComponent('YouTube_Multi-Format.php?v=K2_U1kbIcJQ&fmt=18'),
//        'type':                                  'video',
// fmt=6  HQ FLV   480x360
// fmt=18 HQ MP4   480x270
// fmt=22 HQ MP4  1280x720
// fmt=35 HQ MP4   640x360

$videoid = (isset($_GET['v']))   ? strval($_GET['v'])   : 'K2_U1kbIcJQ';
$fmt     = (isset($_GET['fmt'])) ? intval($_GET['fmt']) : '';
parse_str(file_get_contents("http://youtube.com/get_video_info?video_id=$videoid"));
$uri     = "http://www.youtube.com/get_video.php?video_id=$videoid&t=$token&fmt=$fmt";

//...debug
/*
$headers = get_headers($uri);
print "<pre>\n";
print "    uri: $uri\n" ;
print "videoid: $videoid\n";
print "  token: $token\n";
print "    fmt: $fmt\nheaders: ";
print_r($headers);
print "\n</pre>\n";
exit;
*/
//...debug

header("Location: $uri");

/* 03-28-09
<pre>
    uri: http://www.youtube.com/get_video.php?video_id=K2_U1kbIcJQ&t=vjVQa1PpcFP9_n19r8qnW-CPwclE01lRWbxG3ZgPniE=&fmt=18
videoid: K2_U1kbIcJQ
  token: vjVQa1PpcFP9_n19r8qnW-CPwclE01lRWbxG3ZgPniE=
    fmt: 18
headers: Array
(
     [0] => HTTP/1.1 303 See Other
     [1] => Date: Sun, 29 Mar 2009 00:01:12 GMT
     [2] => Server: Apache
     [3] => X-Content-Type-Options: nosniff
     [4] => Set-Cookie: use_hitbox=72c46ff6cbcdb7c5585c36411b6b334edAEAAAAw; path=/; domain=.youtube.com
     [5] => Set-Cookie: VISITOR_INFO1_LIVE=kg94g026Bzk; path=/; domain=.youtube.com; expires=Tue, 24-Nov-2009 00:01:12 GMT
     [6] => Set-Cookie: GEO=5272bdce0fd38ea1f389176dae6fed1acwwAAAAyVVNEpwWvAEi6zkk=; path=/; domain=.youtube.com; expires=Tue, 31-Mar-2009 00:01:12 GMT
     [7] => Expires: Tue, 27 Apr 1971 19:44:06 EST
     [8] => X-YouTube-MID: WkFSZzctYUFHdmd4dHBoY1pheTZFbEVkM0t0eVNyZVVfZ1RvcjdiRDhQTmZQbmEwQ0FDUkpR
     [9] => Cache-Control: no-cache
    [10] => Location: http://v14.lscache1.googlevideo.com/videoplayback?id=2b6fd4d646c87094&itag=18&ip=68.167.5.175&signature=6947E0D570D35152D7BB593451D2F12CB3F8D574.6D06C5C8E6293BAF1F523B9D226DC2DC180D7D15&sver=2&expire=1238306472&key=yt1&ipbits=0
    [11] => Connection: close
    [12] => Content-Type: text/html; charset=utf-8
    [13] => HTTP/1.1 200 OK
    [14] => Content-Disposition: attachment; filename=video.mp4
    [15] => Last-Modified: Wed, 15 Oct 2008 07:17:24 GMT
    [16] => Content-Type: video/mp4
    [17] => Content-Length: 10899738
    [18] => Expires: Sun, 29 Mar 2009 01:01:12 GMT
    [19] => Cache-Control: public,max-age=3600
    [20] => Connection: close
    [21] => Date: Sun, 29 Mar 2009 00:01:12 GMT
    [22] => Server: gvs 1.0
)

</pre>
*/

?>

This Doesn't work

The script that I posted above, is the exact same script that is called by the test page from the link that I posted above. So it does work.

It's not working now.

it stopped working today!!!!

It's very strange.

The tstring works when you personally pull it from the video page but when the server pulls it, it doesn't...

yes, the script works on my local server, but not on my internet server. weird, huh?

I am second of Tony, it used to work fine but all of sudden now it is not working anymore ....
Anyone knows any workaround of this ....

Still working for me. Just watched Uncle Joey.

I checked

http://willswonders.myip.org:8082/Simple_YouTube.html

and clicked on "Uncle Joey" then I got the error

Video not found: /You Tube_Multi..

it does not work in both IE and Firefox on XP

now I have to use Youtube player to play youtube videos on my website now. http://www.RCholic.com

@lefTy
please let us know how did you get this working, it is still not working for me ... :(

I can play youtube vids on my itouch and computer without the logo but I can't put them onto a website because I don't know how to put a player on a page.
Something is missing from all the tutorials, I've spent all day trying to figure this out.

from what i can see the code is not wrong. i guess the token contains now the client ip as it has always contained a generation time. in addition i guess that the youtube servers that redirect the requesting cleint to the stream server now check also the ip adress in the token and check if the requesting client computer is the same that the one that has requested the token. as long this is a local server running the above php script the yt servers are satisfied. this is obvioulsy not the case, if the client is not the server. dead lock!

Hi, Visit http://cclworld.co.cc to download videos in MP4, FLV, 3GP and High Quality 3GP format. This site is using YouTube API 2.0 and download service is still working… Use the EMBED code from this site to play video without the logo of YouTube.... That's it.

Why are people talking about this.. its against YT's T&C to do this...

Oh who cares quit trying to act like police!

Hi, Visit http://cclworld.us.to to download videos in MP4, FLV, 3GP and High Quality 3GP format. This site is using YouTube API 2.0 and download service is still working… Use the EMBED code from this site to play video without the logo of YouTube.... That's it.

http://cclworld.co.cc is now http://cclworld.us.to

thank u
working for me at:
www.no-proxy.info

CCL World has finally moved to http://cclworld.uni.cc .

Visitor contact me plz i want to buy your script

my mail is st-efi89@live.it

thx

This unique script [CCL World YouTube] is not for sale. You can get YouTube search and download for free from here : http://m1net.online.fr/ . Check out CCL World YouTube : http://cclworld.uni.cc for new Embed system. Now it has guaranteed uptime of 99.9%

Please let me know if this is possible (are there any examples of this - URLs ?) >>

In my custom CMS I designed my custom Flash player (how?). I can view my YouTube uploads in a list with thumbnails. When I select that clip in the back, in the front my YouTube clip is presented in my own player, without YouTube logo in HD quality...

- Robert
westframe[at]gmail.com

you will get your site blocked from the youtube API real quick with this

anthony check this website

www.vidoemo.com

all videos embedded from youtube without logo