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
}
} )();
Monday was a big day for former Patriots.
Mac Jones stole the show with an utterly horrendous Jacksonville Jaguars debut in Buffalo, which ignited an avalanche of reactions from New England fans. But the final day of Week 3 also saw a trio of ex-Patriots find new homes.
Jalen Mills reportedly signed to the New York Jets’ practice squad. Mills became familiar with the Meadowlands after signing with the Giants in March, but he was released by Brian Daboll’s side in mid-August. The versatile defensive back spent the last three seasons in New England, where he signed a four-year, $24 million deal in March 2021.
Calvin Anderson, meanwhile, reportedly latched on with the Steelers. Pittsburgh needed offensive line help after placing tackle Troy Fautanu, the 20th overall pick in this year’s draft, on injured reserve. Anderson only played two games with the Patriots last season due to a bout with malaria and an ensuing heart contusion and he was released by New England in late August.
Jalen Reagor rounded out the group of three former Patriots who joined a new team Monday. The 2020 first-round pick, who left New England last week in pretty embarrassing fashion, reportedly joined the Los Angeles Chargers’ practice squad.