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
}
} )();
Tanner Houck’s best season of his career with the Boston Red Sox as a rising starter included an All-Star appearance and a dominant surprise by twirling an impressive complete game shutout against the Cleveland Guardians.
Since the All-Star break, that success took a bit of a turn. Houck struggled since the break and only made one start in September before getting extended rest for two weeks. Like many young Red Sox starters, Houck blew past his previous career-high of innings pitched and that’s shown for the rotation down the stretch.
Houck returned to the mound Wednesday for the Red Sox for the first time since Sept. 4. Houck tossed four innings of one-run ball against the Rays on a pitch count as Boston earned a 2-1 victory.
“It was really good,” Houck told reporters, per NESN’s postgame coverage. “I felt like the movement was really good. It was where it needs to be. Getting a lot more horizontal, as well as getting good depth on my pitches. I think the little bit of extra rest definitely propels me to finish this year strong.”
Houck credited several Red Sox staffers for their work in getting him back to the mound after not pitching for two weeks.
“It’s all thanks to the coaching staff, front office, medical staff looking out for me,” Houck said. “I’m the first person to admit that I will neglect my body to go out there and play, no matter how I feel or anything like that. They’re looking out for me long-term. It’s not just about right now.”
With 10 games remaining in the season, Houck’s return to the mound should last through the end of the season as he looks to finish the year with momentum for the Red Sox.
“For me, that’s the plan,” Houck said. “Come in tomorrow, see how I rebound after today. Ultimately, I plan on making the rest of my starts the rest of the year every five days. Like I said, finish this year strong.”