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
}
} )();
BOSTON — Craig Breslow did not get the Red Sox to the playoffs in his first season as the club’s chief baseball officer. That’s been the case for three years in Boston and Breslow must find a way to push through in Boston.
The Red Sox have plenty of young talent, no question about it. Now, there are roster improvements and balances needed to get Boston to October baseball. Breslow previewed those guidelines at the team’s end-of-season press conference on Monday.
“The reality is we shouldn’t have to look behind the scenes to determine progress,” Breslow said at Fenway Park. “That should be readily demonstrated by the product we put out on the field at Fenway every day.”
So, what does Breslow believe the Red Sox need to do for that product to determine progress and success?
“We need to improve our defense,” Breslow said. “We can point to a defense at the bottom of the league, especially our infield defense. We had the second most blown saves in the league, so shoring up our bullpen. Obviously, our lineup is pretty imbalanced in terms of being left-handed heavy. Figuring out how to balance that out and take advantage of the short left field wall.”
Options for improvements should come in all forms to improve the Red Sox from 2025. There’s money off the books and a deep prospect pool to work with. A decisive winter must be in store for Breslow.