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’s playoff hopes continue to dwindle, but they can still finish the season strong and play spoiler in the middle matchup of their series against the Twins.
Minnesota outlasted Boston in extra innings at Fenway Park on Friday. The 4-2 loss resulted in frustration in the Red Sox clubhouse, and Rafael Devers’ nagging shoulder injury added to that. The star slugger might be shut down for the season as he is out of the lineup in Saturday’s matinee matchup.
Romy González starts at second base and will bat second ahead of Masataka Yoshida, who is back at designated hitter. Tyler O’Neill will get the day off, and Vaughn Grissom will start at second base after he was called up Friday. Danny Jansen will rotate in at catcher for starter Kutter Crawford.
The Red Sox also reinstated Luis García ahead of Saturday’s matchup and optioned starter Cooper Criswell.
First pitch for Red Sox-Twins is scheduled at 4:10 p.m. ET, and you can catch full coverage on NESN, including an hour of pregame.
Here are the starting lineups for Boston and Minnesota.
BOSTON RED SOX (76-78)
Jarren Duran, LF
Romy González, 3B
Masataka Yoshida, DH
Trevor Story, SS
Triston Casas, 1B
Vaughn Grissom, 2B
Wilyer Abreu, RF
Danny Jansen, C
Ceddanne Rafaela, CF
Kutter Crawford, RHP (8-15, 4.19 ERA)
MINNESOTA TWINS (81-73)
Byron Buxton, CF
Trevor Larnach, DH
Carlos Correa, SS
Matt Wallner, RF
Royce Lewis, 3B
Willi Castro, LF
Ryan Jeffers, C
Carlos Santana, 1B
Kyle Farmer, 2B
Pablo López, RHP (15-8, 3.84 ERA)