mlbserver 2026.5.27 → 2026.7.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1248,6 +1248,7 @@ app.get('/gamechangerplaylist.m3u8', async function(req, res) {
|
|
|
1248
1248
|
session.debuglog(game_changer_title + 'checking for new segments')
|
|
1249
1249
|
let u = streamURL + '_' + GAMECHANGER_RESOLUTIONS[resolution].url_bandwidth + 'K.m3u8'
|
|
1250
1250
|
headers['x-cdn-token'] = streamURLToken
|
|
1251
|
+
headers.gzip = true
|
|
1251
1252
|
requestRetry(u, headers, function(err, response) {
|
|
1252
1253
|
session.debuglog(game_changer_title + 'requested ' + u)
|
|
1253
1254
|
if (err) return res.error(err)
|