LWN.net Logo

Youtube

Youtube

Posted Jun 16, 2010 8:50 UTC (Wed) by mjr (subscriber, #6979)
In reply to: Youtube by cowsandmilk
Parent article: Adobe pulls Flash player for 64 bit linux (TechWorld)

Overlays (eg. ads) are not exactly a problem to insert onto html5 video via canvas and/or svg. Probably easier to filter on the browser end, though, as the ads would be inserted by the browser itself and not a third-party binary blob interpreting another.

Generally, forcing something using open technologies doesn't work for savvy circumventers; I don't think that's a major problem for the ad business though since most people don't bother to block ads anyway.

Anyway, see http://ajaxian.com/archives/dynamic-content-injection-wit... for a video overlay sample.


(Log in to post comments)

Youtube

Posted Jun 17, 2010 0:20 UTC (Thu) by elanthis (guest, #6227) [Link]

It would not be too terribly difficult to do. The trick really just lies in how the server integrates with the ad display, which can be as simple as streaming an ad without seek support before the video itself, or as complex as using AJAX calls regarding ad display time, mouse behaviour, and clicks back to the server for usage pattern verification before streaming videos. Truly savvy users could get around having to see the ads but not get around necessary pauses and wait time before the video plays, which pretty much negates any reason to block the ads in the first place.

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds