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 Orioles made a significant change to their bullpen as the regular season nears its end.
Baltimore on Wednesday designated Craig Kimbrel for assignment. The Orioles recalled right-handed pitcher Bryan Baker from Triple-A Norfolk.
The American League East side signed Kimbrel last offseason on a one-year deal. The 2018 World Series champion continued to be a rollercoaster in his 15th season in the majors. Kimbrel recorded a 5.33 ERA in 52 1/3 innings while also striking out 73 batters and walking 31. The former Boston Red Sox closer had 5.3 walks per nine innings in 57 games.
Baltimore hoped Kimbrel could be a high-leverage reliever after Félix Bautista had Tommy John surgery that forced him to miss the season. But the right-hander remained erratic whenever he stepped onto the mound. The nine-time All-Star infamously cost the Philadelphia Phillies Games 3 and 4 in the National League Championship Series and has not been consistent since 2017.
The Orioles hope their breakout season ends on a positive note as Kimbrel awaits the next step of his career.