Closed (duplicate)
Project:
Embedded Media Field
Version:
6.x-1.0
Component:
Providers
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 May 2009 at 09:21 UTC
Updated:
5 Aug 2009 at 03:25 UTC
YouTube now has an HD option that generally results in the best playback of content. The YouTube provider admin option appears to turn on high quality via an option called "Use YouTube high quality content". In the YouTube provider piece, a line needs to be changed to take advantage of this HD feature. In the youtube.inc file at /contrib/emvideo/providers line 290 needs to be changed to
$high_quality = $high_quality ? '&hd=1' : '';
This has been tested on youtube videos that were uploaded in hd quality. This has not been tested on youtube videos that were not uploaded in hd quality.
Comments
Comment #1
robloach#303756: Patch allowing for high quality content from youtube