Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.0 AES Encryption Key not loading (works on 0.14) #3726

Closed
ruby-fu-ninja opened this issue Apr 5, 2021 · 2 comments
Closed

v1.0.0 AES Encryption Key not loading (works on 0.14) #3726

ruby-fu-ninja opened this issue Apr 5, 2021 · 2 comments

Comments

@ruby-fu-ninja
Copy link

What version of Hls.js are you using?

1.0.0

What browser and OS (including versions) are you using?

Chrome - 89.0.4389.90
OSX - 10.14.6

Test stream:

#EXT-X-TARGETDURATION:10
#EXT-X-ALLOW-CACHE:YES
#EXT-X-PLAYLIST-TYPE:VOD
#EXT-X-KEY:METHOD=AES-128,URI="http://mediapoc.nz/media/mjOMKtc01noP_23RyN1YGLDNU9RyXJjrm9VIbt1okrwy_DT6vjihmu4U3Bs940ne/index.m3u8encryption.key?md5=xxtVUSvYP-wcKRkaF7GABA&expires=1617665531",KEYFORMAT="urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed",KEYFORMATVERSIONS="1"
#EXT-X-VERSION:5
#EXT-X-MEDIA-SEQUENCE:1
#EXTINF:10.000,
http://mediapoc.nz/media/0001/1660/644.04.Apple.0257.HI.m4v/seg-1-v1-a1.ts
#EXTINF:10.000,
http://mediapoc.nz/media/0001/1660/644.04.Apple.0257.HI.m4v/seg-2-v1-a1.ts
#EXTINF:10.000,
http://mediapoc.nz/media/0001/1660/644.04.Apple.0257.HI.m4v/seg-3-v1-a1.ts
#EXTINF:10.000,
http://mediapoc.nz/media/0001/1660/644.04.Apple.0257.HI.m4v/seg-4-v1-a1.ts
#EXTINF:10.000,
http://mediapoc.nz/media/0001/1660/644.04.Apple.0257.HI.m4v/seg-5-v1-a1.ts
#EXTINF:10.000,
http://mediapoc.nz/media/0001/1660/644.04.Apple.0257.HI.m4v/seg-6-v1-a1.ts
#EXTINF:10.000,
http://mediapoc.nz/media/0001/1660/644.04.Apple.0257.HI.m4v/seg-7-v1-a1.ts
#EXTINF:10.000,
http://mediapoc.nz/media/0001/1660/644.04.Apple.0257.HI.m4v/seg-8-v1-a1.ts
#EXTINF:10.000,
http://mediapoc.nz/media/0001/1660/644.04.Apple.0257.HI.m4v/seg-9-v1-a1.ts
#EXTINF:10.000,
http://mediapoc.nz/media/0001/1660/644.04.Apple.0257.HI.m4v/seg-10-v1-a1.ts
#EXTINF:10.000,
http://mediapoc.nz/media/0001/1660/644.04.Apple.0257.HI.m4v/seg-11-v1-a1.ts
#EXTINF:10.000,
http://mediapoc.nz/media/0001/1660/644.04.Apple.0257.HI.m4v/seg-12-v1-a1.ts
#EXTINF:10.000,
http://mediapoc.nz/media/0001/1660/644.04.Apple.0257.HI.m4v/seg-13-v1-a1.ts
#EXTINF:10.000,
http://mediapoc.nz/media/0001/1660/644.04.Apple.0257.HI.m4v/seg-14-v1-a1.ts
#EXTINF:10.000,
http://mediapoc.nz/media/0001/1660/644.04.Apple.0257.HI.m4v/seg-15-v1-a1.ts
#EXTINF:10.000,
http://mediapoc.nz/media/0001/1660/644.04.Apple.0257.HI.m4v/seg-16-v1-a1.ts
#EXTINF:10.000,
http://mediapoc.nz/media/0001/1660/644.04.Apple.0257.HI.m4v/seg-17-v1-a1.ts
#EXTINF:6.725,
http://mediapoc.nz/media/0001/1660/644.04.Apple.0257.HI.m4v/seg-18-v1-a1.ts
#EXT-X-ENDLIST

Configuration:

{
  "debug": true
}

Steps to reproduce

setup video config:

hls = new Hls({debug: true})
hls.loadSource(videoSrc)
hls.attachMedia(new_el)

Encryption Key is not loaded, indicated by no key events. Segments are loaded but cannot be played.

Expected behavior

Here is the working log from 0.14

key loaded
html5_video_display.self-fc661c4a2c37435f0863723a84761511df2edcadec6292d06371c18d0cb28698.js?body=1:122 key loading
logger.js:40 [log] > Loading 10 of [1-18], level 0, currentTime: 60.058, bufferEnd: 90.005
logger.js:40 [log] > main stream-controller: IDLE->FRAG_LOADING
logger.js:40 [log] > Loaded 10 of [1 ,18],level 0
logger.js:40 [log] > Parsing 10 of [1 ,18],level 0, cc 0
logger.js:40 [log] > main stream-controller: FRAG_LOADING->PARSING
html5_video_display.self-fc661c4a2c37435f0863723a84761511df2edcadec6292d06371c18d0cb28698.js?body=1:128 decrypted
logger.js:40 [log] > Parsed audio,PTS:[90.005,100.011],DTS:[90.005/100.011],nb:469,dropped:0
logger.js:40 [log] > Parsed video,PTS:[90.040,100.160],DTS:[90.000/100.000],nb:250,dropped:0
logger.js:40 [log] > main stream-controller: PARSING->PARSED
logger.js:40 [log] > main buffered : [0.080,100.011]
logger.js:40 [log] > latency/loading/parsing/append/kbps:31/173/18/7/75949
logger.js:40 [log] > main stream-controller: PARSED->IDLE
logger.js:40 [log] > Loading key for 11 of [1-18], level 0
logger.js:40 [log] > main stream-controller: IDLE->KEY_LOADING
logger.js:40 [log] > main stream-controller: KEY_LOADING->IDLE

Actual behavior

No Playback

Console output

[log] >
hls.ts:354 [log] > stopLoad
hls.ts:330 [log] > loadSource:http://mediapoc.nz/media/mjOMKtc01noP_23RyN1YGLDNU9RyXJjrm9VIbt1okrwy_DT6vjihmu4U3Bs940ne/index.m3u8?md5=KyhWDOK64LUr0_9W0vHRmQ&expires=1617666087
stream-controller.ts:540 [log] > [stream-controller]: Trigger BUFFER_RESET
hls.ts:302 [log] > attachMedia
jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3610 [Violation] 'DOMContentLoaded' handler took 208ms
once-were-warriors-1994:1 [DOM] Found 2 elements with non-unique id #email_newsletter_signup_btn: (More info: https://goo.gl/9p2vKq) <button name=​"button" type=​"submit" class=​"btn" id=​"email_newsletter_signup_btn">​Get updates​</button>​ <button name=​"button" type=​"submit" class=​"btn btn-secondary" id=​"email_newsletter_signup_btn">​Sign up​</button>​
once-were-warriors-1994:1 [DOM] Found 2 elements with non-unique id #newsletter_email: (More info: https://goo.gl/9p2vKq) <input type=​"text" name=​"newsletter_email" id=​"newsletter_email" placeholder=​"Your email" class=​"field">​ <input type=​"text" name=​"newsletter_email" id=​"newsletter_email" placeholder=​"Enter your email address here" class=​"field">​
once-were-warriors-1994:1 [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) <input type=​"password" name=​"password" id=​"password" class=​"form-text">​
[Violation] Forced reflow while executing JavaScript took 116ms
m3u8-parser.ts:363 [warn] > Keyformat urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed is not supported from the manifest
parseLevelPlaylist @ m3u8-parser.ts:363
handleTrackOrLevelPlaylist @ playlist-loader.ts:470
loadsuccess @ playlist-loader.ts:340
readystatechange @ xhr-loader.ts:188
XMLHttpRequest.send (async)
(anonymous) @ VM5923:1
loadInternal @ xhr-loader.ts:125
load @ xhr-loader.ts:70
load @ playlist-loader.ts:304
onManifestLoading @ playlist-loader.ts:149
emit @ index.js:203
emit @ hls.ts:238
trigger @ hls.ts:246
loadSource @ hls.ts:333
window.Html5VideoDisplay.Html5VideoDisplay.load @ html5_video_display.self-fad706fa80208dc298b444dcdd68101b69075dc0816fe2e796931fcefbc09cb5.js?body=1:108
base.loadClip @ jquery.videoplayer.self-ee9e5e3ccfb22d9360eaca9ab722eb0522f778720e894da96a4659dbefe2cd54.js?body=1:207
jQuery.fn.videoplayer @ jquery.videoplayer.self-ee9e5e3ccfb22d9360eaca9ab722eb0522f778720e894da96a4659dbefe2cd54.js?body=1:839
(anonymous) @ init.self-5bc61cc161e96848c6ab7f2567b46b6466ae0f7cfa1340435295780b0181bb12.js?body=1:4
fire @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3233
fireWith @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3363
ready @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3583
completed @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3618
level-controller.ts:171 [log] > [level-controller]: manifest loaded, 1 level(s) found, first bitrate: 0
buffer-controller.ts:129 [log] > 1 bufferCodec event(s) expected
hls.ts:344 [log] > startLoad(-1)
level-controller.ts:250 [log] > [level-controller]: switching to level 0 from -1
base-stream-controller.ts:1265 [log] > [stream-controller]: STOPPED->IDLE
base-stream-controller.ts:1265 [log] > [subtitle-stream-controller]: STOPPED->IDLE
stream-controller.ts:604 [log] > [stream-controller]: Level 0 loaded [1,18], cc [0, 0] duration:176.725
buffer-controller.ts:628 [log] > [buffer-controller]: Updating Media Source duration to 176.725
buffer-controller.ts:736 [log] > [buffer-controller]: Media source opened
DevTools failed to load SourceMap: Could not load content for chrome-extension://mooikfkahbdckldjjndioackbalphokd/assets/atoms.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
DevTools failed to load SourceMap: Could not load content for chrome-extension://mooikfkahbdckldjjndioackbalphokd/assets/polyfills.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
DevTools failed to load SourceMap: Could not load content for chrome-extension://mooikfkahbdckldjjndioackbalphokd/assets/escape.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
DevTools failed to load SourceMap: Could not load content for chrome-extension://mooikfkahbdckldjjndioackbalphokd/assets/playback.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
DevTools failed to load SourceMap: Could not load content for chrome-extension://mooikfkahbdckldjjndioackbalphokd/assets/record.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
onloadwff.js:71 [Violation] 'setTimeout' handler took 99ms
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 1 cc: 0 of [1-18] level: 0, target: 0
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
transmuxer-interface.ts:66 [log] > demuxing in webworker
transmuxer-interface.ts:180 [log] > [transmuxer-interface, main]: Starting new transmux session for sn: 1 p: -1 level: 0 id: 1
        discontinuity: true
        trackSwitch: true
        contiguous: false
        accurateTimeOffset: true
        timeOffset: 0
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 1 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:603 [log] >
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1053 [warn] > Failed to find demuxer by probing frag, treating as mp4 passthrough
configureTransmuxer @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1053
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:846
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 1 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 2 cc: 0 of [1-18] level: 0, target: 10
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
DevTools failed to load SourceMap: Could not load content for http://localhost:3000/assets/maps/swiper.js.map: HTTP error: status code 500, net::ERR_HTTP_RESPONSE_CODE_FAILURE
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 2 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 2 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 3 cc: 0 of [1-18] level: 0, target: 20
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 3 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 3 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 4 cc: 0 of [1-18] level: 0, target: 30
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 4 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 4 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 5 cc: 0 of [1-18] level: 0, target: 40
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 5 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 5 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 6 cc: 0 of [1-18] level: 0, target: 50
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 6 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 6 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 7 cc: 0 of [1-18] level: 0, target: 60
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 7 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 7 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 8 cc: 0 of [1-18] level: 0, target: 70
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 8 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 8 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 9 cc: 0 of [1-18] level: 0, target: 80
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 9 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 9 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 10 cc: 0 of [1-18] level: 0, target: 90
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 10 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 10 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 11 cc: 0 of [1-18] level: 0, target: 100
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 11 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 11 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 12 cc: 0 of [1-18] level: 0, target: 110
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 12 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 12 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 13 cc: 0 of [1-18] level: 0, target: 120
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 13 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 13 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 14 cc: 0 of [1-18] level: 0, target: 130
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 14 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 14 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 15 cc: 0 of [1-18] level: 0, target: 140
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 15 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 15 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 16 cc: 0 of [1-18] level: 0, target: 150
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 16 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 16 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 17 cc: 0 of [1-18] level: 0, target: 160
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 17 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 17 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 18 cc: 0 of [1-18] level: 0, target: 170
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 18 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 18 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:728 [warn] > [stream-controller]: Reduce max buffer length to 300s
reduceMaxBufferLength @ base-stream-controller.ts:728
loadFragment @ stream-controller.ts:361
doTickIdle @ stream-controller.ts:315
doTick @ stream-controller.ts:162
tick @ task-loop.ts:110
setInterval (async)
setInterval @ task-loop.ts:72
startLoad @ stream-controller.ts:116
(anonymous) @ hls.ts:346
startLoad @ hls.ts:345
onManifestLoaded @ level-controller.ts:195
emit @ index.js:203
emit @ hls.ts:238
trigger @ hls.ts:246
handleTrackOrLevelPlaylist @ playlist-loader.ts:503
loadsuccess @ playlist-loader.ts:340
readystatechange @ xhr-loader.ts:188
XMLHttpRequest.send (async)
(anonymous) @ VM5923:1
loadInternal @ xhr-loader.ts:125
load @ xhr-loader.ts:70
load @ playlist-loader.ts:304
onManifestLoading @ playlist-loader.ts:149
emit @ index.js:203
emit @ hls.ts:238
trigger @ hls.ts:246
loadSource @ hls.ts:333
window.Html5VideoDisplay.Html5VideoDisplay.load @ html5_video_display.self-fad706fa80208dc298b444dcdd68101b69075dc0816fe2e796931fcefbc09cb5.js?body=1:108
base.loadClip @ jquery.videoplayer.self-ee9e5e3ccfb22d9360eaca9ab722eb0522f778720e894da96a4659dbefe2cd54.js?body=1:207
jQuery.fn.videoplayer @ jquery.videoplayer.self-ee9e5e3ccfb22d9360eaca9ab722eb0522f778720e894da96a4659dbefe2cd54.js?body=1:839
(anonymous) @ init.self-5bc61cc161e96848c6ab7f2567b46b6466ae0f7cfa1340435295780b0181bb12.js?body=1:4
fire @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3233
fireWith @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3363
ready @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3583
completed @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3618
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 18 cc: 0 of [1-18] level: 0, target: 176.725
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 18 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 18 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:728 [warn] > [stream-controller]: Reduce max buffer length to 150s
reduceMaxBufferLength @ base-stream-controller.ts:728
loadFragment @ stream-controller.ts:361
doTickIdle @ stream-controller.ts:315
doTick @ stream-controller.ts:162
tick @ task-loop.ts:110
setInterval (async)
setInterval @ task-loop.ts:72
startLoad @ stream-controller.ts:116
(anonymous) @ hls.ts:346
startLoad @ hls.ts:345
onManifestLoaded @ level-controller.ts:195
emit @ index.js:203
emit @ hls.ts:238
trigger @ hls.ts:246
handleTrackOrLevelPlaylist @ playlist-loader.ts:503
loadsuccess @ playlist-loader.ts:340
readystatechange @ xhr-loader.ts:188
XMLHttpRequest.send (async)
(anonymous) @ VM5923:1
loadInternal @ xhr-loader.ts:125
load @ xhr-loader.ts:70
load @ playlist-loader.ts:304
onManifestLoading @ playlist-loader.ts:149
emit @ index.js:203
emit @ hls.ts:238
trigger @ hls.ts:246
loadSource @ hls.ts:333
window.Html5VideoDisplay.Html5VideoDisplay.load @ html5_video_display.self-fad706fa80208dc298b444dcdd68101b69075dc0816fe2e796931fcefbc09cb5.js?body=1:108
base.loadClip @ jquery.videoplayer.self-ee9e5e3ccfb22d9360eaca9ab722eb0522f778720e894da96a4659dbefe2cd54.js?body=1:207
jQuery.fn.videoplayer @ jquery.videoplayer.self-ee9e5e3ccfb22d9360eaca9ab722eb0522f778720e894da96a4659dbefe2cd54.js?body=1:839
(anonymous) @ init.self-5bc61cc161e96848c6ab7f2567b46b6466ae0f7cfa1340435295780b0181bb12.js?body=1:4
fire @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3233
fireWith @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3363
ready @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3583
completed @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3618
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 18 cc: 0 of [1-18] level: 0, target: 176.725
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 18 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 18 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:728 [warn] > [stream-controller]: Reduce max buffer length to 75s
reduceMaxBufferLength @ base-stream-controller.ts:728
loadFragment @ stream-controller.ts:361
doTickIdle @ stream-controller.ts:315
doTick @ stream-controller.ts:162
tick @ task-loop.ts:110
setInterval (async)
setInterval @ task-loop.ts:72
startLoad @ stream-controller.ts:116
(anonymous) @ hls.ts:346
startLoad @ hls.ts:345
onManifestLoaded @ level-controller.ts:195
emit @ index.js:203
emit @ hls.ts:238
trigger @ hls.ts:246
handleTrackOrLevelPlaylist @ playlist-loader.ts:503
loadsuccess @ playlist-loader.ts:340
readystatechange @ xhr-loader.ts:188
XMLHttpRequest.send (async)
(anonymous) @ VM5923:1
loadInternal @ xhr-loader.ts:125
load @ xhr-loader.ts:70
load @ playlist-loader.ts:304
onManifestLoading @ playlist-loader.ts:149
emit @ index.js:203
emit @ hls.ts:238
trigger @ hls.ts:246
loadSource @ hls.ts:333
window.Html5VideoDisplay.Html5VideoDisplay.load @ html5_video_display.self-fad706fa80208dc298b444dcdd68101b69075dc0816fe2e796931fcefbc09cb5.js?body=1:108
base.loadClip @ jquery.videoplayer.self-ee9e5e3ccfb22d9360eaca9ab722eb0522f778720e894da96a4659dbefe2cd54.js?body=1:207
jQuery.fn.videoplayer @ jquery.videoplayer.self-ee9e5e3ccfb22d9360eaca9ab722eb0522f778720e894da96a4659dbefe2cd54.js?body=1:839
(anonymous) @ init.self-5bc61cc161e96848c6ab7f2567b46b6466ae0f7cfa1340435295780b0181bb12.js?body=1:4
fire @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3233
fireWith @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3363
ready @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3583
completed @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3618
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 18 cc: 0 of [1-18] level: 0, target: 176.725
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 18 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 18 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:728 [warn] > [stream-controller]: Reduce max buffer length to 37.5s
reduceMaxBufferLength @ base-stream-controller.ts:728
loadFragment @ stream-controller.ts:361
doTickIdle @ stream-controller.ts:315
doTick @ stream-controller.ts:162
tick @ task-loop.ts:110
setInterval (async)
setInterval @ task-loop.ts:72
startLoad @ stream-controller.ts:116
(anonymous) @ hls.ts:346
startLoad @ hls.ts:345
onManifestLoaded @ level-controller.ts:195
emit @ index.js:203
emit @ hls.ts:238
trigger @ hls.ts:246
handleTrackOrLevelPlaylist @ playlist-loader.ts:503
loadsuccess @ playlist-loader.ts:340
readystatechange @ xhr-loader.ts:188
XMLHttpRequest.send (async)
(anonymous) @ VM5923:1
loadInternal @ xhr-loader.ts:125
load @ xhr-loader.ts:70
load @ playlist-loader.ts:304
onManifestLoading @ playlist-loader.ts:149
emit @ index.js:203
emit @ hls.ts:238
trigger @ hls.ts:246
loadSource @ hls.ts:333
window.Html5VideoDisplay.Html5VideoDisplay.load @ html5_video_display.self-fad706fa80208dc298b444dcdd68101b69075dc0816fe2e796931fcefbc09cb5.js?body=1:108
base.loadClip @ jquery.videoplayer.self-ee9e5e3ccfb22d9360eaca9ab722eb0522f778720e894da96a4659dbefe2cd54.js?body=1:207
jQuery.fn.videoplayer @ jquery.videoplayer.self-ee9e5e3ccfb22d9360eaca9ab722eb0522f778720e894da96a4659dbefe2cd54.js?body=1:839
(anonymous) @ init.self-5bc61cc161e96848c6ab7f2567b46b6466ae0f7cfa1340435295780b0181bb12.js?body=1:4
fire @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3233
fireWith @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3363
ready @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3583
completed @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3618
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 18 cc: 0 of [1-18] level: 0, target: 176.725
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 18 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 18 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:728 [warn] > [stream-controller]: Reduce max buffer length to 18.75s
reduceMaxBufferLength @ base-stream-controller.ts:728
loadFragment @ stream-controller.ts:361
doTickIdle @ stream-controller.ts:315
doTick @ stream-controller.ts:162
tick @ task-loop.ts:110
setInterval (async)
setInterval @ task-loop.ts:72
startLoad @ stream-controller.ts:116
(anonymous) @ hls.ts:346
startLoad @ hls.ts:345
onManifestLoaded @ level-controller.ts:195
emit @ index.js:203
emit @ hls.ts:238
trigger @ hls.ts:246
handleTrackOrLevelPlaylist @ playlist-loader.ts:503
loadsuccess @ playlist-loader.ts:340
readystatechange @ xhr-loader.ts:188
XMLHttpRequest.send (async)
(anonymous) @ VM5923:1
loadInternal @ xhr-loader.ts:125
load @ xhr-loader.ts:70
load @ playlist-loader.ts:304
onManifestLoading @ playlist-loader.ts:149
emit @ index.js:203
emit @ hls.ts:238
trigger @ hls.ts:246
loadSource @ hls.ts:333
window.Html5VideoDisplay.Html5VideoDisplay.load @ html5_video_display.self-fad706fa80208dc298b444dcdd68101b69075dc0816fe2e796931fcefbc09cb5.js?body=1:108
base.loadClip @ jquery.videoplayer.self-ee9e5e3ccfb22d9360eaca9ab722eb0522f778720e894da96a4659dbefe2cd54.js?body=1:207
jQuery.fn.videoplayer @ jquery.videoplayer.self-ee9e5e3ccfb22d9360eaca9ab722eb0522f778720e894da96a4659dbefe2cd54.js?body=1:839
(anonymous) @ init.self-5bc61cc161e96848c6ab7f2567b46b6466ae0f7cfa1340435295780b0181bb12.js?body=1:4
fire @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3233
fireWith @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3363
ready @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3583
completed @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3618
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 18 cc: 0 of [1-18] level: 0, target: 176.725
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 18 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 18 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:728 [warn] > [stream-controller]: Reduce max buffer length to 9.375s
reduceMaxBufferLength @ base-stream-controller.ts:728
loadFragment @ stream-controller.ts:361
doTickIdle @ stream-controller.ts:315
doTick @ stream-controller.ts:162
tick @ task-loop.ts:110
setInterval (async)
setInterval @ task-loop.ts:72
startLoad @ stream-controller.ts:116
(anonymous) @ hls.ts:346
startLoad @ hls.ts:345
onManifestLoaded @ level-controller.ts:195
emit @ index.js:203
emit @ hls.ts:238
trigger @ hls.ts:246
handleTrackOrLevelPlaylist @ playlist-loader.ts:503
loadsuccess @ playlist-loader.ts:340
readystatechange @ xhr-loader.ts:188
XMLHttpRequest.send (async)
(anonymous) @ VM5923:1
loadInternal @ xhr-loader.ts:125
load @ xhr-loader.ts:70
load @ playlist-loader.ts:304
onManifestLoading @ playlist-loader.ts:149
emit @ index.js:203
emit @ hls.ts:238
trigger @ hls.ts:246
loadSource @ hls.ts:333
window.Html5VideoDisplay.Html5VideoDisplay.load @ html5_video_display.self-fad706fa80208dc298b444dcdd68101b69075dc0816fe2e796931fcefbc09cb5.js?body=1:108
base.loadClip @ jquery.videoplayer.self-ee9e5e3ccfb22d9360eaca9ab722eb0522f778720e894da96a4659dbefe2cd54.js?body=1:207
jQuery.fn.videoplayer @ jquery.videoplayer.self-ee9e5e3ccfb22d9360eaca9ab722eb0522f778720e894da96a4659dbefe2cd54.js?body=1:839
(anonymous) @ init.self-5bc61cc161e96848c6ab7f2567b46b6466ae0f7cfa1340435295780b0181bb12.js?body=1:4
fire @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3233
fireWith @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3363
ready @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3583
completed @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3618
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 18 cc: 0 of [1-18] level: 0, target: 176.725
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 18 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 18 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
base-stream-controller.ts:728 [warn] > [stream-controller]: Reduce max buffer length to 4.6875s
reduceMaxBufferLength @ base-stream-controller.ts:728
loadFragment @ stream-controller.ts:361
doTickIdle @ stream-controller.ts:315
doTick @ stream-controller.ts:162
tick @ task-loop.ts:110
setInterval (async)
setInterval @ task-loop.ts:72
startLoad @ stream-controller.ts:116
(anonymous) @ hls.ts:346
startLoad @ hls.ts:345
onManifestLoaded @ level-controller.ts:195
emit @ index.js:203
emit @ hls.ts:238
trigger @ hls.ts:246
handleTrackOrLevelPlaylist @ playlist-loader.ts:503
loadsuccess @ playlist-loader.ts:340
readystatechange @ xhr-loader.ts:188
XMLHttpRequest.send (async)
(anonymous) @ VM5923:1
loadInternal @ xhr-loader.ts:125
load @ xhr-loader.ts:70
load @ playlist-loader.ts:304
onManifestLoading @ playlist-loader.ts:149
emit @ index.js:203
emit @ hls.ts:238
trigger @ hls.ts:246
loadSource @ hls.ts:333
window.Html5VideoDisplay.Html5VideoDisplay.load @ html5_video_display.self-fad706fa80208dc298b444dcdd68101b69075dc0816fe2e796931fcefbc09cb5.js?body=1:108
base.loadClip @ jquery.videoplayer.self-ee9e5e3ccfb22d9360eaca9ab722eb0522f778720e894da96a4659dbefe2cd54.js?body=1:207
jQuery.fn.videoplayer @ jquery.videoplayer.self-ee9e5e3ccfb22d9360eaca9ab722eb0522f778720e894da96a4659dbefe2cd54.js?body=1:839
(anonymous) @ init.self-5bc61cc161e96848c6ab7f2567b46b6466ae0f7cfa1340435295780b0181bb12.js?body=1:4
fire @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3233
fireWith @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3363
ready @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3583
completed @ jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1:3618
base-stream-controller.ts:555 [log] > [stream-controller]: Loading fragment 18 cc: 0 of [1-18] level: 0, target: 176.725
base-stream-controller.ts:1265 [log] > [stream-controller]: IDLE->FRAG_LOADING
base-stream-controller.ts:329 [log] > [stream-controller]: Loaded fragment 18 of level 0
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474 [warn] > [passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes.
generateInitSegment @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2474
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2512
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518 [warn] > [passthrough-remuxer.ts]: Failed to generate initSegment.
remux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:2518
transmuxUnencrypted @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:1011
transmux @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:998
push @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:849
(anonymous) @ b11a167e-1b1c-4b85-b8d5-b55ebe11889f:122
b11a167e-1b1c-4b85-b8d5-b55ebe11889f:935 [log] > [transmuxer.ts]: Flushed fragment 18 of level 0
base-stream-controller.ts:1265 [log] > [stream-controller]: FRAG_LOADING->PARSING
base-stream-controller.ts:1265 [log] > [stream-controller]: PARSING->IDLE
@robwalch
Copy link
Collaborator

robwalch commented Apr 6, 2021

This stands out in the logs:

m3u8-parser.ts:363 [warn] > Keyformat urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed is not supported from the manifest

In stream-controller we only load keys where KEYFORMAT was not included in the playlist:

    // We want to load the key if we're dealing with an identity key, because we will decrypt
    // this content using the key we fetch. Other keys will be handled by the DRM CDM via EME.
    if (frag.decryptdata?.keyFormat === 'identity' && !frag.decryptdata?.key) {

In m3u8-parser:

            const unsupportedKnownKeyformatsInManifest = [
              'com.apple.streamingkeydelivery',
              'com.microsoft.playready',
              'urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed', // widevine (v2)
              'com.widevine', // earlier widevine (v1)
            ];

            if (
              unsupportedKnownKeyformatsInManifest.indexOf(decryptkeyformat) >
              -1
            ) {
              logger.warn(
                `Keyformat ${decryptkeyformat} is not supported from the manifest`
              );

So this is a widevine key, but your not setting up the player to handle widevine via EME? Sounds related to #3052 and #1903. You might try enabling EME and widevine as in this config/demo:

  "widevineLicenseUrl": "https://cwip-shaka-proxy.appspot.com/no_auth",
  "emeEnabled": true

https://hls-js.netlify.app/demo/?src=https%3A%2F%2Fstorage.googleapis.com%2Fshaka-demo-assets%2Fangel-one-widevine-hls%2Fhls.m3u8&demoConfig=eyJlbmFibGVTdHJlYW1pbmciOnRydWUsImF1dG9SZWNvdmVyRXJyb3IiOnRydWUsInN0b3BPblN0YWxsIjpmYWxzZSwiZHVtcGZNUDQiOmZhbHNlLCJsZXZlbENhcHBpbmciOi0xLCJsaW1pdE1ldHJpY3MiOi0xfQ==

I'll need a sample stream to investigate further.

It looks like this is a configuration we do not support (#2833). I don't think that it would be supported in 0.14.17 either unless this is simple AES-128 encryption and the KEYFORMAT field is incorrect or should be omitted and ignored.

@robwalch robwalch added this to Top priorities in Release Planning and Backlog via automation Apr 6, 2021
@robwalch robwalch moved this from Top priorities to DRM (needs prioritization) in Release Planning and Backlog Apr 6, 2021
@robwalch robwalch added DRM and removed answered labels Apr 6, 2021
@ruby-fu-ninja
Copy link
Author

sorry that key format was confused, my mistake. Thanks for your response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants