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 have a decision to make with under two weeks until the start of the NFL regular season.
Jacoby Brissett returned to Foxboro in the offseason as the likely choice to start the season, given his veteran status. Since then, rookie Drake Maye played his way into a legitimate debate about which quarterback should be under center on Sept. 8 against the Cincinnati Bengals.
NFL insider Ian Rapoport contextualized the decision to be made, understanding that such a process goes much further than comparing recent performances.
“It really is a multi-faceted decision,” Rapoport shared on NFL Network on Monday. “It’s simply not, ‘Who throws the ball well? Who played better in the last game?’ Then you’d say, ‘Cool. Drake Maye, get out there and go play.’ It is also having a veteran who could come in and withstand all the different things that come in an NFL game. Is the offensive line good enough to block for someone that might take a split second more in making decisions?”
Rapoport knows the Patriots need to judge the team’s collective chance for success between sticking with a veteran or siding with the higher potential of the rookie. Rapoport added that it’s likely a matter of when Maye takes the field this season, not if he does for the Patriots.
First-year head coach Jerod Mayo added that he expected the Patriots to make a decision on the starting quarterback early this week. When that decision will be shared publicly is a different question.