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 Boston Red Sox fell short of the postseason in 2024 for the third consecutive season.
Alex Cora believes pitching and defense made the difference in collective stretches of struggles throughout the season. Boston’s manager ultimately believe those two facets of the sport separated the ballclub from the rest of the postseason field in 2024.
“I honestly think that the two pillars that winning teams have is pitching and defense,” Cora told NESN’s Tom Caron on Friday. “They don’t slump throughout the season when you’re winning 95 games, even 88.”
Cora cited the Detroit Tigers as a team that excelled in pitching and defense throughout the second half that now has them on the doorstep of a postseason berth for the first time in 10 years. The Red Sox manager knows that consistency must return to Boston for 2025.
“They play good defense, pitching and obviously timely hitting,” Cora added. “You gotta be consistent in those two departments. This year, for X or Y reason, we weren’t consistent at all.”
Boston had baseball’s best team ERA for most of April and now sits at 16th in the sport with a 4.05 ERA. Additionally, the Red Sox once again led the American League with 115 errors in 2024.
The Red Sox seek a clean weekend in those areas as they round out the regular season against the Tampa Bay Rays to close out the 2024 season at Fenway Park.