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
}
} )();
When the Boston Red Sox arrive at Citi Field for a three-game series on Monday night against the New York Mets, they’ll see a familiar face across the field.
With September rosters expanding, the Mets called up infielder Pablo Reyes to the MLB roster. Reyes has yet to play in the majors since joining New York after Boston traded him back in May.
From his 2023 walk-off grand slam against the Kansas City Royals to taking the mound to pitch, Reyes had a few memorable moments in a Red Sox uniform in a short stint in Boston. The infielder played in 85 games across two seasons, slashing .260/.312/.335 with two home runs and a .647 OPS.
The Red Sox will also see former Boston players J.D. Martinez, Adam Ottavino and Jose Iglesias in the three-game set against the Mets. Boston returns to Citi Field for the first time since 2021 as both teams look to make a push in their respective wild-card races.