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
}
} )();
Christian Barmore will not need to worry about his finances as he works his way back to the New England Patriots.
Barmore, who was hospitalized with blood clots in late July, will receive his full 2024 salary despite being on the non-football injury list, according to NFL Media’s Ian Rapoport. NFL teams are not required to pay players on NFI.
New England’s decision to place Barmore on NFI rather than injured reserve keeps the door open for a potential return.
“That was just leaving open the possibility,” Patriots head coach Jerod Mayo told reporters after New England’s 53-man roster cutdown. “Once again, look, we want Barmore to be healthy, and when he’s healthy, he’ll be out there.”
Barmore will miss at least the first four weeks of the season, per NFL rules.
The 2021 second-round pick was set to enter the final year of his rookie contract. Barmore agreed to a four-year extension with the Patriots prior to his hospitalization. That four-year, $83 million agreement goes into effect for the 2025 campaign.