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
}
} )();
Bruins fans will see some very familiar faces on the TD Garden ice Sunday evening.
Boston announced its roster for its preseason matchup with the New York Rangers a little less than five hours before puck drop between the Original Six franchises. Five players who spent time in Black and Gold last season — Johnny Beecher, Patrick Brown, Mason Lohrei, Andrew Peeke, Parker Wotherspoon — are slated to play in the exhibition clash.
Other notables on the Bruins’ roster for Sunday’s game include Mark Kastelic and Vinni Lettieri, a pair of veteran forwards acquired in offseason trades. Brandon Bussi and Michael DiPietro were the pair of netminders on the slate.
Here is Boston’s full roster for the tilt with New York, per a team press release:
Forwards: Johnny Beecher, Patrick Brown, Riley Duran, John Farinacci, Mark Kastelic, Cole Koepke, Trevor Kuntar, Vinni Lettieri, Fabian Lysell, Georgii Merkulov, Jaxon Nelson, Riley Tufte
Defensemen: Frederic Brunet, Mason Lohrei, Jordan Oesterle, Andrew Peeke, Billy Sweezey, Parker Wotherspoon
Goaltenders: Brandon Bussi, Michael DiPietro
Sunday will mark the first of seven preseason games for the Bruins before they open their regular-season slate on Oct. 8 in Florida against the reigning Stanley Cup champion Panthers.