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
}
} )();
Javon Baker’s Patriots tenure isn’t off to the best start.
Baker, who immediately gained attention in New England with his post-draft bravado, struggled as the Patriots wrapped up the preseason. Those growing pains coincided with a late-summer traffic incident, which prompted a social media outburst that didn’t sit well at all with head coach Jerod Mayo.
The rookie wide receiver unsurprisingly was a healthy scratch for New England’s Week 1 win in Cincinnati, and Mayo wasn’t interested in expanding on the designation. Baker was similarly tight-lipped when he spoke about the DNP with A to Z Sports’ Sophie Weller.
“I don’t know,” Baker told Weller on Wednesday. “You got to talk to Coach Mayo on that one. I don’t know. I’m just playing my role. Doing what I got to do.”
Fortunately for the Patriots, three of their top five picks in the 2024 draft made real contributions last Sunday at Paycor Stadium. Layden Robinson, Ja’Lynn Polk and Caedan Wallace all were part of the equation, with the guard even playing every offensive snap.
Time will tell when Baker is given the opportunity to join those peers as a gameday contributor. It most likely won’t be Sunday when New England hosts the 1-0 Seattle Seahawks.