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 and the White Sox will wrap up their three-game series Sunday afternoon at Fenway Park.
Richard Fitts will make his Major League Baseball debut in the matinee matchup. Fitts, who Boston acquired in the Alex Verdugo trade with the New York Yankees, was added to the Red Sox’s active roster Sunday morning. The 24-year-old owned a 9-5 record with a 4.17 ERA over 23 starts with Triple-A Worcester before his promotion.
On the diamond, Trevor Story will make his second straight start after returning to Boston’s lineup Saturday evening. Story will patrol the middle of the infield with Enmanuel Valdez, who’s back in the starting lineup after sitting out the middle game.
Chicago will counter Fitts with fellow righty Chris Flexen, who’s coming off a 3 1/3-inning outing in Baltimore on Monday when he allowed three runs on seven hits.
Here are the lineups for Sunday’s White Sox-Red Sox game:
RED SOX (72-70)
Jarren Duran, CF
Rafael Devers, 3B
Wilyer Abreu, RF
Tyler O’Neill, LF
Masataka Yoshida, DH
Connor Wong, C
Triston Casas, 1B
Trevor Story, SS
Enmanuel Valdez, 2B
Richard Fitts, RHP (0-0, 0.00 ERA)
WHITE SOX (32-111)
Zach DeLoach, DH
Luis Robert Jr., CF
Andrew Benintendi, LF
Andrew Vaughn, 1B
Korey Lee, C
Lenyn Sosa, 2B
Dominic Fletcher, RF
Miguel Vargas, 3B
Jacob Amaya, SS
Chris Flexen, RHP (2-14, 5.36 ERA)