I need to implement a video playback speed controller (e.g.: play the video at 1/2 speed) for youtube videos, and I\'m thinking that HTML5 is currently the only way to do this (
$('#video').playbackRate = 3.0 or $('video').playbackRate = 3.0 depending on version