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 continue their seven-game road trip against the Tampa Bay Rays on Tuesday night.
Boston is coming off a series loss to the rival New York Yankees over the weekend while Tampa Bay is riding a two-game losing streak after it split a series with the Cleveland Guardians.
The Red Sox enter Tuesday night four games back of the final American League wild-card spot.
Wilyer Abreu will return to the Red Sox lineup against Tampa Bay right-hander Shane Baz. Triston Casas is back at first base and will bat seventh.
The Red Sox will counter with right-hander Nick Pivetta, who has allowed two runs or less in each of his last three starts.
First pitch from Tropicana Field is scheduled for 6:50 p.m. ET, and you can watch it live on NESN after an hour of pregame coverage.
You can check out the lineups for both teams here.
RED SOX (75-75)
Jarren Duran, CF
Rafael Devers, 3B
Tyler O’Neill, LF
Masataka Yoshida, DH
Connor Wong, C
Wilyer Abreu, RF
Triston Casas, 1B
Trevor Story, SS
Ceddanne Rafaela, 2B
Nick Pivetta, (5-10, 4.24 ERA)
RAYS (73-77)
Yandy Díaz, DH
Brandon Lowe, 2B
Junior Caminero, 3B
Jonathan Aranda, 1B
Christopher Morel, LF
Josh Lowe, RF
José Caballero, SS
Logan Driscoll, C
Jose Siri, CF
Shane Baz, RHP (2-3, 3.28 ERA)