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
}
} )();
It took three weeks, but New England Patriots fans eventually got what they expected.
The Patriots followed up a pair of competitive, hard-fought performances with a primetime pantsing at the hands of the New York Jets at MetLife Stadium on Thursday night. New England suffered a 24-3 defeat in a game that didn’t feel as close as the final score. It was over midway through the second quarter after Aaron Rodgers and company scored touchdowns on two of their first three possessions.
New England’s offensive line was at its worst. The Patriots allowed seven sacks and 15 quarterback hits. Next Gen Stats had New England’s offensive line for 22 pressures on 35 dropbacks (62.9% of dropbacks), per the Boston Herald’s Doug Kyed.
The ground-and-pound Patriots, who entered the game with one of the league’s best rushing attacks, didn’t do any grounding or pounding. New England ran the ball just 15 times in the contest, including just twice before Gang Green took a 14-0 lead.
more patriots
On the defensive side of the ball, the Patriots missed 14 tackles and gifted the Jets 100 additional yards of offense. Think about that: New England allowed New York to cover the length of a football field in yards after missed tackles.
We knew the Patriots did not have a talented roster. They have major weak spots along the offensive line and at receiver. Injuries to a few key positions — the Patriots sorely missed starting linebacker Ja’Whaun Bentley — confirmed New England’s depth cannot stand up to the competition.
It took three weeks for the Patriots to put it on display. But with the lights at their brightest Thursday night, New England looked like the team that had the lowest projected win total entering the season.