Hi,

GameTrailers embed code changed recently and new videos can not be added with the current code anymore. Therefore I suggest changing the line 99 of video_filter.codecs.inc from:
'ratio' => 480 / 392,
to:
'ratio' => 16 / 9,

and line 292 from:
$video['source'] = 'http://www.gametrailers.com/remote_wrap.php?mid=z'.$match;
to:
$video['source'] = 'http://media.mtvnservices.com/mgid:moses:video:gametrailers.com:'.$match;

Old videos are also working with my suggested change, but of SD quality. As things changed on GT side, unfortunately SD-HD choice looks not to be available in the player anymore.

Any comments?

Tx.

Comments

blackdog’s picture

Version: 6.x-3.x-dev » 7.x-3.x-dev
Status: Active » Fixed

This is now fixed in 6.x & 7.x. Also changed the codec to use iframe.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.