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
}
} )();
Alex Cora reaffirmed his commitment to leading the Boston Red Sox, signing a three-year extension during the 2024 season.
Boston did not finish the season favorably, going 81-81 and finished in third place in the American League East. Nonetheless, Cora made his feelings felt at the end of season press conference, challenging his Red Sox players to improve their physical abilities in the offseason and proclaimed that the 2025 season will be “fun again” at Fenway Park.
Cora joined NESN’s Tom Caron and The Boston Globe’s Alex Speier on the “310 To Left” podcast to share his optimism for the offseason ahead, roster improvements and the future for the 2025 season with the Red Sox.
You can check out the full interview on Spotify and find more clips of “310 To Left” on NESN’s YouTube page.