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 can (technically) keep their playoff hopes alive Tuesday, as they take on the Toronto Blue Jays at Rogers Centre.
Danny Jansen will get the start opposite his former team.
Red Sox manager Alex Cora isn’t making a few more tweaks outside of that, also inserting Romy Gonzalez and Masataka Yoshida into the lineup. Jansen will bat eighth, Gonzalez will bat second and Yoshida will bat fifth.
Tyler O’Neil, Connor Wong and Nick Sogard will get the night off.
Jarren Duran will hold onto his spot at the top of the lineup, while Vaughn Grissom moves up a few spots. Trevor Story and Wilyer Abreu will each slide down a few spots, with Ceddanne Rafaela rounding things out.
The Sox and Jays are scheduled to take the field up north at 7:07 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 (79-78)
Jarren Duran, LF
Romy Gonzalez, 3B
Triston Casas, 1B
Trevor Story, SS
Masataka Yoshida, DH
Vaughn Grissom, 2B
Wilyer Abreu, RF
Danny Jansen, C
Ceddanne Rafaela, CF
Brayan Bello, RHP (14-8, 4.49 ERA)
TORONTO BLUE JAYS (80-73)
George Springer, RF
Nathan Lukes, LF
Vladimir Guerrero Jr., DH
Spencer Horwitz, 1B
Alejandro Kirk, C
Addison Barger, 3B
Ernie Clement, SS
Davis Schneider, 2B
Joey Loperfido, CF
Bowden Francis, RHP (8-5, 3.47 ERA)