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 and Toronto Blue Jays continue their four-game set from Fenway Park on Wednesday, with the former hoping to keep their postseason hopes alive.
Rafael Devers will not be in the lineup to aid in that effort.
Devers will start on the bench for the second consecutive game, having missed Boston’s win over Toronto on Tuesday with nagging shoulder injuries. It’s been an annoyance all season for the 27-year-old, who has now missed three games over the last three weeks.
“He’s not getting worse, but he’s not getting any better,” Red Sox manager Alex Cora said Tuesday. “So last night, I talked to him before Game 2 (of the doubleheader) and told him to just let me know.”
Connor Wong will return to the lineup, replacing Danny Jansen behind the dish. Romy Gonzalez will once again get the start at third base, sliding to the eight hole, with Wong batting seventh. Boston didn’t make any other changes.
The Sox and Jays are scheduled to take the field at Fenway Park at 7:10 p.m. ET, and the action can be seen on NESN following an hour of pregame coverage.
BOSTON RED SOX (68-64)
Jarren Duran, CF
David Hamilton, 2B
Tyler O’Neill, LF
Triston Casas, 1B
Wilyer Abreu, RF
Masataka Yoshida, DH
Connor Wong, C
Romy Gonzalez, 3B
Ceddanne Rafaela, SS
Brayan Bello, RHP (11-6, 4.95 ERA)
TORONTO BLUE JAYS (71-50)
George Springer, RF
Daulton Varsho, CF
Vladimir Guerrero Jr., 1B
Spencer Horwitz, DH
Addison Barger, 3B
Alejandro Kirk, C
Joey Loperfido, LF
Ernie Clement, SS
Will Wagner, 2B
Chris Bassitt, RHP (9-12, 4.41 ERA)