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
}
} )();
Who the Patriots starting quarterback will be was in the spotlight after Thursday’s horrendous loss, and Jerod Mayo continued to contradict himself.
New England went to Drake Maye in the closing minutes of its 24-3 loss at Metlife Stadium. The offense wasn’t dramatically better with the rookie under center, and it showed why Jacoby Brissett should remain the starter. However, Mayo kept the door open for a possible change.
“I don’t know,” Mayo told reporters, per WBZ. “Look, we talk about every single week you’re competing for a job. So, we’ll get together as a coaching staff and see where it goes.”
The Patriots seemingly got together overnight for Mayo to make a blunt statement Friday morning.
“Jacoby is our quarterback until I say he’s not the quarterback,” Mayo told reporters, per the Patriots. “I thought last (Thursday) night he showed a lot of toughness, a lot of grit. Protection breakdowns, tried to what we asked him to do. But I would say as a team, as a coaching staff, we just got to be better.”
The head coach added that “everything was under evaluation” and reiterated that Brissett was the starter until he said otherwise. It still was a quick change in tone from Mayo. And while it’s the right decision, it felt weird to leave a hanging thread for Mate as the starter. It felt reminiscent of the beginning of the season when Mayo went to unnecessary lengths to tease who the Week 1 starter would be.
Luckily for the Patriots head coach, he and his staff will get extended time to fix mistakes — if they are amendable — and prepare for the San Francisco 49ers in Week 4.