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 seemed to make an intriguing personnel decision Sunday.
Michael Jordan worked with the top offensive line during warmups prior to New England’s matchup with the Cincinnati Bengals, signaling that he could get the start at Paycor Stadium.
The Patriots had a decision to make, with Jordan and Nick Leverett serving as the primary options to fill in along the offensive line for Sidy Sow, who was inactive with an ankle injury. Jordan, a practice squad elevation, seems to have gotten the call.
New England looks like it will roll with Chukwuma Okorafor-Jordan-David Andrews-Layden Robinson-Mike Onwenu as the starting line combination in Cincinnati. Vederian Lowe, who was once viewed as the starting left tackle, will be active but isn’t expected to play after missing considerable practice time over the last few weeks. Leverett is the only backup center option currently slated to be active, so the Patriots likely didn’t want to risk having both options at center playing at the same time.
Is Jordan up for the task? It remains to be seen.