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 suffered a disappointing loss Sunday but will look to turn the page as they head to New York to face the Mets.
Boston lost, 4-1, to the Detroit Tigers at Comerica Park after Coopper Criswell was pulled following four perfect innings and the offense went cold again.
Ceddanne Rafaela and Tyler O’Neill didn’t play Sunday due to rest, but they’ll be back in the lineup at shortstop and left field, respectively, to try to give the Red Sox a boost. Enmanuel Valdez, who was called up from Triple-A Worcester on Sunday, will start alongside Rafaela at second base.
Brayan Bello will toe the rubber for Boston opposite Mets starter Luis Severino.
First pitch for Red Sox-Mets at Citi Field is scheduled at 7:10 p.m. ET, and you can catch full coverage on NESN after an hour of pregame.
Here are the starting lineups for both sides for Monday night’s matchup.
BOSTON RED SOX (70-67)
Jarren Duran, CF
Wilyer Abreu, RF
Tyler O’Neill, LF
Rafael Devers, 3B
Triston Casas, 1B
Masataka Yoshida, DH
Connor Wong, C
Enmanuel Valdez, 2B
Ceddanne Rafaela, SS
Brayan Bello, RHP (12-6, 4.66 ERA)
NEW YORK METS (73-64)
Francisco Lindor, SS
Brandon Nimmo, CF
Pete Alonso, 1B
Jesse Winker, DH
Jose Iglesias, 3B
Jeff McNeil, 2B
Starling Marte, RF
DJ Stewart, LF
Luis Torrens, C
Luis Severino, RHP (9-6, 3.96 ERA)