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
}
} )();
FOXBORO, Mass. — Patriots wideout Kayshon Boutte saw the Houston Texans not respecting New England’s downfield passing game and called his own shot.
Boutte approached the coaching staff on the sideline and asked to be on the receiving end of a deep ball from rookie quarterback Drake Maye. Maye and Boutte ultimately connected for a 40-yard touchdown pass with 11 seconds left in the first half to cut New England’s deficit to one score.
“Going into the second quarter, we didn’t have momentum from the first quarter,” Boutte said after the 41-21 loss. “A couple of three-and-outs, back-to-back-to-back. Defenses start sitting on routes when we weren’t throwing it deep.
“I went to Coach, and I was like, ‘We need to take a shot, I want the ball,'” Boutte said. “That was the opportunity, and it presented itself. Drake threw a great ball. Great pass from him.”
more patriots
It marked one of three Maye touchdown passes. The rookie quarterback led the struggling New England offense to its most passing yards (209) on the season, but also was responsible for three of the team’s four turnovers.
“I think we’ve got to give gas, give him a chance,” Maye said of the touchdown. “That was kind of my thought process; give him a chance.”
The 1-5 Patriots will face the Jacksonville Jaguars in an international contest in Week 7.