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 will be without a key offensive lineman in their season opener against the Cincinnati Bengals.
New England on Friday ruled Sidy Sow out for Week 1 due to an ankle injury. The second-year guard did not participate in practice this week, but he and head coach Jerod Mayo noted the injury was not serious.
The Patriots also listed running back Antonio Gibson (hip), left tackle Vederian Lowe (abdomen) and linebacker Joshua Uche (foot) as questionable.
Gibson was limited in practice Thursday and Friday, and Mayo told reporters Friday the team would “see how it goes.” Lowe also was limited in practice this week, and Mayo hinted at a possible rotation with the offensive line, which could be the case even if the left tackle was active. Uche was a full participant in practice after he started the week with limited participation.
The Bengals listed wide receiver Ja’Marr Chase (rest) as questionable and Tee Higgins (hamstring) as doubtful for Week 1. It’s possible Cincinnati could join New England by being down one of their key players.