window[‘TVEPlayer’] = “1705741206383587235”;
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 the New York Yankees will wrap up their four-game series Sunday afternoon in the Bronx.
With left-hander Carlos Rodón toeing the rubber for Aaron Boone’s bunch, the visitors turned in a starting lineup featuring predominately right-handed hitters. Connor Wong will take over for Triston Casas at first base, while Boston’s outfield initially will not feature Wilyer Abreu. Danny Jansen will do the catching for Kutter Crawford.
The series finale will mark Crawford’s fourth start against the Yankees this season. The most recent was July 27 when the right-hander allowed five runs on eight hits over 4 2/3 innings. But that was only 20 days after Crawford silenced New York over seven shutout frames.
Here are the starting lineups for Sunday’s Red Sox-Yankees game:
RED SOX (75-74)
Jarren Duran, LF
Romy González, 2B
Rafael Devers, 3B
Tyler O’Neill, RF
Connor Wong, 1B
Masataka Yoshida, DH
Trevor Story, SS
Danny Jansen, C
Ceddanne Rafaela, CF
Kutter Crawford, RHP (8-14, 4.09 ERA)
YANKEES (86-63)
Gleyber Torres, 2B
Juan Soto, RF
Aaron Judge, CF
Jazz Chisolm Jr., 3B
Giancarlo Stanton, DH
Jasson Domínguez, CF
Anthony Volpe, SS
Oswaldo Cabrera, 1B
Jose Trevino, C
Carlos Rodón, LHP (14-9, 4.15 ERA)