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 will take the diamond against the New York Mets at Citi Field on Tuesday night hoping to halt a skid.
Boston, which has lost four of its last five, is coming off a 4-1 defeat to New York on Monday.
Rob Refsnyder will replace Jarren Duran in the leadoff spot and play left field while Duran patrols center and Tyler O’Neill heads to right field. Danny Jansen will catch for Kutter Crawford, who is coming off a performance against the Toronto Blue Jays last week when he allowed two runs in 6 2/3 innings.
The Mets will counter with left-hander David Peterson, who has thrown seven or more innings in each of his last three starts.
First pitch from Citi Field is scheduled for 7:10 p.m. ET, and you can watch it live on NESN after an hour of pregame coverage.
Check out the lineups for both teams here.
BOSTON RED SOX (70-68)
Rob Refsnyder, LF
Jarren Duran, CF
Tyler O’Neill, RF
Rafael Devers, 3B
Romy Gonzalez, 1B
Masataka Yoshida, DH
Danny Jansen, C
Ceddanne Rafaela, SS
Nick Sogard, 2B
Kutter Crawford, RHP (8-12, 4.12 ERA)
NEW YORK METS (74-64)
Francisco Lindor, SS
Brandon Nimmo, CF
Mark Vientos, 3B
Pete Alonso, 1B
Jesse Winker, DH
Starling Marte, RF
Jose Iglesias, 3B
Jeff McNeil, 2B
Francisco Alvarez, C
David Peterson, LHP (8-1, 2.83 ERA)