window[‘TVEPlayer’] = “6361794327112”;
if( typeof window[‘NEILSENTRACE’] !== ‘undefined’ ){
window[‘NEILSENTRACE’].init();
} else {
console.log(“Neilsen not ready at player ready”);
}
// Fix for PRDT-3013
// Code will check for presence of brightcove player and attempt to autoplay if it isn’t playing
// due to an error in another player plugin
( () => {
try {
const CHECK_INTERVAL = 500; //check every .5 seconds
const CHECK_MAX_ITERATIONS = 120; //check for max 60 seconds
//checks that the video isn’t playing
const isVideoPlaying = ( player ) => {
return !!( 0 < player.currentTime() && !player.paused() && !player.ended() && 2 {
if ( !window[ 'videojs' ] || !window[ 'videojs' ].getPlayer( window[ 'TVEPlayer' ] ) ) {
if ( checkCount++ <= CHECK_MAX_ITERATIONS ) { //retry for 60 seconds
setTimeout( checkForPlayer, CHECK_INTERVAL );
}
} else {
//we found the player, now play it
const player = window[ 'videojs' ].getPlayer( window[ 'TVEPlayer' ] );
if ( player && !isVideoPlaying( player ) && 'muted' === player.autoplay() ) {
player.play();
}
}
};
checkForPlayer();
} catch ( e ) {
window.nesn_debug && console.warn( 'Error trying to force autoplay of video', e ); // eslint-disable-line no-console
}
} )();
NFL football is back!
Week 1 featured some wild games including the Patriots surprising 16-10 upset over the Bengals. It earned Jerod Mayo his first win as head coach, making him our VA Hero of the Week.
The Patriots took charge of the game early with a Rhamondre Stevenson touchdown and continued to dominate in the run game during the win. The Pats also played mistake-free football on offense, winning the turnover battle 2-0.
Mayo joins Ron Meyer, Raymond Berry, Dick MacPherson and Pete Carroll as the only Patriots coaches to earn a win in their first regular-season game. He went home with the game ball after an impressive victory in his debut.
For more on Mayo’s first win as an NFL head coach, check out the video above presented by VA New England healthcare.