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
}
} )();
Red Sox manager Alex Cora acknowledged the correct call was made, but took issue with how the decision came about.
The first-inning discrepancy prompted Cora to run onto the field, argue with the umpire crew and ultimately get ejected merely one out into Sunday afternoon’s contest.
“I mean, he blocked the bag. He did,” Cora told reporters in reference to second baseman Vaughn Grissom after Boston’s 8-1 win at Fenway Park, as seen on NESN’s postgame coverage. “But the whole mechanism, I didn’t like.”
Grissom blocked the second base base when Red Sox pitcher Nick Pivetta tried to pick off Twins leadoff man Byron Buxton. Buxton was ruled safe, but Minnesota manager Rocco Baldelli still went onto the field and pleaded his case to the umpiring crew. Baldelli’s sentients ultimately caused the crew chief to give Buxton third base and rule obstruction against Grissom.
“It took them to argue and then (third base umpire) Alan (Porter) called time to get together,” Cora said. “And they got the call right, but you’re right there. Just call it. It’s a lot easier that way and I took exception and I got thrown out.”
The Red Sox ultimately did just fine without Cora. Red Sox slugger Triston Casas belted three home runs for the first time in his career, and Boston claimed Game 1 of Sunday’s doubleheader.
The Red Sox and Twins will take the field for Game 2 of the doubleheader with first pitch scheduled for 5:35 p.m. ET.