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
}
} )();
Mother Nature prevented baseball at Fenway Park on Saturday, so the Red Sox and the Twins will play two Sunday.
Game 1 of the doubleheader will mark Vaughn Grissom’s return to Boston’s starting lineup. Grissom was recalled from Triple-A Worcester on Friday and entered the series opener in extra innings, but he hasn’t been in Alex Cora’s starting nine since June 1. The 23-year-old will play second base and bat sixth in the matinee matchup.
Nick Pivetta will be on the mound for the Red Sox looking to bounce back from his underwhelming start Tuesday in Tampa Bay. The veteran right-hander will be caught by Danny Jansen and opposed by Pablo López, who has only suffered one loss since July 6.
Here are the lineups for Red Sox-Twins Game 1:
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
Nick Pivetta, RHP (5-11, 4.37 ERA)
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)