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 didn’t factor into the Patriots’ plans for New England’s road win over the Cincinnati Bengals in Week 1.
It doesn’t sound like he will in Week 2, either.
Patriots head coach Jerod Mayo was asked about Baker on Wednesday, and more specifically, whether being designated as a healthy scratch last week was a disciplinary move.
“I don’t want to get into a lot of that,” Mayo said, per team-provided video. “I will say, he has to continue to progress and continue to develop — both on and off the field. That’s my responsibility, ultimately.”
Baker found himself in some hot water a few weeks back, taking to Instagram Live while ranting about a police officer who pulled him over and gave him a ticket. Mayo condemned the decision, saying it “in no way represents what the organization is about, in no way represents what we are about as a team or how Javon needs to go out there and represent himself.”
The Patriots only had five active wide receivers against the Bengals, with K.J. Osborn, DeMario Douglas, Tyquan Thornton and Ja’Lynn Polk serving as the only wideouts to actually see the field. Kayshon Boutte dressed but did not play.
Baker is healthy, but given what Mayo had to say about his development mid-week, it doesn’t look like he’ll be called upon Sunday against the Seattle Seahawks at Gillette Stadium.