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
}
} )();
Charlie Moore has hosted legends of every area of Boston sports during his years hosting his fishing program on NESN.
Does he have a favorite guest to join him on “Charlie Moore Outdoors” over the years?
He chose a Boston Red Sox icon while appearing on NESN’s “Unobstructed Views” alternate broadcast on Tuesday night with Jared Carrabis and Katie Nolan.
“I would say the best one of all was Tim Wakefield,” Moore shared. “Wake was the best. Wake was my great friend. Amazing person. Amazing family. Loved to fish. Loved the outdoors. Just a great overall Boston Red Sox. … Tim could fish, man. He was competitive. They’re all competitive. Tim could fish. Tim was a really good fisherman.”
Wakefield, who won two World Series championships with the Red Sox, made guest appearances on the NESN program before later joining the network as an analyst.
Wakefield died last October at the age of 57. In 2024, the Red Sox have worn heart patches surrounding his No. 49 on their jerseys.