Browser tab freezes, cpu at 100% on Dash v3.0.0
Created by: sinjuice
Environment
-
The MPD passes the DASH-IF Conformance Tool on https://conformance.dashif.org/ -
The stream has correct Access-Control-Allow-Origin headers (CORS) -
There are no network errors such as 404s in the browser console when trying to play the stream -
The issue observed is not mentioned on https://github.com/Dash-Industry-Forum/dash.js/wiki/FAQ -
The issue occurs in the latest reference client on http://reference.dashif.org/dash.js/ and not just on my page
- Link to playable MPD file: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/stream2.mpd
- Dash.js version: v3.0.0
- Browser name/version: Firefox,Chromium
- OS name/version: Ubuntu 18.04
Steps to reproduce
- Please provide clear steps to reproduce your problem
- If the bug is intermittent, give a rough frequency if possible
Observed [behaviour]
The CPU of the tab goes up to 100%. The player and the tab are unresponsive and I have to kill the process. I tested it and it does not happen with the version 2.9.1.
Console output
Debug.js:209 [34856][MediaPlayer] Streaming Initialized
Debug.js:209 [34864][MediaPlayer] Playback Initialized
Debug.js:209 [35354][DashParser] Parsing complete: ( xml2json: 16.2ms, objectiron: 0.890ms, total: 0.0171s)
Debug.js:209 [35362][StreamController] SegmentTimeline detected using calculated Live Edge Time
Debug.js:209 [35369][StreamController] MediaSource attached to element. Waiting on open...
Debug.js:209 [35369][ManifestUpdater] Manifest has been refreshed at Wed Aug 21 2019 11:52:02 GMT+0200 (Central European Summer Time)[1566381122.272]
Debug.js:209 [35372][StreamController] MediaSource is open!
Debug.js:209 [35372][StreamController] Duration successfully set to: 25.333
Debug.js:209 [35374][EventController] Added 0 inline events
Debug.js:209 [35375][Stream] video codec: video/mp4;codecs="avc1.428028"
Debug.js:209 [35385][Stream] audio codec: audio/mp4;codecs="mp4a.40.2"
Debug.js:209 [35387][Stream] No text data.
Debug.js:209 [35387][Stream] No fragmentedText data.
Debug.js:209 [35387][Stream] No embeddedText data.
Debug.js:209 [35387][Stream] No muxed data.
Debug.js:209 [35387][Stream] No image data.
Debug.js:209 [35390][ScheduleController][video] Schedule Controller starts
Debug.js:209 [35390][ScheduleController][audio] Schedule Controller starts
Debug.js:209 [35390][StreamController] SourceBuffer changeType method supported. Use it to switch codecs in periods transitions
Debug.js:209 [35390][EventController] Start Event Controller
Debug.js:209 [35393][PlaybackController] Native video element event: play
Debug.js:209 [35394][StreamController] [onPlaybackStarted]
Debug.js:209 [35394][PlaybackController] Native video element event: waiting
Debug.js:209 [35398][AbrController] AbrController (video) stay on 0/0 (buffer: 0)
Debug.js:209 [35398][ScheduleController][video] Quality has changed, get init request for representationid = video/avc1
Debug.js:209 [35399][ScheduleController][video] isFragmentProcessingInProgress is already equal to true
Debug.js:209 [35401][AbrController] AbrController (audio) stay on 0/0 (buffer: 0)
Debug.js:209 [35401][ScheduleController][audio] Quality has changed, get init request for representationid = audio/en/mp4a
Debug.js:209 [35402][ScheduleController][audio] isFragmentProcessingInProgress is already equal to true
Debug.js:209 [35534][BufferController][video] Init fragment finished loading saving to video's init cache
Debug.js:209 [35535][BufferController][video] Append Init fragment video with representationId: video/avc1 and quality: 0 , data size: 720
Debug.js:209 [35537][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/init.mp4 , Range: undefined
Debug.js:209 [35543][ScheduleController][video] Top quality video index has changed from undefined to 0
Debug.js:209 [35544][AbrController] AbrController (video) stay on 0/0 (buffer: 0)
Debug.js:209 [35546][DashHandler] Getting the request for video time : 0
Debug.js:209 [35549][DashHandler] Index for video time 0 is 0
Debug.js:209 [35551][ScheduleController][video] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-1.m4s
Debug.js:209 [35696][BufferController][audio] Init fragment finished loading saving to audio's init cache
Debug.js:209 [35696][BufferController][audio] Append Init fragment audio with representationId: audio/en/mp4a and quality: 0 , data size: 656
Debug.js:209 [35697][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/init.mp4 , Range: undefined
Debug.js:209 [35701][PlaybackController] Native video element event: loadedmetadata
Debug.js:209 [35702][ScheduleController][audio] Top quality audio index has changed from undefined to 0
Debug.js:209 [35702][AbrController] AbrController (audio) stay on 0/0 (buffer: 0)
Debug.js:209 [35702][DashHandler] Getting the request for audio time : 0
Debug.js:209 [35703][DashHandler] Index for audio time 0 is 0
Debug.js:209 [35703][ScheduleController][audio] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/seg-1.m4s
Debug.js:209 [35990][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/seg-1.m4s , Range: undefined
Debug.js:209 [35993][BufferController][audio] Buffered Range for type: audio : 0 - 2.495999 currentTime = 0
Debug.js:209 [35995][BufferController][audio] Got enough buffer to start for audio
Debug.js:209 [36537][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-1.m4s , Range: undefined
Debug.js:209 [36548][BufferController][video] Buffered Range for type: video : 0 - 2.499999 currentTime = 0
Debug.js:209 [36549][BufferController][video] Got enough buffer to start for video
Debug.js:209 [36551][ThroughputRule] requesting switch to index: 0 type: video Average throughput 17522 kbps
Debug.js:209 [36551][AbrController] AbrController (video) stay on 0/0 (buffer: 2.5)
Debug.js:209 [36552][DashHandler] Getting the next request at index: 1, type: video
Debug.js:209 [36552][ScheduleController][video] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-2.m4s
Debug.js:209 [36564][PlaybackController] Native video element event: playing
Debug.js:209 [36999][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 71433 kbps
Debug.js:209 [37000][AbrController] AbrController (audio) stay on 0/0 (buffer: 2.195)
Debug.js:209 [37001][DashHandler] Getting the next request at index: 1, type: audio
Debug.js:209 [37002][ScheduleController][audio] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/seg-2.m4s
Debug.js:209 [37019][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-2.m4s , Range: undefined
Debug.js:209 [37031][BufferController][video] Buffered Range for type: video : 0 - 4.999999 currentTime = 0.383931
Debug.js:209 [37033][ThroughputRule] requesting switch to index: 0 type: video Average throughput 20781 kbps
Debug.js:209 [37033][AbrController] AbrController (video) stay on 0/0 (buffer: 4.616)
Debug.js:209 [37033][DashHandler] Getting the next request at index: 2, type: video
Debug.js:209 [37034][ScheduleController][video] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-3.m4s
Debug.js:209 [37288][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/seg-2.m4s , Range: undefined
Debug.js:209 [37290][BufferController][audio] Buffered Range for type: audio : 0 - 4.991999 currentTime = 0.642836
Debug.js:209 [37293][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 2323 kbps
Debug.js:209 [37294][AbrController] AbrController (audio) stay on 0/0 (buffer: 4.349)
Debug.js:209 [37294][DashHandler] Getting the next request at index: 2, type: audio
Debug.js:209 [37295][ScheduleController][audio] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/seg-3.m4s
Debug.js:209 [37418][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/seg-3.m4s , Range: undefined
Debug.js:209 [37419][BufferController][audio] Buffered Range for type: audio : 0 - 5.759999 currentTime = 0.771973
Debug.js:209 [37507][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-3.m4s , Range: undefined
Debug.js:209 [37520][BufferController][video] Buffered Range for type: video : 0 - 5.749999 currentTime = 0.872982
Debug.js:209 [37522][ThroughputRule] requesting switch to index: 0 type: video Average throughput 22170 kbps
Debug.js:209 [37522][AbrController] AbrController (video) stay on 0/0 (buffer: 4.877)
Debug.js:209 [37523][DashHandler] Getting the next request at index: 3, type: video
Debug.js:209 [37523][ScheduleController][video] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-4.m4s
Debug.js:209 [37971][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-4.m4s , Range: undefined
Debug.js:209 [37978][BufferController][video] Buffered Range for type: video : 0 - 8.249999 currentTime = 1.330963
Debug.js:209 [37980][ThroughputRule] requesting switch to index: 0 type: video Average throughput 21213 kbps
Debug.js:209 [37980][AbrController] AbrController (video) stay on 0/0 (buffer: 6.919)
Debug.js:209 [37980][DashHandler] Getting the next request at index: 4, type: video
Debug.js:209 [37980][ScheduleController][video] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-5.m4s
Debug.js:209 [38440][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 1524 kbps
Debug.js:209 [38440][AbrController] AbrController (audio) stay on 0/0 (buffer: 4.209)
Debug.js:209 [38440][DashHandler] Getting the next request at index: 3, type: audio
Debug.js:209 [38441][ScheduleController][audio] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/seg-4.m4s
Debug.js:209 [38556][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-5.m4s , Range: undefined
Debug.js:209 [38580][BufferController][video] Buffered Range for type: video : 0 - 10.749999 currentTime = 1.93285
Debug.js:209 [38582][ThroughputRule] requesting switch to index: 0 type: video Average throughput 20627 kbps
Debug.js:209 [38586][AbrController] AbrController (video) stay on 0/0 (buffer: 8.817)
Debug.js:209 [38586][DashHandler] Getting the next request at index: 5, type: video
Debug.js:209 [38587][ScheduleController][video] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-6.m4s
Debug.js:209 [38603][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/seg-4.m4s , Range: undefined
Debug.js:209 [38606][BufferController][audio] Buffered Range for type: audio : 0 - 8.255999 currentTime = 1.959048
Debug.js:209 [38608][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 1607 kbps
Debug.js:209 [38608][AbrController] AbrController (audio) stay on 0/0 (buffer: 6.297)
Debug.js:209 [38608][DashHandler] Getting the next request at index: 4, type: audio
Debug.js:209 [38609][ScheduleController][audio] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/seg-5.m4s
Debug.js:209 [38744][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/seg-5.m4s , Range: undefined
Debug.js:209 [38747][BufferController][audio] Buffered Range for type: audio : 0 - 10.751999 currentTime = 2.099988
Debug.js:209 [38749][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 1739 kbps
Debug.js:209 [38749][AbrController] AbrController (audio) stay on 0/0 (buffer: 8.652)
Debug.js:209 [38750][DashHandler] Getting the next request at index: 5, type: audio
Debug.js:209 [38750][ScheduleController][audio] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/seg-6.m4s
Debug.js:209 [38873][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/seg-6.m4s , Range: undefined
Debug.js:209 [38874][BufferController][audio] Buffered Range for type: audio : 0 - 13.247999 currentTime = 2.227245
Debug.js:209 [39716][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-6.m4s , Range: undefined
Debug.js:209 [39745][BufferController][video] Buffered Range for type: video : 0 - 13.249999 currentTime = 3.098001
Debug.js:209 [39746][ThroughputRule] requesting switch to index: 0 type: video Average throughput 20253 kbps
Debug.js:209 [39747][AbrController] AbrController (video) stay on 0/0 (buffer: 10.152)
Debug.js:209 [39747][DashHandler] Getting the next request at index: 6, type: video
Debug.js:209 [39747][ScheduleController][video] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-7.m4s
Debug.js:209 [40377][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 1739 kbps
Debug.js:209 [40378][AbrController] AbrController (audio) stay on 0/0 (buffer: 9.697)
Debug.js:209 [40378][DashHandler] Getting the next request at index: 6, type: audio
Debug.js:209 [40379][ScheduleController][audio] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/seg-7.m4s
Debug.js:209 [40510][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/seg-7.m4s , Range: undefined
Debug.js:209 [40513][BufferController][audio] Buffered Range for type: audio : 0 - 15.743999 currentTime = 3.86557
Debug.js:209 [40645][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-7.m4s , Range: undefined
Debug.js:209 [40658][BufferController][video] Buffered Range for type: video : 0 - 15.749999 currentTime = 4.010504
Debug.js:209 [40660][ThroughputRule] requesting switch to index: 0 type: video Average throughput 19906 kbps
Debug.js:209 [40660][AbrController] AbrController (video) stay on 0/0 (buffer: 11.739)
Debug.js:209 [40660][DashHandler] Getting the next request at index: 7, type: video
Debug.js:209 [40660][ScheduleController][video] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-8.m4s
Debug.js:209 [41016][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 1830 kbps
Debug.js:209 [41017][AbrController] AbrController (audio) stay on 0/0 (buffer: 11.421)
Debug.js:209 [41018][DashHandler] Getting the next request at index: 7, type: audio
Debug.js:209 [41019][ScheduleController][audio] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/seg-8.m4s
Debug.js:209 [41150][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/seg-8.m4s , Range: undefined
Debug.js:209 [41152][BufferController][audio] Buffered Range for type: audio : 0 - 18.239999 currentTime = 4.504352
Debug.js:209 [41152][AbrController] AbrController (audio) switching from throughput to buffer occupancy ABR rule (buffer: 13.736).
Debug.js:209 [41662][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-8.m4s , Range: undefined
Debug.js:209 [41691][BufferController][video] Buffered Range for type: video : 0 - 18.249999 currentTime = 5.043582
Debug.js:209 [41691][AbrController] AbrController (video) switching from throughput to buffer occupancy ABR rule (buffer: 13.206).
Debug.js:209 [41693][AbrController] AbrController (video) stay on 0/0 (buffer: 13.206)
Debug.js:209 [41693][DashHandler] Getting the next request at index: 8, type: video
Debug.js:209 [41694][ScheduleController][video] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-9.m4s
Debug.js:209 [42189][AbrController] AbrController (audio) stay on 0/0 (buffer: 12.867)
Debug.js:209 [42189][DashHandler] Getting the next request at index: 8, type: audio
Debug.js:209 [42189][ScheduleController][audio] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/seg-9.m4s
Debug.js:209 [42323][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/seg-9.m4s , Range: undefined
Debug.js:209 [42324][BufferController][audio] Buffered Range for type: audio : 0 - 20.757333 currentTime = 5.676638
Debug.js:209 [42493][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-9.m4s , Range: undefined
Debug.js:209 [42514][BufferController][video] Buffered Range for type: video : 0 - 20.749999 currentTime = 5.866515
Debug.js:209 [42516][AbrController] AbrController (video) stay on 0/0 (buffer: 14.883)
Debug.js:209 [42516][DashHandler] Getting the next request at index: 9, type: video
Debug.js:209 [42516][ScheduleController][video] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-10.m4s
Debug.js:209 [42780][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-10.m4s , Range: undefined
Debug.js:209 [42791][BufferController][video] Buffered Range for type: video : 0 - 21.041666 currentTime = 6.143892
Debug.js:209 [42794][AbrController] AbrController (video) stay on 0/0 (buffer: 14.898)
Debug.js:209 [42795][DashHandler] Getting the next request at index: 10, type: video
Debug.js:209 [42795][ScheduleController][video] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-11.m4s
Debug.js:209 [42826][AbrController] AbrController (audio) stay on 0/0 (buffer: 14.684)
Debug.js:209 [42826][DashHandler] Getting the next request at index: 9, type: audio
Debug.js:209 [42827][ScheduleController][audio] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/seg-10.m4s
Debug.js:209 [42960][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/seg-10.m4s , Range: undefined
Debug.js:209 [42961][BufferController][audio] Buffered Range for type: audio : 0 - 21.034666 currentTime = 6.313402
Debug.js:209 [42964][AbrController] AbrController (audio) stay on 0/0 (buffer: 14.721)
Debug.js:209 [42964][DashHandler] Getting the next request at index: 10, type: audio
Debug.js:209 [42965][ScheduleController][audio] Next fragment request url is https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/audio/en/mp4a/seg-11.m4s
Debug.js:209 [43035][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://815fhw9.s3.amazonaws.com/2019/08/be1e694bd1/video/avc1/seg-11.m4s , Range: undefined
Debug.js:209 [43038][BufferController][video] Buffered Range for type: video : 0 - 21.499999 currentTime = 6.390641
Debug.js:209 [43040][AbrController] AbrController (video) stay on 0/0 (buffer: 15.109)
Debug.js:209 [43040][DashHandler] Getting the next request at index: 11, type: video
2 Debug.js:209 [43040][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43041][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43042][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43043][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43045][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43046][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43047][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43048][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43049][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43050][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43051][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43052][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43053][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43054][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43055][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43056][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43057][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43058][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43059][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43060][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43061][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43062][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43063][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43064][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43065][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43066][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43067][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43068][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43069][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43070][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43071][DashHandler] Getting the next request at index: 11, type: video
3 Debug.js:209 [43072][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43073][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43074][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43075][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43076][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43077][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43078][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43079][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43080][DashHandler] Getting the next request at index: 11, type: video
3 Debug.js:209 [43081][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43082][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43083][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43084][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43085][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43086][DashHandler] Getting the next request at index: 11, type: video
3 Debug.js:209 [43087][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43088][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43089][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43090][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43091][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43092][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43093][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43094][DashHandler] Getting the next request at index: 11, type: video
3 Debug.js:209 [43095][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43096][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43097][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43098][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43099][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43100][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43101][DashHandler] Getting the next request at index: 11, type: video
2 Debug.js:209 [43102][DashHandler] Getting the next request at index: 11, type: video
2 Debug.js:209 [43103][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43104][DashHandler] Getting the next request at index: 11, type: video
3 Debug.js:209 [43105][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43106][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43107][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43108][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43109][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43110][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43111][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43112][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43113][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43114][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43115][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43116][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43117][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43118][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43119][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43120][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43121][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43122][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43123][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43124][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43125][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43126][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43127][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43128][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43129][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43130][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43131][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43132][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43133][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43134][DashHandler] Getting the next request at index: 11, type: video
3 Debug.js:209 [43135][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43136][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43137][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43138][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43139][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43140][DashHandler] Getting the next request at index: 11, type: video
2 Debug.js:209 [43141][DashHandler] Getting the next request at index: 11, type: video
Debug.js:209 [43142][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43143][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43144][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43145][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43146][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43147][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43148][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43149][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43150][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43151][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43152][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43153][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43154][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43155][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43156][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43157][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43158][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43159][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43160][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43161][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43162][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43163][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43164][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43165][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43166][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43167][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43168][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43169][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43170][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43171][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43172][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43173][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43174][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43175][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43176][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43177][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43178][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43179][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43180][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43181][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43182][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43183][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43184][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43185][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43186][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43187][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43188][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43189][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43190][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43191][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43192][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43193][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43194][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43195][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43196][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43197][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43198][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43199][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43200][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43201][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43202][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43203][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43204][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43205][DashHandler] Getting the next request at index: 11, type: video
Debug.js:209 [43206][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43207][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43208][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43209][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43210][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43211][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43212][DashHandler] Getting the next request at index: 11, type: video
2 Debug.js:209 [43214][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43215][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43216][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43217][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43218][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43219][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43220][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43221][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43222][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43223][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43224][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43225][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43226][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43227][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43228][DashHandler] Getting the next request at index: 11, type: video
3 Debug.js:209 [43229][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43230][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43231][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43232][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43233][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43234][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43235][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43236][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43237][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43238][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43239][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43240][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43241][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43242][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43243][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43244][DashHandler] Getting the next request at index: 11, type: video
8 Debug.js:209 [43245][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43246][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43247][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43248][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43249][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43250][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43251][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43252][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43253][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43254][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43255][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43256][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43257][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43258][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43259][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43260][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43261][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43262][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43263][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43264][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43265][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43266][DashHandler] Getting the next request at index: 11, type: video
8 Debug.js:209 [43267][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43268][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43269][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43270][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43271][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43272][DashHandler] Getting the next request at index: 11, type: video
8 Debug.js:209 [43273][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43274][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43275][DashHandler] Getting the next request at index: 11, type: video
8 Debug.js:209 [43276][DashHandler] Getting the next request at index: 11, type: video
8 Debug.js:209 [43277][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43278][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43279][DashHandler] Getting the next request at index: 11, type: video
8 Debug.js:209 [43280][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43281][DashHandler] Getting the next request at index: 11, type: video
8 Debug.js:209 [43282][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43283][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43284][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43285][DashHandler] Getting the next request at index: 11, type: video
8 Debug.js:209 [43286][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43287][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43288][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43289][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43290][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43291][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43292][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43293][DashHandler] Getting the next request at index: 11, type: video
8 Debug.js:209 [43294][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43295][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43296][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43297][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43298][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43299][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43300][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43301][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43302][DashHandler] Getting the next request at index: 11, type: video
8 Debug.js:209 [43303][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43304][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43305][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43306][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43307][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43308][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43309][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43310][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43311][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43312][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43313][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43314][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43315][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43316][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43317][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43318][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43319][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43320][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43321][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43322][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43323][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43324][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43325][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43326][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43327][DashHandler] Getting the next request at index: 11, type: video
8 Debug.js:209 [43328][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43329][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43330][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43331][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43332][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43333][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43334][DashHandler] Getting the next request at index: 11, type: video
5 Debug.js:209 [43335][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43336][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43337][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43338][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43339][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43340][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43341][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43342][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43343][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43344][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43345][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43346][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43347][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43348][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43349][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43350][DashHandler] Getting the next request at index: 11, type: video
3 Debug.js:209 [43351][DashHandler] Getting the next request at index: 11, type: video
2 Debug.js:209 [43352][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43353][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43354][DashHandler] Getting the next request at index: 11, type: video
2 Debug.js:209 [43356][DashHandler] Getting the next request at index: 11, type: video
4 Debug.js:209 [43357][DashHandler] Getting the next request at index: 11, type: video
7 Debug.js:209 [43358][DashHandler] Getting the next request at index: 11, type: video
2 Debug.js:209 [43368][DashHandler] Getting the next request at index: 11, type: video
6 Debug.js:209 [43369][DashHandler] Getting the next request at index: 11, type: video