window[‘TVEPlayer’] = “1705741278110361576”;
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 Red Sox and Yankees quickly quieted down any controversy from last weekend, but Aaron Boone made sure to get the last word.
Saturday’s Boston-New York matchup got testy when Gerrit Cole hit multiple Red Sox batters. The reigning Cy Young winner also hit Rafael Devers, and there seemed to be an attempt at retaliation when Brayan Bello threw behind Aaron Judge.
Alex Cora and Boone got heated after the game, including about Cole intentionally walking Devers with one out and no runners on base. Cora’s comments about allegedly targeting Judge didn’t elicit discipline from MLB, but Boone made sure to get a public jab in at the Red Sox skipper after the ruling.
“I feel like we’re past this weekend,” Boone told reporters Tuesday, per MLB.com’s Bryan Hoch. “Chances are, we’re not going to play them anymore this year. We’ve got too much important things going on in front of us to really get caught up in that.”
It sounds like Cora isn’t the only one watching the standings.
The Red Sox went down five games behind for the final American League wild-card spot after Tuesday’s loss to the Tampa Bay Rays. Meanwhile, the Yankees went up four games atop the AL East. Boston will need a longshot if it hopes to get revenge on New York again this season.