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 Patriots lost their third straight game, and it was another anemic showing for Jacoby Brissett. The veteran signal-caller completed 19 of 32 passes for 168 yards and one touchdown, but the starting QB threw a pick-six in the first quarter and fumbled three times in the loss.
Jerod Mayo was asked once again about the quarterbacks after the loss, and once again, the Patriots head coach sounded like a broken record. His answer sounded pretty much the same as it had over the past three weeks.
“At this point, Jacoby is our starting quarterback,” Mayo said. “I haven’t watched the film or anything like that. He’s been a great leader. He just broke down the huddle after I talked to the guys. We have to watch the film. We have a long flight to go back and watch the film, and we’re always evaluating every single position.”
Even though Brissett is not having the best of seasons, playing Drake Maye at this point in the season may not just destroy the rookie’s confidence; it could get him seriously hurt, given how bad the offensive line has played all season. Patriots quarterbacks have been sacked 17 times for a loss of 109 total yards.