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 and Minnesota Twins will be back on the diamond at Fenway Park for Game 2 of Sunday’s doubleheader.
Boston took Game 1 of the doubleheader Sunday afternoon by an 8-1 verdict after Triston Casas blasted three home runs for the first time in his career.
Red Sox manager Alex Cora, who was ejected just one out into Sunday afternoon’s game, made a few tweaks to the lineup ahead of the nightcap.
Connor Wong will replace Danny Jansen behind the plate and catch Kutter Crawford. Shortstop Nick Sogard will replace Trevor Story while second baseman Enmanuel Valdez will replace Vaughn Grissom.
The Twins will counter with right-hander Zebby Matthews.
more red sox
First pitch is scheduled for 5:35 p.m. ET, and you can watch it on NESN.
Here are the lineups for both the Red Sox and Twins entering Game 2:
RED SOX (77-78)
Jarren Duran, LF
Romy González, 3B
Masataka Yoshida, DH
Connor Wong, C
Triston Casas, 1B
Nick Sogard, SS
Wilyer Abreu, RF
Enmanuel Valdez, 2B
Ceddanne Rafaela, CF
Kutter Crawford, RHP (8-15, 4.19 ERA)
TWINS (81-73)
Byron Buxton, CF
Trevor Larnach, DH
Carlos Correa, SS
Matt Wallner, RF
Royce Lewis, 3B
Willi Castro, LF
Carlos Santana, 1B
Kyle Farmer, 2B
Christian Vázquez, C
Zebby Matthews, RHP (1-3, 6.30 ERA)