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 announced another decision with Bobby Dalbec on Tuesday.
Boston outrighted the infielder and outfielder to Triple-A Worcester after clearing waivers. The Red Sox designated the 29-year-old for assignment Sunday, a move that manager Alex Cora “hated to say” might have been best for Dalbec.
Dalbec struggled to earn playing time in the past two seasons. His play with the WooSox has been impressive, but he’s been unable to translate that success at the plate from the Triple-A level to the MLB level.
The fifth-year big leaguer continues to find ways to improve his game and remain patient for another opportunity to come his way. Dalbec isn’t on Boston’s 40-man roster, which means he’s eligible for minor-league free agency if his status within the club remains the same.
Dalbec hit one home run and recorded eight RBIs off a .410 OPS in 37 games with Boston this season. With Triple-A Worcester, Dalbec hit 19 home runs and recorded 64 RBIs off a .833 OPS in 85 games.