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 look to salvage their first win in five tries Wednesday, as they meet the New York Mets in a series finale at Citi Field.
Boston manager Alex Cora will simplify things as he looks to help his club get on track.
Jarren Duran and Rafael Devers return to the top of the order, batting leadoff and second, respectively. Wilyer Abreu and Tyler O’Neil will be the protection, giving the Red Sox a pair of power bats in the three and four spots. Masataka Yoshida will bat fifth with Triston Casas in the six hole.
Connor Wong will replace Danny Jansen behind the dish, while Enmanuel Valdez and Nick Sogard round out the order as the double-play combination. Ceddanne Rafaela will get the night off.
The Sox and Mets are scheduled to take the field at Citi Field at 7:10 p.m. ET, and the action can be seen on NESN following an hour of pregame coverage. We’ve got the projected lineups here.
BOSTON RED SOX (70-69)
Jarren Duran, CF
Rafael Devers, 3B
Wilyer Abreu, RF
Tyler O’Neill, LF
Masataka Yoshida, DH
Triston Casas, 1B
Connor Wong, C
Enmanuel Valdez, 2B
Nick Sogard, SS
Tanner Houck, RHP (8-9, 3.12 ERA)
NEW YORK METS (68-68)
Francisco Lindor, SS
Brandon Nimmo, LF
Mark Vientos, 3B
Pete Alonso, 1B
Jesse Winker, DH
Tyrone Taylor, RF
Jeff McNeil, 2B
Francisco Alvarez, C
Harrison Bader, CF
Tylor Megill, RHP (3-5, 4.82 ERA)