window[‘TVEPlayer’] = “1705741206383587235”;
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
}
} )();
Danny Amendola shined on the football field for over a decade, but he’ll be competing in a different arena this fall.
Amendola on Wednesday was revealed as one of the celebrity contestants for the upcoming season of “Dancing with the Stars.” The retired receiver will be one of four professional athletes competing in the program’s 33rd season, joining legendary NBA center Dwight Howard and a pair of 2024 Paris Olympics medalists from New England: Ilona Maher (rugby) and Stephen Nedoroscik (gymnastics).
The 38-year-old Amendola played 13 seasons in the NFL, five of which with the Patriots. The ex-slot receiver won two Super Bowls in New England before calling an end to his playing career in July 2022. He also had a brief foray into coaching, spending the 2023 season as a coaching assistant and returners coach with the Las Vegas Raiders.
Amendola is set to join a long list of former NFL players who competed on “Dancing with the Stars,” which includes legends like Michael Irvin, Calvin Johnson, Ray Lewis, Jerry Rice and Lawrence Taylor. Amendola will be only the second ex-Patriot to appear on the show, as Doug Flutie finished in ninth place in the 22nd season.
The new season of “Dancing with the Stars” is slated to premiere on Sept. 17.