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
}
} )();
There was a notable absence in the Red Sox clubhouse when Boston played its final series of the 2024 season.
Kenley Jansen was not with the Red Sox for their weekend set against the Tampa Bay Rays at Fenway Park. Jansen spoke with Alex Cora before the series began, and the Boston manager told the veteran closer he could head home for the offseason early if he felt so inclined.
A follow-up report from MassLive claimed some Red Sox players were disappointed by Jansen’s early exit, although not surprised. Cora addressed that report Sunday before Boston’s season finale.
“I told Kenley to go home,” Cora told reporters, per MassLive’s Christopher Smith. “So if they’re upset, they should come to my office and ask me. We talked during the week. There’s other stuff that is going on with Kenley, too. But the manager decided for him, ‘Hey, we’re out of it. So if you want to go home, you go home. And he went home.'”
It remains to be seen if Jansen will ever pitch in another game for the Red Sox. The 37-year-old, who spent the last two years in Boston, is headed for MLB free agency this winter.