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 Cincinnati Bengals could very well be short-handed when they open their regular season against the New England Patriots on Sunday.
Bengals wide receiver Ja’Marr Chase has not practiced as he awaits a contract extension. Chase, who is set to enter the final year of his rookie deal, was present for practice Monday but did not participate.
Oddsmakers at FanDuel Sportsbooks on Wednesday moved the Bengals from 9.5-point home favorites to 7.5. That development caused some to question whether or not bookmakers might know something about the Chase situation.
And while appearing on the “Pat McAfee Show” on Tuesday, ESPN’s Adam Schefter indicated Chase won’t play unless the contract extension is in place.
“If he’s going to play at all this week against New England, that deal has to get done,” Schefter told McAfee.
Bengals head coach Zac Taylor told reporters earlier this week Cincinnati would “adapt” if the star wide receiver opts to sit out. Patriots head coach Jerod Mayo on Wednesday told reporters New England is planning as if Chase will take the field.