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
}
} )();
Nick Bosa picked up a sack Sunday afternoon at Levi’s Stadium, but Jacoby Brissett made him earn it.
The Patriots offensive line struggled mightily for a second straight week, as San Francisco brought down Brissett six times in its 30-13 win over New England. But that number probably could have been doubled if not for the veteran savvy, size and strength of Brissett, who also showcased a great deal of toughness in the Bay Area.
Bosa made his lone sack of the afternoon count, as he scooped up the fumble he forced in the fourth quarter. But the superstar pass-rusher admitted to feeling a little helpless when he went the majority of the Week 4 contest without taking Brissett down.
“Yeah, it was looking bleak,” Bosa told reporters, per MassLive. “But you just have to be ready. You have to be ready for your (opportunity) and I had a few, missed plenty. But I think we had a great day as a D-line and we got a win, so that’s all that matters.”
Of course, Brissett deserved more criticism than praise after the Patriots’ third straight loss. He was held under 170 passing yards for the fourth consecutive contest and threw a back-breaking pick-six in the second quarter. At this point, it’s become very tough for Jerod Mayo to defend keeping the 31-year-old as New England’s starting signal-caller.
We’ll see if any changes are made Sunday when the Patriots host the Miami Dolphins.