window[‘TVEPlayer’] = “1705741206383587235”;
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
}
} )();
The New England Patriots found momentum with a few chunk plays against the Seattle Seahawks, but could not cash in on one particular moment in Sunday’s 23-20 loss.
New England’s offense benefited from a productive effort from Antonio Gibson, who tallied 96 yards on the ground. He stood out with a 45-yard run in the fourth-quarter. From there, the Patriots stalled on offense, quarterback Jacoby Brissett lost nine yards on a third-down sack and Seattle blocked Joey Slye’s 48-yard field goal attempt. The Seahawks would go on to tie the game and earn the victory in overtime.
The Patriots had a chance to capitalize on momentum and add on to a fourth-quarter lead. Instead, the offense could not stay on schedule in a sequence that eventually helped decide the game.
“It’s tough, man,” Brissett told reporters, per team-provided video. “You get that big play and get all the momentum. Now, you’re going the opposite way. In those critical situations, we gotta find a way. I think that was the moment in the game where we gotta put them away. They gave us the light and we didn’t take it this time. We just gotta find a better way to capitalize on those, especially when we get down there this late in the game against a really good team. They don’t give you many opportunities. Gotta take advantage of those.”
New England went 6-for-16 on third down in the team’s first loss of the season. The Patriots are right back on the field on Thursday night to start Week 3 at MetLife Stadium against the New York Jets.