window[‘TVEPlayer’] = “1705741332549379442”;
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
}
} )();
Celtics fans were outraged to see how Steve Kerr utilized Jayson Tatum during the Paris Olympics, but one of his teammates took a different tone.
Tatum featured in all but two of Team USA’s games during its gold medal run. Those games were against Serbia, and Kerr highlighted a “math” issue when it came to his rotations. That excuse baffled Boston fans and franchise legends. However, Tatum’s Celtics and Olympic teammate Jrue Holiday didn’t seem too irked about the decision.
“I think everybody knows JT — he’s the ultimate professional,” Holiday told reporters Wednesday, per Noa Dalzell of CLNS. “He already knows what it is and what the ultimate goal is. I don’t think he needed any encouragement. I think it’s more so like staying ready whenever it’s his time to be called.”
Tatum received minutes in Team USA’s other games, but fans felt the Celtics star was disrespected and overlooked due to his impressive résumé after winning his first NBA championship.
Jaylen Brown didn’t hesitate to take any shots over his Team USA roster snub or Tatum’s benching. The summer drama could end up benefitting Boston by motivating it for its repeat run, which could explain the team’s subdued reaction.