AfterDawn: Tech news

Jon Johansen writes patch for Google Video Viewer

Written by James Delahunty @ 29 Jun 2005 11:27

Jon Johansen writes patch for Google Video Viewer Jon Lech Johansen, or "DVD Jon", has released a patch that will allow users of Google Video Viewer to play videos that are not hosted on Google's servers. Google has Limited the player to videos from the Google servers only, which can be seen here...
+ // Google mods
+ const char* allowed_host = "video.google.com";
+ char * host_found = strstr(p_sys->url.psz_host, allowed_host);
+ if ((host_found == NULL) ||
+ ((host_found + strlen(allowed_host)) !=
+ (p_sys->url.psz_host + strlen(p_sys->url.psz_host)))) {
+ msg_Warn( p_access, "invalid host, only video.google.com is allowed" );
+ goto error;
+ }

You can find a link to the patch on Johansen's Blog. Using the patch requires the .NET framework which can be downloaded from Microsoft's homepage. The source code is now also available on the blog. Of course this patch has been completely misunderstood by many news websites who are reporting Johansen has "cracked Google's video security". Actually Google has made public the changes applied to the VideoLAN client, on which the Google Video client is based on. Therefore the patch is quite trivial, and should not be compared to, for example, Johansen's work with CSS and iTunes.



Sources:
So Sue Me Blog
p2pnet

Previous Next  
Comments have been disabled for this article.

Latest news

The era of cheap AI is about to end - consumers and companies may experience a harsh reality very soon The era of cheap AI is about to end - consumers and companies may experience a harsh reality very soon (19 Apr 2026 12:58)
AI companies have allowed both consumers and businesses to use their developed AI models at a significantly lower cost than their actual expenses. A clear change is now coming to this, which could significantly alter the market.
Defunct companies started selling their former employees' email and Slack messages to AI companies Defunct companies started selling their former employees' email and Slack messages to AI companies (18 Apr 2026 12:27)
Technology companies that have gone bankrupt or have simply been shut down have found a new way to make a little more money at their final gasp. The companies are selling their employees' Slack, Teams, and email messages as training material for AI compan
Google starts penalizing sites that hijack the browser back button Google starts penalizing sites that "hijack" the browser back button (18 Apr 2026 2:35)
Google has announced that starting from June 2026 it will begin penalizing websites that hijack the browser back button.
Installing a fresh Windows 11 is now up to half an hour faster Installing a fresh Windows 11 is now up to half an hour faster (17 Apr 2026 11:11)
The update to Windows 11 released in April 2026 changes the way Windows is installed on a computer for the first time. User can now skip the previously mandatory updates during the installation phase.
EU age verification app humiliated: Researcher bypassed protections in two minutes EU age verification app humiliated: Researcher bypassed protections in two minutes (17 Apr 2026 9:57)
The official EU age verification app released this week is reportedly easy to crack. Security researchers claim that it can be circumvented within two minutes.

News archive