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
}
} )();
Danny Jansen can help the Red Sox behind the plate, but that wasn’t the main reason why Boston acquired the veteran backstop.
Craig Breslow and company landed Jansen from the Toronto Blue Jays before the MLB trade deadline to address the club’s need for a right-handed bat. The 29-year-old was projected to be a great fit for Fenway Park, where hard-hitting pull hitters typically thrive.
But the offensive production hasn’t been there for Jansen, who logged a .204 average with five RBIs and only two extra-base hits through 19 games with Boston. The struggles prompted a pretty straightforward criticism from manager Alex Cora on Monday.
“He’s mishitting balls, not finishing at-bats,” Cora told reporters before his team’s road loss to the New York Mets, per The Boston Globe. “It’s part of the grind, man. Right now, we’re grinding as an offense. Jarren (Duran) is the only one that’s consistent along with (Wilyer) Abreu. But besides that, right now as an offense, we’re not doing those things.”
It certainly was a rough Labor Day weekend offensively for the Red Sox, who only scored one run in each of their last three games. The trio of losses weren’t too back-breaking, though, as Boston entered Tuesday 4 1/2 games back of the final American League wild-card spot.
Cora’s club will try to get the bats going in the middle game of its series in Queens. NESN’s full coverage of Tuesday’s game begins at 6 p.m. ET.