window[‘TVEPlayer’] = “1705741365554441526”;
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 Bruins added a goaltender to their training camp roster Thursday.
It was not Jeremy Swayman.
Boston general manager Don Sweeney announced Thursday that the team signed goaltender Kasimir Kaskisuo to a professional tryout agreement (PTO).
Kaskisuo, 30, played in a handful of games with the Laval Rocket of the AHL in 2023-24 season, posting a record of 7-4-0 with a 2.90 goals against average and a .909 save percentage. He’s appeared in 108 career AHL games, recording an overall record of 53-36-10 with a 2.68 goals against average and a .909 save percentage.
The Finnish netminder has made appearances for the Toronto Maple Leafs and Nashville Predators at the NHL level.
Sweeney confirmed Wednesday that Swayman will not report to training camp until a new contract is finalized. The Bruins are still “optimistic” that a deal will get done, but until then, they will have to rely on the likes of Joonas Korpisalo, Brandon Bussi and now Kaskisuo to round out the depth chart.