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
}
} )();
Former Boston Red Sox pitcher Luis Tiant died Tuesday, WBZ confirmed. He was 83 years old.
Known for his unique wind-up on the mound, Tiant pitched in Major League Baseball from 1964 to 1982. After breaking into the big leagues with Cleveland and making a pit stop in Minnesota, the Cuba native made his way to Boston, where he spent the bulk of his impressive career. Tiant earned two of his three All-Star selections with the Red Sox, who he helped reach the World Series in 1975. Tiant also pitched for the New York Yankees, Pittsburgh Pirates and California Angels later in his career.
Tiant logged the majority of his career highs in Boston, including 22 wins and 311 1/3 innings pitched in 1974. “El Tiante” finished inside the top six in American League Cy Young voting three times with the Red Sox, who inducted him into the franchise’s Hall of Fame in 1997.
The right-hander remained an active member of Red Sox Nation even after calling it a career, serving a stint as the organization’s Single-A pitching coach as well as a special assignment instructor for the club in his later years. He was never hard to find at Fenway Park, where he surely will be missed by Boston’s loyal fans for years to come.