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 even up their season record Wednesday, as they take on the Tampa Bay Rays at Tropicana Field.
How many changes will Boston manager Alex Cora make following a series-opening loss?
None.
Yes, you read that correctly. The Red Sox will roll out the same exact lineup on back-to-back days, marking just the third time they’ve done so all season. Romy Gonzalez, who came on to belt a pinch-hit home run Tuesday, can be expected to make an appearance.
The Rays will make more than a few changes, as Jonny DeLuca, Austin Shenton, Taylor Walls and Ben Rortvedt will enter the lineup for Yandy Diaz, José Caballero, Logan Driscoll and Jose Siri.
The Sox and Rays are scheduled to take the field in St. Petersburgh, Fla. at 6:50 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 (75-76)
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
Tanner Houck, RHP (8-10, 3.24 ERA)
TAMPA BAY RAYS (74-77)
Christopher Morel, LF
Brandon Lowe, 2B
Junior Caminero, 3B
Jonathan Aranda, 1B
Josh Lowe, RF
Jonny DeLuca, CF
Austin Shenton, DH
Taylor Walls, SS
Ben Rortvedt, C
Ryan Pepiot, RHP (8-6, 3.76 ERA)