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
}
} )();
Things went from bad to worse for the New England Patriots at Levi’s Stadium on Sunday afternoon.
The Patriots suffered three crucial injuries with captain David Andrews (shoulder), safety Kyle Dugger (ankle) and offensive tackle Caedan Wallace (ankle) all exiting the game and not returning. Andrews played a mere one offensive series in the 30-13 loss to the San Francisco 49ers.
more patriots
Patriots head coach Jerod Mayo spoke about New England’s injuries, but told reporters he would know more Monday.
“We sustained a few injuries to some warriors out there today,” Mayo told reporters, per a team-provided video. “Some big injuries — big as far as who it was. Those guys will come in tomorrow and do their injury check. I’m not sure how serious or not serious the injuries are with those guys. But those guys that couldn’t finish the game, obviously, are a big part of what we do.”
New England has faced some tough injury luck through four games. Offensive tackle Vederian Lowe has not played since Week 2 and linebacker Ja’Whaun Bentley was placed on injured reserve after a pectoral injury. That’s in addition to Christian Barmore, who was hospitalized with blood clots at the beginning of training camp.