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
}
} )();
Kristian Campbell is on an absolute tear this season in the Boston Red Sox farm system.
The 2023 fourth-round draft pick earned a pair of promotions this year moving from High-A Greenville to Double-A Portland to Triple-A Worcester. Since reaching a step away from MLB, Campbell sports an .866 OPS with four home runs in 16 games for the Red Sox affiliate.
That swift rise through the Red Sox system caught the attention of Baseball America’s Eli Ben-Porat, who added context to the idea that Campbell may just be the best prospect in Boston’s organization.
Campbell smashes the ball at the dish, and StatCast data certainly supports the sound of the ball off the Red Sox prospect’s bat. His hit tool adds reason for intrigue in one of the more intriguing profiles across the minor leagues.
It’s just one reason why Campbell needs to be an immediate contributor at the big-league level for the Red Sox to start the 2025 season.