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
}
} )();
Aaron Rodgers has been at it so long that NFL quarterbacks who grew up watching him now get to play against him, which was what Patriots rookie Drake Maye got to do Thursday.
Maye’s debut came in the closing minutes of New England’s horrendous loss to the New York Jets at Metlife Stadium. It showed why it might be too soon to replace Jacoby Brissett and highlighted the other problems with the offense.
Still, Maye got to shake hands with Rodgers after the game and even called his childhood idol the “GOAT.” As far as the details of their postgame conversation, they stood behind closed doors.
“That’s a private conversation,” said when WEEI’s Tom Carroll asked if he had any advice for Maye.
It’s an answer that shouldn’t come as a surprise when it comes to Rodgers. He and Robert Saleh had interesting answers when it came to their awkward sideline interaction. But the 41-year-old never hesitates to take a shot at others in his news conferences as he did with Mel Kiper Jr.
Maye’s been a sponge throughout the offseason when it comes to taking in advice from coaches and veterans, so it’s safe to say that if Rodgers said anything insightful to the rookie, it will stick.