Live SegmentTimeline playback seeks on every manifest reload
Created by: davemevans
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: will provide direct to Jesus
- Dash.js version: dev
- Browser name/version: FF66.0.2, Chrome 73
- OS name/version: Win10
Steps to reproduce
- Please provide clear steps to reproduce your problem Play manifest
- If the bug is intermittent, give a rough frequency if possible Every time
Observed behaviour
Every time the manifest is reloaded (every 2s), the player seeks approximately 2s.
Playback works as expected in 2.9.3 and also in Shaka.
Console output
[3131][MediaPlayer] Streaming Initialized Debug.js:236:25
[3135][MediaPlayer] Playback Initialized Debug.js:236:25
[3294][DashParser] Parsing complete: ( xml2json: 16.0ms, objectiron: 1.00ms, total: 0.0170s) Debug.js:236:25
[3297][StreamController] SegmentTimeline detected using calculated Live Edge Time Debug.js:236:25
[3298][ManifestUpdater] Manifest has been refreshed at Tue Apr 09 2019 11:21:38 GMT+0100 (British Summer Time)[1554805298.469] Debug.js:236:25
[3315][TimeSyncController] Local time: Tue Apr 09 2019 11:21:38 GMT+0100 (British Summer Time) Debug.js:236:25
[3315][TimeSyncController] Server time: Tue Apr 09 2019 11:21:41 GMT+0100 (British Summer Time) Debug.js:236:25
[3315][TimeSyncController] Server Time - Local Time (ms): 2510 Debug.js:236:25
[3317][StreamController] MediaSource attached to element. Waiting on open... Debug.js:236:25
[3327][StreamController] MediaSource is open! Debug.js:236:25
[3327][StreamController] Duration successfully set to: Infinity Debug.js:236:25
[3330][EventController] Add inline event with id 20244847 Debug.js:236:25
[3330][EventController] Add inline event with id 20244848 Debug.js:236:25
[3330][EventController] Add inline event with id 20244849 Debug.js:236:25
[3330][EventController] Add inline event with id 20244850 Debug.js:236:25
[3330][EventController] Add inline event with id 20244851 Debug.js:236:25
[3330][EventController] Add inline event with id 20244852 Debug.js:236:25
[3330][EventController] Add inline event with id 20244853 Debug.js:236:25
[3330][EventController] Add inline event with id 20244854 Debug.js:236:25
[3330][EventController] Add inline event with id 20244855 Debug.js:236:25
[3330][EventController] Add inline event with id 20244856 Debug.js:236:25
[3330][EventController] Add inline event with id 20244857 Debug.js:236:25
[3330][EventController] Add inline event with id 20244858 Debug.js:236:25
[3330][EventController] Add inline event with id 20244859 Debug.js:236:25
[3330][EventController] Add inline event with id 20244860 Debug.js:236:25
[3330][EventController] Added 14 inline events Debug.js:236:25
[3332][Stream] video codec: video/mp4;codecs="avc1.42C01E" Debug.js:236:25
[3355][AbrController] AbrController (video) switch from 0 to 3/7 (buffer: 0) . Debug.js:236:25
[3366][Stream] audio codec: audio/mp4;codecs="mp4a.40.2" Debug.js:236:25
[3370][Stream] No text data. Debug.js:236:25
[3370][Stream] No fragmentedText data. Debug.js:236:25
[3371][Stream] No embeddedText data. Debug.js:236:25
[3371][Stream] No muxed data. Debug.js:236:25
[3371][Stream] No image data. Debug.js:236:25
[3376][DashHandler] Getting the request for video time : 1554805287.56 Debug.js:236:25
[3377][DashHandler] Index for video time 1554805287.56 is 632 Debug.js:236:25
[3378][ScheduleController][video] Schedule Controller starts Debug.js:236:25
[3379][DashHandler] Getting the request for audio time : 1554805287.56 Debug.js:236:25
[3379][DashHandler] Index for audio time 1554805287.56 is 632 Debug.js:236:25
[3379][ScheduleController][audio] Schedule Controller starts Debug.js:236:25
[3379][StreamController] SourceBuffer changeType method supported. Use it to switch codecs in periods transitions Debug.js:236:25
[3379][EventController] Start Event Controller Debug.js:236:25
[3386][AbrController] AbrController (video) stay on 3/7 (buffer: 0) Debug.js:236:25
[3386][ScheduleController][video] Quality has changed, get init request for representationid = video=840000 Debug.js:236:25
[3386][ScheduleController][video] isFragmentProcessingInProgress is already equal to true Debug.js:236:25
[3387][PlaybackController] Native video element event: play Debug.js:236:25
[3388][ManifestUpdater] Refresh manifest in 2000 milliseconds. Debug.js:236:25
[3388][StreamController] [onPlaybackStarted] Debug.js:236:25
[3390][PlaybackController] Native video element event: waiting Debug.js:236:25
[3390][AbrController] AbrController (audio) stay on 0/0 (buffer: 0) Debug.js:236:25
[3390][ScheduleController][audio] Quality has changed, get init request for representationid = audio_128000_en=128000 Debug.js:236:25
[3391][ScheduleController][audio] isFragmentProcessingInProgress is already equal to true Debug.js:236:25
[3419][BufferController][video] Init fragment finished loading saving to video's init cache Debug.js:236:25
[3419][BufferController][video] Append Init fragment video with representationId: video=840000 and quality: 3 , data size: 732 Debug.js:236:25
[3420][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=840000.dash , Range: undefined Debug.js:236:25
[3427][ScheduleController][video] Top quality video index has changed from undefined to 7 Debug.js:236:25
[3428][AbrController] AbrController (video) stay on 3/7 (buffer: 0) Debug.js:236:25
[3428][DashHandler] Getting the request for video time : 1554805285.64 Debug.js:236:25
[3428][DashHandler] Index for video time 1554805285.64 is 632 Debug.js:236:25
[3428][DashHandler] SegmentTimeline: 1554805285.64 / Infinity Debug.js:236:25
[3428][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=840000-932883171384.dash Debug.js:236:25
[3447][BufferController][audio] Init fragment finished loading saving to audio's init cache Debug.js:236:25
[3447][BufferController][audio] Append Init fragment audio with representationId: audio_128000_en=128000 and quality: 0 , data size: 637 Debug.js:236:25
[3447][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://www.example.com/test-audio_128000_en=128000.dash , Range: undefined Debug.js:236:25
[3451][PlaybackController] Native video element event: loadedmetadata Debug.js:236:25
[3452][ScheduleController][audio] Top quality audio index has changed from undefined to 0 Debug.js:236:25
[3453][AbrController] AbrController (audio) stay on 0/0 (buffer: 0) Debug.js:236:25
[3453][DashHandler] Getting the request for audio time : 1554805285.64 Debug.js:236:25
[3453][DashHandler] Index for audio time 1554805285.64 is 632 Debug.js:236:25
[3453][DashHandler] SegmentTimeline: 1554805285.64 / Infinity Debug.js:236:25
[3453][ScheduleController][audio] Next fragment request url is https://www.example.com/test-audio_128000_en=128000-74630653710720.dash Debug.js:236:25
[3496][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://www.example.com/test-audio_128000_en=128000-74630653710720.dash , Range: undefined Debug.js:236:25
[3496][BufferController][audio] Buffered Range for type: audio : 1554805285.64 - 1554805287.56 currentTime = 0 Debug.js:236:25
[3499][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=840000-932883171384.dash , Range: undefined Debug.js:236:25
[3500][BufferController][video] Buffered Range for type: video : 1554805285.64 - 1554805287.56 currentTime = 0 Debug.js:236:25
[3501][PlaybackController] Requesting seek to time: 1554805285.64 Debug.js:236:25
[3501][ThroughputRule] requesting switch to index: 7 type: video Average throughput 33568 kbps Debug.js:236:25
[3501][AbrController] AbrController (video) switch from 3 to 7/7 (buffer: 1.92) . Debug.js:236:25
[3519][ScheduleController][video] Quality has changed, get init request for representationid = video=6499968 Debug.js:236:25
[3519][ScheduleController][video] isFragmentProcessingInProgress is already equal to true Debug.js:236:25
[3580][EventController] Start Event 20244847 at 1554805285.64 Debug.js:236:25
[3580][EventController] Start Event 20244848 at 1554805285.64 Debug.js:236:25
[3580][EventController] Start Event 20244849 at 1554805285.64 Debug.js:236:25
[3580][EventController] Start Event 20244850 at 1554805285.64 Debug.js:236:25
[3580][EventController] Start Event 20244851 at 1554805285.64 Debug.js:236:25
[3581][EventController] Start Event 20244852 at 1554805285.64 Debug.js:236:25
[3581][EventController] Start Event 20244853 at 1554805285.64 Debug.js:236:25
[3581][EventController] Start Event 20244854 at 1554805285.64 Debug.js:236:25
[3581][EventController] Start Event 20244855 at 1554805285.64 Debug.js:236:25
[3581][EventController] Start Event 20244856 at 1554805285.64 Debug.js:236:25
[3581][EventController] Start Event 20244857 at 1554805285.64 Debug.js:236:25
[3581][EventController] Start Event 20244858 at 1554805285.64 Debug.js:236:25
[3581][EventController] Start Event 20244859 at 1554805285.64 Debug.js:236:25
[3581][EventController] Start Event 20244860 at 1554805285.64 Debug.js:236:25
[3581][EventController] Remove Event 20244847 at time 1554805285.64 Debug.js:236:25
[3581][EventController] Remove Event 20244848 at time 1554805285.64 Debug.js:236:25
[3581][EventController] Remove Event 20244849 at time 1554805285.64 Debug.js:236:25
[3581][EventController] Remove Event 20244850 at time 1554805285.64 Debug.js:236:25
[3581][EventController] Remove Event 20244851 at time 1554805285.64 Debug.js:236:25
[3581][EventController] Remove Event 20244852 at time 1554805285.64 Debug.js:236:25
[3581][EventController] Remove Event 20244853 at time 1554805285.64 Debug.js:236:25
[3581][EventController] Remove Event 20244854 at time 1554805285.64 Debug.js:236:25
[3581][EventController] Remove Event 20244855 at time 1554805285.64 Debug.js:236:25
[3582][EventController] Remove Event 20244856 at time 1554805285.64 Debug.js:236:25
[3582][EventController] Remove Event 20244857 at time 1554805285.64 Debug.js:236:25
[3582][EventController] Remove Event 20244858 at time 1554805285.64 Debug.js:236:25
[3582][EventController] Remove Event 20244859 at time 1554805285.64 Debug.js:236:25
[3582][EventController] Remove Event 20244860 at time 1554805285.64 Debug.js:236:25
[3594][BufferController][video] Init fragment finished loading saving to video's init cache Debug.js:236:25
[3594][BufferController][video] Append Init fragment video with representationId: video=6499968 and quality: 7 , data size: 733 Debug.js:236:25
[3595][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=6499968.dash , Range: undefined Debug.js:236:25
[3596][ThroughputRule] requesting switch to index: 7 type: video Average throughput 33568 kbps Debug.js:236:25
[3597][AbrController] AbrController (video) stay on 7/7 (buffer: 1.92) Debug.js:236:25
[3597][DashHandler] Getting the request for video time : 1554805287.5600002 Debug.js:236:25
[3597][DashHandler] Index for video time 1554805287.5600002 is 632 Debug.js:236:25
[3597][DashHandler] SegmentTimeline: 1554805285.64 / Infinity Debug.js:236:25
[3597][DashHandler] Getting the next request at index: 633, type: video Debug.js:236:25
[3597][DashHandler] SegmentTimeline: 1554805287.56 / Infinity Debug.js:236:25
[3597][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883172536.dash Debug.js:236:25
[3744][PlaybackController] Requesting seek to time: 1554805285.181 Debug.js:236:25
[3746][PlaybackController] Native video element event: seeked Debug.js:236:25
[3747][PlaybackController] Native video element event: playing Debug.js:236:25
[3747][PlaybackController] Seeking to: 1554805285.181 Debug.js:236:25
[3748][BufferController][video] getAllRangesWithSafetyFactor for video - No request found in current time position, removing full buffer 0 - 1554805288.06 Debug.js:236:25
[3748][BufferController][video] Removing video buffer from: 0 to 1554805288.06 Debug.js:236:25
[3749][ScheduleController][video] onPlaybackSeeking for video, call fragmentModel.abortRequests in order to seek quicker Debug.js:236:25
[3749][ScheduleController][video] onFragmentLoadingAbandoned for video, request: https://www.example.com/test-video=6499968-932883172536.dash has been aborted Debug.js:236:25
[3749][ScheduleController][video] isFragmentProcessingInProgress is already equal to false Debug.js:236:25
[3749][BufferController][audio] getAllRangesWithSafetyFactor for audio - No request found in current time position, removing full buffer 0 - 1554805288.06 Debug.js:236:25
[3749][BufferController][audio] Removing audio buffer from: 0 to 1554805288.06 Debug.js:236:25
[3749][PlaybackController] Native video element event: waiting Debug.js:236:25
[3750][ThroughputRule] requesting switch to index: 7 type: video Average throughput 33568 kbps Debug.js:236:25
[3750][AbrController] AbrController (video) stay on 7/7 (buffer: 1.92) Debug.js:236:25
[3755][BufferController][video] onRemoved buffer from: 0 to 1554805288.06 Debug.js:236:25
[3755][BufferController][video] onRemoved : call updateBufferLevel Debug.js:236:25
[3755][BufferController][video] Waiting for more buffer before starting playback for video Debug.js:236:25
[3756][BufferController][audio] onRemoved buffer from: 0 to 1554805288.06 Debug.js:236:25
[3756][BufferController][audio] onRemoved : call updateBufferLevel Debug.js:236:25
[3756][BufferController][audio] Waiting for more buffer before starting playback for audio Debug.js:236:25
[4252][ThroughputRule] requesting switch to index: 7 type: video Average throughput 33568 kbps Debug.js:236:25
[4252][AbrController] AbrController (video) stay on 7/7 (buffer: 0) Debug.js:236:25
[4253][DashHandler] Getting the request for video time : 1554805285.181 Debug.js:236:25
[4253][DashHandler] Index for video time 1554805285.181 is 631 Debug.js:236:25
[4253][DashHandler] SegmentTimeline: 1554805283.72 / Infinity Debug.js:236:25
[4254][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883170232.dash Debug.js:236:25
[4255][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 5260 kbps Debug.js:236:25
[4255][AbrController] AbrController (audio) stay on 0/0 (buffer: 0) Debug.js:236:25
[4255][DashHandler] Getting the request for audio time : 1554805285.181 Debug.js:236:25
[4255][DashHandler] Index for audio time 1554805285.181 is 631 Debug.js:236:25
[4255][DashHandler] SegmentTimeline: 1554805283.72 / Infinity Debug.js:236:25
[4256][ScheduleController][audio] Next fragment request url is https://www.example.com/test-audio_128000_en=128000-74630653618560.dash Debug.js:236:25
[4322][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://www.example.com/test-audio_128000_en=128000-74630653618560.dash , Range: undefined Debug.js:236:25
[4322][BufferController][audio] Buffered Range for type: audio : 1554805283.72 - 1554805285.64 currentTime = 1554805285.181 Debug.js:236:25
[4324][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 4353 kbps Debug.js:236:25
[4324][AbrController] AbrController (audio) stay on 0/0 (buffer: 0.459) Debug.js:236:25
[4325][DashHandler] Getting the request for audio time : 1554805285.64 Debug.js:236:25
[4325][DashHandler] Index for audio time 1554805285.64 is 631 Debug.js:236:25
[4325][DashHandler] SegmentTimeline: 1554805283.72 / Infinity Debug.js:236:25
[4325][DashHandler] Getting the next request at index: 632, type: audio Debug.js:236:25
[4325][DashHandler] SegmentTimeline: 1554805285.64 / Infinity Debug.js:236:25
[4325][ScheduleController][audio] Next fragment request url is https://www.example.com/test-audio_128000_en=128000-74630653710720.dash Debug.js:236:25
[4341][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://www.example.com/test-audio_128000_en=128000-74630653710720.dash , Range: undefined Debug.js:236:25
[4341][BufferController][audio] Buffered Range for type: audio : 1554805283.72 - 1554805287.56 currentTime = 1554805285.181 Debug.js:236:25
[4412][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=6499968-932883170232.dash , Range: undefined Debug.js:236:25
[4416][BufferController][video] Buffered Range for type: video : 1554805283.72 - 1554805285.64 currentTime = 1554805285.181 Debug.js:236:25
[4418][ThroughputRule] requesting switch to index: 7 type: video Average throughput 89699 kbps Debug.js:236:25
[4419][AbrController] AbrController (video) stay on 7/7 (buffer: 0.459) Debug.js:236:25
[4420][DashHandler] Getting the request for video time : 1554805285.64 Debug.js:236:25
[4420][DashHandler] Index for video time 1554805285.64 is 631 Debug.js:236:25
[4420][DashHandler] SegmentTimeline: 1554805283.72 / Infinity Debug.js:236:25
[4420][DashHandler] Getting the next request at index: 632, type: video Debug.js:236:25
[4420][DashHandler] SegmentTimeline: 1554805285.64 / Infinity Debug.js:236:25
[4420][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883171384.dash Debug.js:236:25
[4649][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=6499968-932883171384.dash , Range: undefined Debug.js:236:25
[4664][BufferController][video] Buffered Range for type: video : 1554805283.72 - 1554805287.56 currentTime = 1554805285.181 Debug.js:236:25
[4666][ThroughputRule] requesting switch to index: 7 type: video Average throughput 73175 kbps Debug.js:236:25
[4666][AbrController] AbrController (video) stay on 7/7 (buffer: 2.379) Debug.js:236:25
[4666][DashHandler] Getting the request for video time : 1554805287.5600002 Debug.js:236:25
[4666][DashHandler] Index for video time 1554805287.5600002 is 632 Debug.js:236:25
[4667][DashHandler] SegmentTimeline: 1554805285.64 / Infinity Debug.js:236:25
[4667][DashHandler] Getting the next request at index: 633, type: video Debug.js:236:25
[4667][DashHandler] SegmentTimeline: 1554805287.56 / Infinity Debug.js:236:25
[4667][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883172536.dash Debug.js:236:25
[4726][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=6499968-932883172536.dash , Range: undefined Debug.js:236:25
[4732][BufferController][video] Buffered Range for type: video : 1554805283.72 - 1554805289.48 currentTime = 1554805285.181 Debug.js:236:25
[4733][BufferController][video] Got enough buffer to start for video Debug.js:236:25
[4734][ThroughputRule] requesting switch to index: 7 type: video Average throughput 73175 kbps Debug.js:236:25
[4734][AbrController] AbrController (video) stay on 7/7 (buffer: 4.299) Debug.js:236:25
[4734][DashHandler] Getting the request for video time : 1554805289.48 Debug.js:236:25
[4734][DashHandler] Index for video time 1554805289.48 is 633 Debug.js:236:25
[4735][DashHandler] SegmentTimeline: 1554805287.56 / Infinity Debug.js:236:25
[4735][DashHandler] Getting the next request at index: 634, type: video Debug.js:236:25
[4735][DashHandler] SegmentTimeline: 1554805289.48 / Infinity Debug.js:236:25
[4735][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883173688.dash Debug.js:236:25
[4830][PlaybackController] Native video element event: seeked Debug.js:236:25
[4832][PlaybackController] Native video element event: playing Debug.js:236:25
[4843][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 7504 kbps Debug.js:236:25
[4843][AbrController] AbrController (audio) stay on 0/0 (buffer: 2.379) Debug.js:236:25
[4843][DashHandler] Getting the request for audio time : 1554805287.5600002 Debug.js:236:25
[4843][DashHandler] Index for audio time 1554805287.5600002 is 632 Debug.js:236:25
[4844][DashHandler] SegmentTimeline: 1554805285.64 / Infinity Debug.js:236:25
[4844][DashHandler] Getting the next request at index: 633, type: audio Debug.js:236:25
[4844][DashHandler] SegmentTimeline: 1554805287.56 / Infinity Debug.js:236:25
[4844][ScheduleController][audio] Next fragment request url is https://www.example.com/test-audio_128000_en=128000-74630653802880.dash Debug.js:236:25
[4911][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=6499968-932883173688.dash , Range: undefined Debug.js:236:25
[4914][BufferController][video] Buffered Range for type: video : 1554805283.72 - 1554805291.4 currentTime = 1554805285.181 Debug.js:236:25
[4915][ThroughputRule] requesting switch to index: 7 type: video Average throughput 111689 kbps Debug.js:236:25
[4915][AbrController] AbrController (video) stay on 7/7 (buffer: 6.219) Debug.js:236:25
[4915][DashHandler] Getting the request for video time : 1554805291.4 Debug.js:236:25
[4915][DashHandler] Index for video time 1554805291.4 is 634 Debug.js:236:25
[4915][DashHandler] SegmentTimeline: 1554805289.48 / Infinity Debug.js:236:25
[4915][DashHandler] Getting the next request at index: 635, type: video Debug.js:236:25
[4916][DashHandler] SegmentTimeline: 1554805291.4 / Infinity Debug.js:236:25
[4916][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883174840.dash Debug.js:236:25
[4917][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://www.example.com/test-audio_128000_en=128000-74630653802880.dash , Range: undefined Debug.js:236:25
[4917][BufferController][audio] Buffered Range for type: audio : 1554805283.72 - 1554805289.48 currentTime = 1554805285.181 Debug.js:236:25
[4918][BufferController][audio] Got enough buffer to start for audio Debug.js:236:25
[4918][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 6381 kbps Debug.js:236:25
[4918][AbrController] AbrController (audio) stay on 0/0 (buffer: 4.299) Debug.js:236:25
[4918][DashHandler] Getting the request for audio time : 1554805289.48 Debug.js:236:25
[4918][DashHandler] Index for audio time 1554805289.48 is 633 Debug.js:236:25
[4918][DashHandler] SegmentTimeline: 1554805287.56 / Infinity Debug.js:236:25
[4918][DashHandler] Getting the next request at index: 634, type: audio Debug.js:236:25
[4918][DashHandler] SegmentTimeline: 1554805289.48 / Infinity Debug.js:236:25
[4918][ScheduleController][audio] Next fragment request url is https://www.example.com/test-audio_128000_en=128000-74630653895040.dash Debug.js:236:25
[5067][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://www.example.com/test-audio_128000_en=128000-74630653895040.dash , Range: undefined Debug.js:236:25
[5068][BufferController][audio] Buffered Range for type: audio : 1554805283.72 - 1554805291.4 currentTime = 1554805285.315083 Debug.js:236:25
[5070][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 5408 kbps Debug.js:236:25
[5072][AbrController] AbrController (audio) stay on 0/0 (buffer: 6.085) Debug.js:236:25
[5072][DashHandler] Getting the request for audio time : 1554805291.4 Debug.js:236:25
[5072][DashHandler] Index for audio time 1554805291.4 is 634 Debug.js:236:25
[5073][DashHandler] SegmentTimeline: 1554805289.48 / Infinity Debug.js:236:25
[5074][DashHandler] Getting the next request at index: 635, type: audio Debug.js:236:25
[5074][DashHandler] SegmentTimeline: 1554805291.4 / Infinity Debug.js:236:25
[5074][ScheduleController][audio] Next fragment request url is https://www.example.com/test-audio_128000_en=128000-74630653987200.dash Debug.js:236:25
[5570][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=6499968-932883174840.dash , Range: undefined Debug.js:236:25
[5658][BufferController][video] Buffered Range for type: video : 1554805283.72 - 1554805293.32 currentTime = 1554805285.88452 Debug.js:236:25
[5659][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://www.example.com/test-audio_128000_en=128000-74630653987200.dash , Range: undefined Debug.js:236:25
[5660][ThroughputRule] requesting switch to index: 7 type: video Average throughput 89374 kbps Debug.js:236:25
[5660][AbrController] AbrController (video) stay on 7/7 (buffer: 7.435) Debug.js:236:25
[5660][DashHandler] Getting the request for video time : 1554805293.3200002 Debug.js:236:25
[5660][DashHandler] Index for video time 1554805293.3200002 is 635 Debug.js:236:25
[5660][DashHandler] SegmentTimeline: 1554805291.4 / Infinity Debug.js:236:25
[5661][DashHandler] Getting the next request at index: 636, type: video Debug.js:236:25
[5662][DashHandler] SegmentTimeline: 1554805293.32 / Infinity Debug.js:236:25
[5663][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883175992.dash Debug.js:236:25
[5664][BufferController][audio] Buffered Range for type: audio : 1554805283.72 - 1554805293.32 currentTime = 1554805285.925333 Debug.js:236:25
[5666][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 4570 kbps Debug.js:236:25
[5668][AbrController] AbrController (audio) stay on 0/0 (buffer: 7.395) Debug.js:236:25
[5669][DashHandler] Getting the request for audio time : 1554805293.3200002 Debug.js:236:25
[5670][DashHandler] Index for audio time 1554805293.3200002 is 635 Debug.js:236:25
[5670][DashHandler] SegmentTimeline: 1554805291.4 / Infinity Debug.js:236:25
[5671][DashHandler] Getting the next request at index: 636, type: audio Debug.js:236:25
[5671][DashHandler] SegmentTimeline: 1554805293.32 / Infinity Debug.js:236:25
[5672][ScheduleController][audio] Next fragment request url is https://www.example.com/test-audio_128000_en=128000-74630654079360.dash Debug.js:236:25
[5793][DashParser] Parsing complete: ( xml2json: 12.0ms, objectiron: 1.00ms, total: 0.0130s) Debug.js:236:25
[5794][StreamController] SegmentTimeline detected using calculated Live Edge Time Debug.js:236:25
[5796][ManifestUpdater] Manifest has been refreshed at Tue Apr 09 2019 11:21:40 GMT+0100 (British Summer Time)[1554805300.969] Debug.js:236:25
[5797][ManifestUpdater] Refresh manifest in 2000 milliseconds. Debug.js:236:25
[5802][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://www.example.com/test-audio_128000_en=128000-74630654079360.dash , Range: undefined Debug.js:236:25
[5802][BufferController][audio] Buffered Range for type: audio : 1554805283.72 - 1554805295.24 currentTime = 1554805286.04802 Debug.js:236:25
[5810][TimeSyncController] Local time: Tue Apr 09 2019 11:21:40 GMT+0100 (British Summer Time) Debug.js:236:25
[5811][TimeSyncController] Server time: Tue Apr 09 2019 11:21:43 GMT+0100 (British Summer Time) Debug.js:236:25
[5811][TimeSyncController] Server Time - Local Time (ms): 2015 Debug.js:236:25
[5811][Stream] Manifest updated... updating data system wide. Debug.js:236:25
[5812][EventController] Add inline event with id 20244847 Debug.js:236:25
[5812][EventController] Add inline event with id 20244848 Debug.js:236:25
[5812][EventController] Add inline event with id 20244849 Debug.js:236:25
[5812][EventController] Add inline event with id 20244850 Debug.js:236:25
[5812][EventController] Add inline event with id 20244851 Debug.js:236:25
[5812][EventController] Add inline event with id 20244852 Debug.js:236:25
[5812][EventController] Add inline event with id 20244853 Debug.js:236:25
[5813][EventController] Add inline event with id 20244854 Debug.js:236:25
[5813][EventController] Add inline event with id 20244855 Debug.js:236:25
[5813][EventController] Add inline event with id 20244856 Debug.js:236:25
[5813][EventController] Add inline event with id 20244857 Debug.js:236:25
[5813][EventController] Add inline event with id 20244858 Debug.js:236:25
[5813][EventController] Add inline event with id 20244859 Debug.js:236:25
[5813][EventController] Add inline event with id 20244860 Debug.js:236:25
[5813][EventController] Added 14 inline events Debug.js:236:25
[5816][ScheduleController][video] Schedule Controller stops Debug.js:236:25
[5821][ScheduleController][audio] Schedule Controller stops Debug.js:236:25
[5823][PlaybackController] Requesting seek to time: 1554805287.019 Debug.js:236:25
[5823][ScheduleController][video] Schedule Controller starts Debug.js:236:25
[5823][ScheduleController][audio] Schedule Controller starts Debug.js:236:25
[5825][ScheduleController][video] Schedule stop! Debug.js:236:25
[5830][PlaybackController] Seeking to: 1554805287.019 Debug.js:236:25
[5831][BufferController][video] Removing video buffer from: 1554805289.98 to 1554805293.82 Debug.js:236:25
[5831][ScheduleController][video] onPlaybackSeeking for video, call fragmentModel.abortRequests in order to seek quicker Debug.js:236:25
[5833][ScheduleController][video] onFragmentLoadingAbandoned for video, request: https://www.example.com/test-video=6499968-932883175992.dash has been aborted Debug.js:236:25
[5833][ScheduleController][video] isFragmentProcessingInProgress is already equal to false Debug.js:236:25
[5833][BufferController][audio] Removing audio buffer from: 1554805289.98 to 1554805295.74 Debug.js:236:25
[5834][PlaybackController] Native video element event: waiting Debug.js:236:25
[5838][ThroughputRule] requesting switch to index: 7 type: video Average throughput 89374 kbps Debug.js:236:25
[5838][AbrController] AbrController (video) stay on 7/7 (buffer: 7.435) Debug.js:236:25
[5839][BufferController][video] onRemoved buffer from: 1554805289.98 to 1554805293.82 Debug.js:236:25
[5839][BufferController][video] Buffered Range for type: video : 1554805283.72 - 1554805289.98 currentTime = 1554805287.019 Debug.js:236:25
[5840][BufferController][video] onRemoved : call updateBufferLevel Debug.js:236:25
[5840][BufferController][audio] onRemoved buffer from: 1554805289.98 to 1554805295.74 Debug.js:236:25
[5841][BufferController][audio] Buffered Range for type: audio : 1554805283.72 - 1554805289.992 currentTime = 1554805287.019 Debug.js:236:25
[5841][BufferController][audio] onRemoved : call updateBufferLevel Debug.js:236:25
[5890][PlaybackController] Native video element event: seeked Debug.js:236:25
[5890][PlaybackController] Native video element event: playing Debug.js:236:25
[6341][ThroughputRule] requesting switch to index: 7 type: video Average throughput 89374 kbps Debug.js:236:25
[6342][AbrController] AbrController (video) stay on 7/7 (buffer: 2.742) Debug.js:236:25
[6342][DashHandler] Getting the request for video time : 1554805287.019 Debug.js:236:25
[6343][DashHandler] Index for video time 1554805287.019 is 632 Debug.js:236:25
[6343][DashHandler] SegmentTimeline: 1554805285.64 / Infinity Debug.js:236:25
[6343][DashHandler] Getting the next request at index: 633, type: video Debug.js:236:25
[6343][DashHandler] SegmentTimeline: 1554805287.56 / Infinity Debug.js:236:25
[6344][DashHandler] Getting the next request at index: 634, type: video Debug.js:236:25
[6344][DashHandler] SegmentTimeline: 1554805289.48 / Infinity Debug.js:236:25
[6344][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883173688.dash Debug.js:236:25
[6477][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=6499968-932883173688.dash , Range: undefined Debug.js:236:25
[6480][BufferController][video] Buffered Range for type: video : 1554805283.72 - 1554805291.4 currentTime = 1554805287.521875 Debug.js:236:25
[6480][ThroughputRule] requesting switch to index: 7 type: video Average throughput 91237 kbps Debug.js:236:25
[6480][AbrController] AbrController (video) stay on 7/7 (buffer: 3.878) Debug.js:236:25
[6480][DashHandler] Getting the request for video time : 1554805291.4 Debug.js:236:25
[6480][DashHandler] Index for video time 1554805291.4 is 634 Debug.js:236:25
[6481][DashHandler] SegmentTimeline: 1554805289.48 / Infinity Debug.js:236:25
[6481][DashHandler] Getting the next request at index: 635, type: video Debug.js:236:25
[6481][DashHandler] SegmentTimeline: 1554805291.4 / Infinity Debug.js:236:25
[6481][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883174840.dash Debug.js:236:25
[6604][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=6499968-932883174840.dash , Range: undefined Debug.js:236:25
[6608][BufferController][video] Buffered Range for type: video : 1554805283.72 - 1554805293.32 currentTime = 1554805287.683562 Debug.js:236:25
[6609][ThroughputRule] requesting switch to index: 7 type: video Average throughput 94040 kbps Debug.js:236:25
[6609][AbrController] AbrController (video) stay on 7/7 (buffer: 5.636) Debug.js:236:25
[6610][DashHandler] Getting the request for video time : 1554805293.3200002 Debug.js:236:25
[6610][DashHandler] Index for video time 1554805293.3200002 is 635 Debug.js:236:25
[6610][DashHandler] SegmentTimeline: 1554805291.4 / Infinity Debug.js:236:25
[6610][DashHandler] Getting the next request at index: 636, type: video Debug.js:236:25
[6610][DashHandler] SegmentTimeline: 1554805293.32 / Infinity Debug.js:236:25
[6611][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883175992.dash Debug.js:236:25
[6764][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=6499968-932883175992.dash , Range: undefined Debug.js:236:25
[6766][BufferController][video] Buffered Range for type: video : 1554805283.72 - 1554805295.24 currentTime = 1554805287.846083 Debug.js:236:25
[6770][ThroughputRule] requesting switch to index: 7 type: video Average throughput 92856 kbps Debug.js:236:25
[6771][AbrController] AbrController (video) stay on 7/7 (buffer: 7.394) Debug.js:236:25
[6771][DashHandler] Getting the request for video time : 1554805295.24 Debug.js:236:25
[6773][DashHandler] Index for video time 1554805295.24 is 636 Debug.js:236:25
[6773][DashHandler] SegmentTimeline: 1554805293.32 / Infinity Debug.js:236:25
[6773][DashHandler] Getting the next request at index: 637, type: video Debug.js:236:25
[6773][DashHandler] SegmentTimeline: 1554805295.24 / Infinity Debug.js:236:25
[6774][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883177144.dash Debug.js:236:25
[6859][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 4163 kbps Debug.js:236:25
[6859][AbrController] AbrController (audio) stay on 0/0 (buffer: 2.146) Debug.js:236:25
[6859][DashHandler] Getting the request for audio time : 1554805287.019 Debug.js:236:25
[6859][DashHandler] Index for audio time 1554805287.019 is 632 Debug.js:236:25
[6859][DashHandler] SegmentTimeline: 1554805285.64 / Infinity Debug.js:236:25
[6860][DashHandler] Getting the next request at index: 633, type: audio Debug.js:236:25
[6860][DashHandler] SegmentTimeline: 1554805287.56 / Infinity Debug.js:236:25
[6861][DashHandler] Getting the next request at index: 634, type: audio Debug.js:236:25
[6861][DashHandler] SegmentTimeline: 1554805289.48 / Infinity Debug.js:236:25
[6861][ScheduleController][audio] Next fragment request url is https://www.example.com/test-audio_128000_en=128000-74630653895040.dash Debug.js:236:25
[6922][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=6499968-932883177144.dash , Range: undefined Debug.js:236:25
[6924][BufferController][video] Buffered Range for type: video : 1554805283.72 - 1554805297.16 currentTime = 1554805287.968729 Debug.js:236:25
[6926][ThroughputRule] requesting switch to index: 7 type: video Average throughput 92856 kbps Debug.js:236:25
[6926][AbrController] AbrController (video) stay on 7/7 (buffer: 9.191) Debug.js:236:25
[6926][DashHandler] Getting the request for video time : 1554805297.16 Debug.js:236:25
[6926][DashHandler] Index for video time 1554805297.16 is 637 Debug.js:236:25
[6926][DashHandler] SegmentTimeline: 1554805295.24 / Infinity Debug.js:236:25
[6927][DashHandler] Getting the next request at index: 638, type: video Debug.js:236:25
[6927][DashHandler] No segment found at index: 638. Wait for next loop Debug.js:236:25
[6927][ScheduleController][video] Next fragment seems to be at the bleeding live edge and is not available yet. Rescheduling. Debug.js:236:25
[6941][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://www.example.com/test-audio_128000_en=128000-74630653895040.dash , Range: undefined Debug.js:236:25
[6941][BufferController][audio] Buffered Range for type: audio : 1554805283.72 - 1554805291.4 currentTime = 1554805288.008583 Debug.js:236:25
[6942][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 3997 kbps Debug.js:236:25
[6943][AbrController] AbrController (audio) stay on 0/0 (buffer: 3.391) Debug.js:236:25
[6943][DashHandler] Getting the request for audio time : 1554805291.4 Debug.js:236:25
[6943][DashHandler] Index for audio time 1554805291.4 is 634 Debug.js:236:25
[6944][DashHandler] SegmentTimeline: 1554805289.48 / Infinity Debug.js:236:25
[6944][DashHandler] Getting the next request at index: 635, type: audio Debug.js:236:25
[6944][DashHandler] SegmentTimeline: 1554805291.4 / Infinity Debug.js:236:25
[6944][ScheduleController][audio] Next fragment request url is https://www.example.com/test-audio_128000_en=128000-74630653987200.dash Debug.js:236:25
[6963][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://www.example.com/test-audio_128000_en=128000-74630653987200.dash , Range: undefined Debug.js:236:25
[6963][BufferController][audio] Buffered Range for type: audio : 1554805283.72 - 1554805293.32 currentTime = 1554805288.008583 Debug.js:236:25
[6963][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 4992 kbps Debug.js:236:25
[6964][AbrController] AbrController (audio) stay on 0/0 (buffer: 5.311) Debug.js:236:25
[6964][DashHandler] Getting the request for audio time : 1554805293.3200002 Debug.js:236:25
[6965][DashHandler] Index for audio time 1554805293.3200002 is 635 Debug.js:236:25
[6965][DashHandler] SegmentTimeline: 1554805291.4 / Infinity Debug.js:236:25
[6965][DashHandler] Getting the next request at index: 636, type: audio Debug.js:236:25
[6965][DashHandler] SegmentTimeline: 1554805293.32 / Infinity Debug.js:236:25
[6965][ScheduleController][audio] Next fragment request url is https://www.example.com/test-audio_128000_en=128000-74630654079360.dash Debug.js:236:25
[7428][ThroughputRule] requesting switch to index: 7 type: video Average throughput 92856 kbps Debug.js:236:25
[7428][AbrController] AbrController (video) stay on 7/7 (buffer: 8.704) Debug.js:236:25
[7428][DashHandler] Getting the request for video time : 1554805297.16 Debug.js:236:25
[7429][DashHandler] Index for video time 1554805297.16 is 637 Debug.js:236:25
[7429][DashHandler] SegmentTimeline: 1554805295.24 / Infinity Debug.js:236:25
[7429][DashHandler] Getting the next request at index: 638, type: video Debug.js:236:25
[7429][DashHandler] No segment found at index: 638. Wait for next loop Debug.js:236:25
[7429][ScheduleController][video] Next fragment seems to be at the bleeding live edge and is not available yet. Rescheduling. Debug.js:236:25
[7547][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://www.example.com/test-audio_128000_en=128000-74630654079360.dash , Range: undefined Debug.js:236:25
[7548][BufferController][audio] Buffered Range for type: audio : 1554805283.72 - 1554805295.24 currentTime = 1554805288.618708 Debug.js:236:25
[7549][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 4531 kbps Debug.js:236:25
[7550][AbrController] AbrController (audio) stay on 0/0 (buffer: 6.621) Debug.js:236:25
[7550][DashHandler] Getting the request for audio time : 1554805295.24 Debug.js:236:25
[7550][DashHandler] Index for audio time 1554805295.24 is 636 Debug.js:236:25
[7550][DashHandler] SegmentTimeline: 1554805293.32 / Infinity Debug.js:236:25
[7550][DashHandler] Getting the next request at index: 637, type: audio Debug.js:236:25
[7550][DashHandler] SegmentTimeline: 1554805295.24 / Infinity Debug.js:236:25
[7550][ScheduleController][audio] Next fragment request url is https://www.example.com/test-audio_128000_en=128000-74630654171520.dash Debug.js:236:25
[7581][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://www.example.com/test-audio_128000_en=128000-74630654171520.dash , Range: undefined Debug.js:236:25
[7581][BufferController][audio] Buffered Range for type: audio : 1554805283.72 - 1554805297.16 currentTime = 1554805288.660604 Debug.js:236:25
[7908][DashParser] Parsing complete: ( xml2json: 22.0ms, objectiron: 0.00ms, total: 0.0220s) Debug.js:236:25
[7910][StreamController] SegmentTimeline detected using calculated Live Edge Time Debug.js:236:25
[7911][ManifestUpdater] Manifest has been refreshed at Tue Apr 09 2019 11:21:43 GMT+0100 (British Summer Time)[1554805303.083] Debug.js:236:25
[7911][ManifestUpdater] Refresh manifest in 2000 milliseconds. Debug.js:236:25
[7932][ThroughputRule] requesting switch to index: 7 type: video Average throughput 92856 kbps Debug.js:236:25
[7932][AbrController] AbrController (video) stay on 7/7 (buffer: 8.217) Debug.js:236:25
[7933][DashHandler] Getting the request for video time : 1554805297.16 Debug.js:236:25
[7933][DashHandler] Index for video time 1554805297.16 is 637 Debug.js:236:25
[7933][DashHandler] SegmentTimeline: 1554805295.24 / Infinity Debug.js:236:25
[7934][DashHandler] Getting the next request at index: 638, type: video Debug.js:236:25
[7936][DashHandler] No segment found at index: 638. Wait for next loop Debug.js:236:25
[7936][ScheduleController][video] Next fragment seems to be at the bleeding live edge and is not available yet. Rescheduling. Debug.js:236:25
[8032][TimeSyncController] Local time: Tue Apr 09 2019 11:21:43 GMT+0100 (British Summer Time) Debug.js:236:25
[8032][TimeSyncController] Server time: Tue Apr 09 2019 11:21:46 GMT+0100 (British Summer Time) Debug.js:236:25
[8032][TimeSyncController] Server Time - Local Time (ms): 2793 Debug.js:236:25
[8033][Stream] Manifest updated... updating data system wide. Debug.js:236:25
[8033][EventController] Add inline event with id 20244847 Debug.js:236:25
[8034][EventController] Add inline event with id 20244848 Debug.js:236:25
[8034][EventController] Add inline event with id 20244849 Debug.js:236:25
[8035][EventController] Add inline event with id 20244850 Debug.js:236:25
[8035][EventController] Add inline event with id 20244851 Debug.js:236:25
[8035][EventController] Add inline event with id 20244852 Debug.js:236:25
[8036][EventController] Add inline event with id 20244853 Debug.js:236:25
[8036][EventController] Add inline event with id 20244854 Debug.js:236:25
[8036][EventController] Add inline event with id 20244855 Debug.js:236:25
[8037][EventController] Add inline event with id 20244856 Debug.js:236:25
[8037][EventController] Add inline event with id 20244857 Debug.js:236:25
[8037][EventController] Add inline event with id 20244858 Debug.js:236:25
[8037][EventController] Add inline event with id 20244859 Debug.js:236:25
[8038][EventController] Add inline event with id 20244860 Debug.js:236:25
[8038][EventController] Added 14 inline events Debug.js:236:25
[8041][ScheduleController][video] Schedule Controller stops Debug.js:236:25
[8046][ScheduleController][audio] Schedule Controller stops Debug.js:236:25
[8047][PlaybackController] Requesting seek to time: 1554805291.1430001 Debug.js:236:25
[8048][ScheduleController][video] Schedule Controller starts Debug.js:236:25
[8049][ScheduleController][audio] Schedule Controller starts Debug.js:236:25
[8049][ThroughputRule] requesting switch to index: 7 type: video Average throughput 92856 kbps Debug.js:236:25
[8050][AbrController] AbrController (video) stay on 7/7 (buffer: 8.217) Debug.js:236:25
[8052][DashHandler] Getting the request for video time : 1554805297.16 Debug.js:236:25
[8054][DashHandler] Index for video time 1554805297.16 is 635 Debug.js:236:25
[8054][DashHandler] SegmentTimeline: 1554805295.24 / Infinity Debug.js:236:25
[8055][DashHandler] Getting the next request at index: 636, type: video Debug.js:236:25
[8056][DashHandler] SegmentTimeline: 1554805297.16 / Infinity Debug.js:236:25
[8056][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883178296.dash Debug.js:236:25
[8059][PlaybackController] Seeking to: 1554805291.1430001 Debug.js:236:25
[8060][BufferController][video] Removing video buffer from: 0 to 1554805287.56 Debug.js:236:25
[8060][ScheduleController][video] onPlaybackSeeking for video, call fragmentModel.abortRequests in order to seek quicker Debug.js:236:25
[8062][ScheduleController][video] onFragmentLoadingAbandoned for video, request: https://www.example.com/test-video=6499968-932883178296.dash has been aborted Debug.js:236:25
[8063][ScheduleController][video] onFragmentLoadingAbandoned for video, request: https://www.example.com/test-video=6499968-932883178296.dash has been aborted Debug.js:236:25
[8064][ScheduleController][video] isFragmentProcessingInProgress is already equal to false Debug.js:236:25
[8064][BufferController][audio] Removing audio buffer from: 0 to 1554805287.56 Debug.js:236:25
[8065][PlaybackController] Native video element event: waiting Debug.js:236:25
[8067][ThroughputRule] requesting switch to index: 7 type: video Average throughput 92856 kbps Debug.js:236:25
[8069][AbrController] AbrController (video) stay on 7/7 (buffer: 8.217) Debug.js:236:25
[8070][BufferController][video] onRemoved buffer from: 0 to 1554805287.56 Debug.js:236:25
[8072][BufferController][video] Buffered Range for type: video : 1554805287.56 - 1554805297.16 currentTime = 1554805291.1430001 Debug.js:236:25
[8072][BufferController][video] Removing video buffer from: 1554805293.8200002 to 1554805297.66 Debug.js:236:25
[8074][BufferController][audio] onRemoved buffer from: 0 to 1554805287.56 Debug.js:236:25
[8075][BufferController][audio] Buffered Range for type: audio : 1554805287.56 - 1554805297.16 currentTime = 1554805291.1430001 Debug.js:236:25
[8075][BufferController][audio] Removing audio buffer from: 1554805293.8200002 to 1554805297.66 Debug.js:236:25
[8076][BufferController][video] onRemoved buffer from: 1554805293.8200002 to 1554805297.66 Debug.js:236:25
[8077][BufferController][video] Buffered Range for type: video : 1554805287.56 - 1554805293.82 currentTime = 1554805291.1430001 Debug.js:236:25
[8077][BufferController][video] onRemoved : call updateBufferLevel Debug.js:236:25
[8078][BufferController][audio] onRemoved buffer from: 1554805293.8200002 to 1554805297.66 Debug.js:236:25
[8078][BufferController][audio] Buffered Range for type: audio : 1554805287.56 - 1554805293.832 currentTime = 1554805291.1430001 Debug.js:236:25
[8079][BufferController][audio] onRemoved : call updateBufferLevel Debug.js:236:25
[8125][PlaybackController] Native video element event: seeked Debug.js:236:25
[8125][PlaybackController] Native video element event: playing Debug.js:236:25
[8571][ThroughputRule] requesting switch to index: 7 type: video Average throughput 92856 kbps Debug.js:236:25
[8572][AbrController] AbrController (video) stay on 7/7 (buffer: 2.452) Debug.js:236:25
[8572][DashHandler] Getting the request for video time : 1554805291.1430001 Debug.js:236:25
[8572][DashHandler] Index for video time 1554805291.1430001 is 632 Debug.js:236:25
[8572][DashHandler] SegmentTimeline: 1554805289.48 / Infinity Debug.js:236:25
[8572][DashHandler] Getting the next request at index: 633, type: video Debug.js:236:25
[8572][DashHandler] SegmentTimeline: 1554805291.4 / Infinity Debug.js:236:25
[8573][DashHandler] Getting the next request at index: 634, type: video Debug.js:236:25
[8573][DashHandler] SegmentTimeline: 1554805293.32 / Infinity Debug.js:236:25
[8573][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883175992.dash Debug.js:236:25
[8772][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=6499968-932883175992.dash , Range: undefined Debug.js:236:25
[8775][BufferController][video] Buffered Range for type: video : 1554805287.56 - 1554805295.24 currentTime = 1554805291.734437 Debug.js:236:25
[8777][ThroughputRule] requesting switch to index: 7 type: video Average throughput 90729 kbps Debug.js:236:25
[8777][AbrController] AbrController (video) stay on 7/7 (buffer: 3.506) Debug.js:236:25
[8777][DashHandler] Getting the request for video time : 1554805295.24 Debug.js:236:25
[8778][DashHandler] Index for video time 1554805295.24 is 634 Debug.js:236:25
[8778][DashHandler] SegmentTimeline: 1554805293.32 / Infinity Debug.js:236:25
[8778][DashHandler] Getting the next request at index: 635, type: video Debug.js:236:25
[8778][DashHandler] SegmentTimeline: 1554805295.24 / Infinity Debug.js:236:25
[8778][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883177144.dash Debug.js:236:25
[8960][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=6499968-932883177144.dash , Range: undefined Debug.js:236:25
[8962][BufferController][video] Buffered Range for type: video : 1554805287.56 - 1554805297.16 currentTime = 1554805291.8965 Debug.js:236:25
[8964][ThroughputRule] requesting switch to index: 7 type: video Average throughput 92924 kbps Debug.js:236:25
[8965][AbrController] AbrController (video) stay on 7/7 (buffer: 5.263) Debug.js:236:25
[8965][DashHandler] Getting the request for video time : 1554805297.16 Debug.js:236:25
[8965][DashHandler] Index for video time 1554805297.16 is 635 Debug.js:236:25
[8969][DashHandler] SegmentTimeline: 1554805295.24 / Infinity Debug.js:236:25
[8971][DashHandler] Getting the next request at index: 636, type: video Debug.js:236:25
[8973][DashHandler] SegmentTimeline: 1554805297.16 / Infinity Debug.js:236:25
[8973][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883178296.dash Debug.js:236:25
[9088][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 4789 kbps Debug.js:236:25
[9089][AbrController] AbrController (audio) stay on 0/0 (buffer: 1.896) Debug.js:236:25
[9089][DashHandler] Getting the request for audio time : 1554805291.1430001 Debug.js:236:25
[9089][DashHandler] Index for audio time 1554805291.1430001 is 632 Debug.js:236:25
[9089][DashHandler] SegmentTimeline: 1554805289.48 / Infinity Debug.js:236:25
[9089][DashHandler] Getting the next request at index: 633, type: audio Debug.js:236:25
[9090][DashHandler] SegmentTimeline: 1554805291.4 / Infinity Debug.js:236:25
[9090][DashHandler] Getting the next request at index: 634, type: audio Debug.js:236:25
[9090][DashHandler] SegmentTimeline: 1554805293.32 / Infinity Debug.js:236:25
[9090][ScheduleController][audio] Next fragment request url is https://www.example.com/test-audio_128000_en=128000-74630654079360.dash Debug.js:236:25
[9232][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=6499968-932883178296.dash , Range: undefined Debug.js:236:25
[9238][BufferController][video] Buffered Range for type: video : 1554805287.56 - 1554805299.08 currentTime = 1554805292.18025 Debug.js:236:25
[9239][ThroughputRule] requesting switch to index: 7 type: video Average throughput 73174 kbps Debug.js:236:25
[9239][AbrController] AbrController (video) stay on 7/7 (buffer: 6.9) Debug.js:236:25
[9240][DashHandler] Getting the request for video time : 1554805299.0800002 Debug.js:236:25
[9240][DashHandler] Index for video time 1554805299.0800002 is 636 Debug.js:236:25
[9240][DashHandler] SegmentTimeline: 1554805297.16 / Infinity Debug.js:236:25
[9241][DashHandler] Getting the next request at index: 637, type: video Debug.js:236:25
[9241][DashHandler] SegmentTimeline: 1554805299.08 / Infinity Debug.js:236:25
[9241][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883179448.dash Debug.js:236:25
[9252][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://www.example.com/test-audio_128000_en=128000-74630654079360.dash , Range: undefined Debug.js:236:25
[9252][BufferController][audio] Buffered Range for type: audio : 1554805287.56 - 1554805295.24 currentTime = 1554805292.18025 Debug.js:236:25
[9255][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 4507 kbps Debug.js:236:25
[9258][AbrController] AbrController (audio) stay on 0/0 (buffer: 3.06) Debug.js:236:25
[9258][DashHandler] Getting the request for audio time : 1554805295.24 Debug.js:236:25
[9259][DashHandler] Index for audio time 1554805295.24 is 634 Debug.js:236:25
[9259][DashHandler] SegmentTimeline: 1554805293.32 / Infinity Debug.js:236:25
[9260][DashHandler] Getting the next request at index: 635, type: audio Debug.js:236:25
[9260][DashHandler] SegmentTimeline: 1554805295.24 / Infinity Debug.js:236:25
[9260][ScheduleController][audio] Next fragment request url is https://www.example.com/test-audio_128000_en=128000-74630654171520.dash Debug.js:236:25
[9495][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://www.example.com/test-audio_128000_en=128000-74630654171520.dash , Range: undefined Debug.js:236:25
[9497][BufferController][audio] Buffered Range for type: audio : 1554805287.56 - 1554805297.16 currentTime = 1554805292.4625 Debug.js:236:25
[9498][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 4232 kbps Debug.js:236:25
[9500][AbrController] AbrController (audio) stay on 0/0 (buffer: 4.697) Debug.js:236:25
[9501][DashHandler] Getting the request for audio time : 1554805297.16 Debug.js:236:25
[9501][DashHandler] Index for audio time 1554805297.16 is 635 Debug.js:236:25
[9501][DashHandler] SegmentTimeline: 1554805295.24 / Infinity Debug.js:236:25
[9501][DashHandler] Getting the next request at index: 636, type: audio Debug.js:236:25
[9502][DashHandler] SegmentTimeline: 1554805297.16 / Infinity Debug.js:236:25
[9502][ScheduleController][audio] Next fragment request url is https://www.example.com/test-audio_128000_en=128000-74630654263680.dash Debug.js:236:25
[9522][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=6499968-932883179448.dash , Range: undefined Debug.js:236:25
[9526][BufferController][video] Buffered Range for type: video : 1554805287.56 - 1554805301 currentTime = 1554805292.4625 Debug.js:236:25
[9527][ThroughputRule] requesting switch to index: 7 type: video Average throughput 76663 kbps Debug.js:236:25
[9527][AbrController] AbrController (video) stay on 7/7 (buffer: 8.537) Debug.js:236:25
[9528][DashHandler] Getting the request for video time : 1554805301 Debug.js:236:25
[9528][DashHandler] Index for video time 1554805301 is 637 Debug.js:236:25
[9528][DashHandler] SegmentTimeline: 1554805299.08 / Infinity Debug.js:236:25
[9528][DashHandler] Getting the next request at index: 638, type: video Debug.js:236:25
[9529][DashHandler] No segment found at index: 638. Wait for next loop Debug.js:236:25
[9529][ScheduleController][video] Next fragment seems to be at the bleeding live edge and is not available yet. Rescheduling. Debug.js:236:25
[9758][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://www.example.com/test-audio_128000_en=128000-74630654263680.dash , Range: undefined Debug.js:236:25
[9759][BufferController][audio] Buffered Range for type: audio : 1554805287.56 - 1554805299.08 currentTime = 1554805292.707875 Debug.js:236:25
[9761][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 3992 kbps Debug.js:236:25
[9762][AbrController] AbrController (audio) stay on 0/0 (buffer: 6.372) Debug.js:236:25
[9762][DashHandler] Getting the request for audio time : 1554805299.0800002 Debug.js:236:25
[9762][DashHandler] Index for audio time 1554805299.0800002 is 636 Debug.js:236:25
[9762][DashHandler] SegmentTimeline: 1554805297.16 / Infinity Debug.js:236:25
[9763][DashHandler] Getting the next request at index: 637, type: audio Debug.js:236:25
[9763][DashHandler] SegmentTimeline: 1554805299.08 / Infinity Debug.js:236:25
[9763][ScheduleController][audio] Next fragment request url is https://www.example.com/test-audio_128000_en=128000-74630654355840.dash Debug.js:236:25
[9981][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://www.example.com/test-audio_128000_en=128000-74630654355840.dash , Range: undefined Debug.js:236:25
[9983][BufferController][audio] Buffered Range for type: audio : 1554805287.56 - 1554805301 currentTime = 1554805292.912395 Debug.js:236:25
[9997][DashParser] Parsing complete: ( xml2json: 10.0ms, objectiron: 0.00ms, total: 0.0100s) Debug.js:236:25
[9999][StreamController] SegmentTimeline detected using calculated Live Edge Time Debug.js:236:25
[10000][ManifestUpdater] Manifest has been refreshed at Tue Apr 09 2019 11:21:45 GMT+0100 (British Summer Time)[1554805305.173] Debug.js:236:25
[10001][ManifestUpdater] Refresh manifest in 1999 milliseconds. Debug.js:236:25
[10039][ThroughputRule] requesting switch to index: 7 type: video Average throughput 76663 kbps Debug.js:236:25
[10039][AbrController] AbrController (video) stay on 7/7 (buffer: 8.088) Debug.js:236:25
[10039][DashHandler] Getting the request for video time : 1554805301 Debug.js:236:25
[10040][DashHandler] Index for video time 1554805301 is 637 Debug.js:236:25
[10040][DashHandler] SegmentTimeline: 1554805299.08 / Infinity Debug.js:236:25
[10040][DashHandler] Getting the next request at index: 638, type: video Debug.js:236:25
[10040][DashHandler] No segment found at index: 638. Wait for next loop Debug.js:236:25
[10040][ScheduleController][video] Next fragment seems to be at the bleeding live edge and is not available yet. Rescheduling. Debug.js:236:25
[10223][TimeSyncController] Local time: Tue Apr 09 2019 11:21:45 GMT+0100 (British Summer Time) Debug.js:236:25
[10224][TimeSyncController] Server time: Tue Apr 09 2019 11:21:48 GMT+0100 (British Summer Time) Debug.js:236:25
[10224][TimeSyncController] Server Time - Local Time (ms): 2602 Debug.js:236:25
[10224][Stream] Manifest updated... updating data system wide. Debug.js:236:25
[10225][EventController] Add inline event with id 20244847 Debug.js:236:25
[10225][EventController] Add inline event with id 20244848 Debug.js:236:25
[10225][EventController] Add inline event with id 20244849 Debug.js:236:25
[10226][EventController] Add inline event with id 20244850 Debug.js:236:25
[10226][EventController] Add inline event with id 20244851 Debug.js:236:25
[10226][EventController] Add inline event with id 20244852 Debug.js:236:25
[10226][EventController] Add inline event with id 20244853 Debug.js:236:25
[10226][EventController] Add inline event with id 20244854 Debug.js:236:25
[10226][EventController] Add inline event with id 20244855 Debug.js:236:25
[10226][EventController] Add inline event with id 20244856 Debug.js:236:25
[10226][EventController] Add inline event with id 20244857 Debug.js:236:25
[10226][EventController] Add inline event with id 20244858 Debug.js:236:25
[10227][EventController] Add inline event with id 20244859 Debug.js:236:25
[10227][EventController] Add inline event with id 20244860 Debug.js:236:25
[10227][EventController] Added 14 inline events Debug.js:236:25
[10229][ScheduleController][video] Schedule Controller stops Debug.js:236:25
[10233][ScheduleController][audio] Schedule Controller stops Debug.js:236:25
[10233][PlaybackController] Requesting seek to time: 1554805293.3900003 Debug.js:236:25
[10235][ScheduleController][video] Schedule Controller starts Debug.js:236:25
[10236][ScheduleController][audio] Schedule Controller starts Debug.js:236:25
[10237][ThroughputRule] requesting switch to index: 7 type: video Average throughput 76663 kbps Debug.js:236:25
[10237][AbrController] AbrController (video) stay on 7/7 (buffer: 7.925) Debug.js:236:25
[10237][DashHandler] Getting the request for video time : 1554805301 Debug.js:236:25
[10237][DashHandler] Index for video time 1554805301 is 637 Debug.js:236:25
[10239][DashHandler] SegmentTimeline: 1554805299.08 / Infinity Debug.js:236:25
[10239][DashHandler] Getting the next request at index: 638, type: video Debug.js:236:25
[10239][DashHandler] No segment found at index: 638. Wait for next loop Debug.js:236:25
[10239][ScheduleController][video] Next fragment seems to be at the bleeding live edge and is not available yet. Rescheduling. Debug.js:236:25
[10241][PlaybackController] Seeking to: 1554805293.3900003 Debug.js:236:25
[10242][BufferController][video] Removing video buffer from: 0 to 1554805291.4 Debug.js:236:25
[10243][BufferController][audio] Removing audio buffer from: 0 to 1554805291.4 Debug.js:236:25
[10245][PlaybackController] Native video element event: waiting Debug.js:236:25
[10245][ThroughputRule] requesting switch to index: 7 type: video Average throughput 76663 kbps Debug.js:236:25
[10246][AbrController] AbrController (video) stay on 7/7 (buffer: 7.925) Debug.js:236:25
[10246][BufferController][video] onRemoved buffer from: 0 to 1554805291.4 Debug.js:236:25
[10246][BufferController][video] Buffered Range for type: video : 1554805291.4 - 1554805301 currentTime = 1554805293.3900003 Debug.js:236:25
[10247][BufferController][video] Removing video buffer from: 1554805297.66 to 1554805301.5 Debug.js:236:25
[10247][BufferController][audio] onRemoved buffer from: 0 to 1554805291.4 Debug.js:236:25
[10250][BufferController][audio] Buffered Range for type: audio : 1554805291.4 - 1554805301 currentTime = 1554805293.3900003 Debug.js:236:25
[10250][BufferController][audio] Removing audio buffer from: 1554805297.66 to 1554805301.5 Debug.js:236:25
[10253][BufferController][video] onRemoved buffer from: 1554805297.66 to 1554805301.5 Debug.js:236:25
[10254][BufferController][video] Buffered Range for type: video : 1554805291.4 - 1554805297.66 currentTime = 1554805293.3900003 Debug.js:236:25
[10255][BufferController][video] onRemoved : call updateBufferLevel Debug.js:236:25
[10255][BufferController][audio] onRemoved buffer from: 1554805297.66 to 1554805301.5 Debug.js:236:25
[10255][BufferController][audio] Buffered Range for type: audio : 1554805291.4 - 1554805297.672 currentTime = 1554805293.3900003 Debug.js:236:25
[10256][BufferController][audio] onRemoved : call updateBufferLevel Debug.js:236:25
[10260][PlaybackController] Native video element event: seeked Debug.js:236:25
[10261][PlaybackController] Native video element event: playing Debug.js:236:25
[10751][ThroughputRule] requesting switch to index: 7 type: video Average throughput 76663 kbps Debug.js:236:25
[10751][AbrController] AbrController (video) stay on 7/7 (buffer: 4.048) Debug.js:236:25
[10752][DashHandler] Getting the request for video time : 1554805293.3900003 Debug.js:236:25
[10753][DashHandler] Index for video time 1554805293.3900003 is 633 Debug.js:236:25
[10753][DashHandler] SegmentTimeline: 1554805291.4 / Infinity Debug.js:236:25
[10753][DashHandler] Getting the next request at index: 634, type: video Debug.js:236:25
[10753][DashHandler] SegmentTimeline: 1554805293.32 / Infinity Debug.js:236:25
[10753][DashHandler] Getting the next request at index: 635, type: video Debug.js:236:25
[10754][DashHandler] SegmentTimeline: 1554805295.24 / Infinity Debug.js:236:25
[10754][DashHandler] Getting the next request at index: 636, type: video Debug.js:236:25
[10754][DashHandler] SegmentTimeline: 1554805297.16 / Infinity Debug.js:236:25
[10754][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883178296.dash Debug.js:236:25
[10982][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=6499968-932883178296.dash , Range: undefined Debug.js:236:25
[10987][BufferController][video] Buffered Range for type: video : 1554805291.4 - 1554805299.08 currentTime = 1554805294.058541 Debug.js:236:25
[10987][ThroughputRule] requesting switch to index: 7 type: video Average throughput 70332 kbps Debug.js:236:25
[10988][AbrController] AbrController (video) stay on 7/7 (buffer: 5.021) Debug.js:236:25
[10988][DashHandler] Getting the request for video time : 1554805299.0800002 Debug.js:236:25
[10988][DashHandler] Index for video time 1554805299.0800002 is 636 Debug.js:236:25
[10988][DashHandler] SegmentTimeline: 1554805297.16 / Infinity Debug.js:236:25
[10988][DashHandler] Getting the next request at index: 637, type: video Debug.js:236:25
[10989][DashHandler] SegmentTimeline: 1554805299.08 / Infinity Debug.js:236:25
[10989][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883179448.dash Debug.js:236:25
[11262][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=6499968-932883179448.dash , Range: undefined Debug.js:236:25
[11268][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 3794 kbps Debug.js:236:25
[11269][AbrController] AbrController (audio) stay on 0/0 (buffer: 3.491) Debug.js:236:25
[11269][DashHandler] Getting the request for audio time : 1554805293.3900003 Debug.js:236:25
[11269][DashHandler] Index for audio time 1554805293.3900003 is 633 Debug.js:236:25
[11269][DashHandler] SegmentTimeline: 1554805291.4 / Infinity Debug.js:236:25
[11269][DashHandler] Getting the next request at index: 634, type: audio Debug.js:236:25
[11270][DashHandler] SegmentTimeline: 1554805293.32 / Infinity Debug.js:236:25
[11271][DashHandler] Getting the next request at index: 635, type: audio Debug.js:236:25
[11271][DashHandler] SegmentTimeline: 1554805295.24 / Infinity Debug.js:236:25
[11271][DashHandler] Getting the next request at index: 636, type: audio Debug.js:236:25
[11271][DashHandler] SegmentTimeline: 1554805297.16 / Infinity Debug.js:236:25
[11271][ScheduleController][audio] Next fragment request url is https://www.example.com/test-audio_128000_en=128000-74630654263680.dash Debug.js:236:25
[11272][BufferController][video] Buffered Range for type: video : 1554805291.4 - 1554805301 currentTime = 1554805294.343645 Debug.js:236:25
[11273][ThroughputRule] requesting switch to index: 7 type: video Average throughput 61376 kbps Debug.js:236:25
[11274][AbrController] AbrController (video) stay on 7/7 (buffer: 6.656) Debug.js:236:25
[11275][DashHandler] Getting the request for video time : 1554805301 Debug.js:236:25
[11275][DashHandler] Index for video time 1554805301 is 637 Debug.js:236:25
[11275][DashHandler] SegmentTimeline: 1554805299.08 / Infinity Debug.js:236:25
[11275][DashHandler] Getting the next request at index: 638, type: video Debug.js:236:25
[11275][DashHandler] No segment found at index: 638. Wait for next loop Debug.js:236:25
[11275][ScheduleController][video] Next fragment seems to be at the bleeding live edge and is not available yet. Rescheduling. Debug.js:236:25
[11290][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://www.example.com/test-audio_128000_en=128000-74630654263680.dash , Range: undefined Debug.js:236:25
[11290][BufferController][audio] Buffered Range for type: audio : 1554805291.4 - 1554805299.08 currentTime = 1554805294.343645 Debug.js:236:25
[11291][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 4262 kbps Debug.js:236:25
[11292][AbrController] AbrController (audio) stay on 0/0 (buffer: 4.736) Debug.js:236:25
[11292][DashHandler] Getting the request for audio time : 1554805299.0800002 Debug.js:236:25
[11292][DashHandler] Index for audio time 1554805299.0800002 is 636 Debug.js:236:25
[11292][DashHandler] SegmentTimeline: 1554805297.16 / Infinity Debug.js:236:25
[11292][DashHandler] Getting the next request at index: 637, type: audio Debug.js:236:25
[11292][DashHandler] SegmentTimeline: 1554805299.08 / Infinity Debug.js:236:25
[11292][ScheduleController][audio] Next fragment request url is https://www.example.com/test-audio_128000_en=128000-74630654355840.dash Debug.js:236:25
[11557][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://www.example.com/test-audio_128000_en=128000-74630654355840.dash , Range: undefined Debug.js:236:25
[11558][BufferController][audio] Buffered Range for type: audio : 1554805291.4 - 1554805301 currentTime = 1554805294.627791 Debug.js:236:25
[11778][ThroughputRule] requesting switch to index: 7 type: video Average throughput 61376 kbps Debug.js:236:25
[11780][AbrController] AbrController (video) stay on 7/7 (buffer: 6.25) Debug.js:236:25
[11781][DashHandler] Getting the request for video time : 1554805301 Debug.js:236:25
[11781][DashHandler] Index for video time 1554805301 is 637 Debug.js:236:25
[11781][DashHandler] SegmentTimeline: 1554805299.08 / Infinity Debug.js:236:25
[11782][DashHandler] Getting the next request at index: 638, type: video Debug.js:236:25
[11782][DashHandler] No segment found at index: 638. Wait for next loop Debug.js:236:25
[11782][ScheduleController][video] Next fragment seems to be at the bleeding live edge and is not available yet. Rescheduling. Debug.js:236:25
[12104][DashParser] Parsing complete: ( xml2json: 3.00ms, objectiron: 2.00ms, total: 0.00500s) Debug.js:236:25
[12106][StreamController] SegmentTimeline detected using calculated Live Edge Time Debug.js:236:25
[12106][ManifestUpdater] Manifest has been refreshed at Tue Apr 09 2019 11:21:47 GMT+0100 (British Summer Time)[1554805307.28] Debug.js:236:25
[12107][ManifestUpdater] Refresh manifest in 2000 milliseconds. Debug.js:236:25
[12120][TimeSyncController] Local time: Tue Apr 09 2019 11:21:47 GMT+0100 (British Summer Time) Debug.js:236:25
[12120][TimeSyncController] Server time: Tue Apr 09 2019 11:21:50 GMT+0100 (British Summer Time) Debug.js:236:25
[12120][TimeSyncController] Server Time - Local Time (ms): 2705 Debug.js:236:25
[12120][Stream] Manifest updated... updating data system wide. Debug.js:236:25
[12121][EventController] Add inline event with id 20244847 Debug.js:236:25
[12121][EventController] Add inline event with id 20244848 Debug.js:236:25
[12121][EventController] Add inline event with id 20244849 Debug.js:236:25
[12122][EventController] Add inline event with id 20244850 Debug.js:236:25
[12122][EventController] Add inline event with id 20244851 Debug.js:236:25
[12122][EventController] Add inline event with id 20244852 Debug.js:236:25
[12122][EventController] Add inline event with id 20244853 Debug.js:236:25
[12122][EventController] Add inline event with id 20244854 Debug.js:236:25
[12122][EventController] Add inline event with id 20244855 Debug.js:236:25
[12122][EventController] Add inline event with id 20244856 Debug.js:236:25
[12122][EventController] Add inline event with id 20244857 Debug.js:236:25
[12122][EventController] Add inline event with id 20244858 Debug.js:236:25
[12122][EventController] Add inline event with id 20244859 Debug.js:236:25
[12123][EventController] Add inline event with id 20244860 Debug.js:236:25
[12123][EventController] Added 14 inline events Debug.js:236:25
[12125][ScheduleController][video] Schedule Controller stops Debug.js:236:25
[12126][ScheduleController][audio] Schedule Controller stops Debug.js:236:25
[12128][PlaybackController] Requesting seek to time: 1554805295.2420003 Debug.js:236:25
[12130][ScheduleController][video] Schedule Controller starts Debug.js:236:25
[12131][ScheduleController][audio] Schedule Controller starts Debug.js:236:25
[12133][ThroughputRule] requesting switch to index: 7 type: video Average throughput 61376 kbps Debug.js:236:25
[12135][AbrController] AbrController (video) stay on 7/7 (buffer: 5.966) Debug.js:236:25
[12135][DashHandler] Getting the request for video time : 1554805301 Debug.js:236:25
[12136][DashHandler] Index for video time 1554805301 is 635 Debug.js:236:25
[12136][DashHandler] SegmentTimeline: 1554805299.08 / Infinity Debug.js:236:25
[12136][DashHandler] Getting the next request at index: 636, type: video Debug.js:236:25
[12136][DashHandler] SegmentTimeline: 1554805301 / Infinity Debug.js:236:25
[12137][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883180600.dash Debug.js:236:25
[12139][PlaybackController] Seeking to: 1554805295.2420003 Debug.js:236:25
[12140][BufferController][video] Removing video buffer from: 0 to 1554805293.32 Debug.js:236:25
[12141][ScheduleController][video] onPlaybackSeeking for video, call fragmentModel.abortRequests in order to seek quicker Debug.js:236:25
[12141][ScheduleController][video] onFragmentLoadingAbandoned for video, request: https://www.example.com/test-video=6499968-932883180600.dash has been aborted Debug.js:236:25
[12142][ScheduleController][video] onFragmentLoadingAbandoned for video, request: https://www.example.com/test-video=6499968-932883180600.dash has been aborted Debug.js:236:25
[12142][ScheduleController][video] isFragmentProcessingInProgress is already equal to false Debug.js:236:25
[12143][BufferController][audio] Removing audio buffer from: 0 to 1554805293.32 Debug.js:236:25
[12145][PlaybackController] Native video element event: waiting Debug.js:236:25
[12149][ThroughputRule] requesting switch to index: 7 type: video Average throughput 61376 kbps Debug.js:236:25
[12150][AbrController] AbrController (video) stay on 7/7 (buffer: 5.966) Debug.js:236:25
[12153][BufferController][video] onRemoved buffer from: 0 to 1554805293.32 Debug.js:236:25
[12153][BufferController][video] Buffered Range for type: video : 1554805293.32 - 1554805301 currentTime = 1554805295.2420003 Debug.js:236:25
[12154][BufferController][video] Removing video buffer from: 1554805299.5800002 to 1554805301.5 Debug.js:236:25
[12155][BufferController][audio] onRemoved buffer from: 0 to 1554805293.32 Debug.js:236:25
[12155][BufferController][audio] Buffered Range for type: audio : 1554805293.32 - 1554805301 currentTime = 1554805295.242 Debug.js:236:25
[12156][BufferController][audio] Removing audio buffer from: 1554805299.5800002 to 1554805301.5 Debug.js:236:25
[12158][PlaybackController] Native video element event: seeked Debug.js:236:25
[12159][PlaybackController] Native video element event: playing Debug.js:236:25
[12161][BufferController][video] onRemoved buffer from: 1554805299.5800002 to 1554805301.5 Debug.js:236:25
[12162][BufferController][video] Buffered Range for type: video : 1554805293.32 - 1554805299.58 currentTime = 1554805295.242 Debug.js:236:25
[12163][BufferController][video] onRemoved : call updateBufferLevel Debug.js:236:25
[12164][BufferController][audio] onRemoved buffer from: 1554805299.5800002 to 1554805301.5 Debug.js:236:25
[12164][BufferController][audio] Buffered Range for type: audio : 1554805293.32 - 1554805299.592 currentTime = 1554805295.242 Debug.js:236:25
[12164][BufferController][audio] onRemoved : call updateBufferLevel Debug.js:236:25
[12659][ThroughputRule] requesting switch to index: 7 type: video Average throughput 61376 kbps Debug.js:236:25
[12660][AbrController] AbrController (video) stay on 7/7 (buffer: 4.121) Debug.js:236:25
[12662][DashHandler] Getting the request for video time : 1554805295.2420003 Debug.js:236:25
[12663][DashHandler] Index for video time 1554805295.2420003 is 632 Debug.js:236:25
[12664][DashHandler] SegmentTimeline: 1554805293.32 / Infinity Debug.js:236:25
[12664][DashHandler] Getting the next request at index: 633, type: video Debug.js:236:25
[12665][DashHandler] SegmentTimeline: 1554805295.24 / Infinity Debug.js:236:25
[12666][DashHandler] Getting the next request at index: 634, type: video Debug.js:236:25
[12666][DashHandler] SegmentTimeline: 1554805297.16 / Infinity Debug.js:236:25
[12667][DashHandler] Getting the next request at index: 635, type: video Debug.js:236:25
[12667][DashHandler] SegmentTimeline: 1554805299.08 / Infinity Debug.js:236:25
[12667][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883179448.dash Debug.js:236:25
[12953][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=6499968-932883179448.dash , Range: undefined Debug.js:236:25
[12957][BufferController][video] Buffered Range for type: video : 1554805293.32 - 1554805301 currentTime = 1554805295.945541 Debug.js:236:25
[12961][ThroughputRule] requesting switch to index: 7 type: video Average throughput 55684 kbps Debug.js:236:25
[12962][AbrController] AbrController (video) stay on 7/7 (buffer: 5.054) Debug.js:236:25
[12964][DashHandler] Getting the request for video time : 1554805301 Debug.js:236:25
[12964][DashHandler] Index for video time 1554805301 is 635 Debug.js:236:25
[12965][DashHandler] SegmentTimeline: 1554805299.08 / Infinity Debug.js:236:25
[12966][DashHandler] Getting the next request at index: 636, type: video Debug.js:236:25
[12967][DashHandler] SegmentTimeline: 1554805301 / Infinity Debug.js:236:25
[12967][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883180600.dash Debug.js:236:25
[13245][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 4088 kbps Debug.js:236:25
[13247][AbrController] AbrController (audio) stay on 0/0 (buffer: 3.604) Debug.js:236:25
[13247][DashHandler] Getting the request for audio time : 1554805295.242 Debug.js:236:25
[13249][DashHandler] Index for audio time 1554805295.242 is 632 Debug.js:236:25
[13249][DashHandler] SegmentTimeline: 1554805293.32 / Infinity Debug.js:236:25
[13249][DashHandler] Getting the next request at index: 633, type: audio Debug.js:236:25
[13249][DashHandler] SegmentTimeline: 1554805295.24 / Infinity Debug.js:236:25
[13250][DashHandler] Getting the next request at index: 634, type: audio Debug.js:236:25
[13250][DashHandler] SegmentTimeline: 1554805297.16 / Infinity Debug.js:236:25
[13250][DashHandler] Getting the next request at index: 635, type: audio Debug.js:236:25
[13251][DashHandler] SegmentTimeline: 1554805299.08 / Infinity Debug.js:236:25
[13251][ScheduleController][audio] Next fragment request url is https://www.example.com/test-audio_128000_en=128000-74630654355840.dash Debug.js:236:25
[13314][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=6499968-932883180600.dash , Range: undefined Debug.js:236:25
[13318][BufferController][video] Buffered Range for type: video : 1554805293.32 - 1554805302.72 currentTime = 1554805296.312895 Debug.js:236:25
[13320][ThroughputRule] requesting switch to index: 7 type: video Average throughput 49994 kbps Debug.js:236:25
[13321][AbrController] AbrController (video) stay on 7/7 (buffer: 6.407) Debug.js:236:25
[13321][DashHandler] Getting the request for video time : 1554805302.72 Debug.js:236:25
[13322][DashHandler] Index for video time 1554805302.72 is 636 Debug.js:236:25
[13322][DashHandler] SegmentTimeline: 1554805301 / Infinity Debug.js:236:25
[13322][DashHandler] Getting the next request at index: 637, type: video Debug.js:236:25
[13322][DashHandler] SegmentTimeline: 1554805302.72 / Infinity Debug.js:236:25
[13323][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883181632.dash Debug.js:236:25
[13353][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://www.example.com/test-audio_128000_en=128000-74630654355840.dash , Range: undefined Debug.js:236:25
[13354][BufferController][audio] Buffered Range for type: audio : 1554805293.32 - 1554805301 currentTime = 1554805296.353166 Debug.js:236:25
[13356][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 3312 kbps Debug.js:236:25
[13356][AbrController] AbrController (audio) stay on 0/0 (buffer: 4.647) Debug.js:236:25
[13356][DashHandler] Getting the request for audio time : 1554805301 Debug.js:236:25
[13357][DashHandler] Index for audio time 1554805301 is 635 Debug.js:236:25
[13357][DashHandler] SegmentTimeline: 1554805299.08 / Infinity Debug.js:236:25
[13358][DashHandler] Getting the next request at index: 636, type: audio Debug.js:236:25
[13358][DashHandler] SegmentTimeline: 1554805301 / Infinity Debug.js:236:25
[13359][ScheduleController][audio] Next fragment request url is https://www.example.com/test-audio_128000_en=128000-74630654448000.dash Debug.js:236:25
[13632][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=6499968-932883181632.dash , Range: undefined Debug.js:236:25
[13632][BufferController][video] Buffered Range for type: video : 1554805293.32 - 1554805302.92 currentTime = 1554805296.637166 Debug.js:236:25
[13634][ThroughputRule] requesting switch to index: 7 type: video Average throughput 49994 kbps Debug.js:236:25
[13634][AbrController] AbrController (video) stay on 7/7 (buffer: 6.283) Debug.js:236:25
[13635][DashHandler] Getting the request for video time : 1554805302.92 Debug.js:236:25
[13635][DashHandler] Index for video time 1554805302.92 is 637 Debug.js:236:25
[13635][DashHandler] SegmentTimeline: 1554805302.72 / Infinity Debug.js:236:25
[13636][DashHandler] Getting the next request at index: 638, type: video Debug.js:236:25
[13636][DashHandler] SegmentTimeline: 1554805302.92 / Infinity Debug.js:236:25
[13636][ScheduleController][video] Next fragment request url is https://www.example.com/test-video=6499968-932883181752.dash Debug.js:236:25
[13833][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://www.example.com/test-audio_128000_en=128000-74630654448000.dash , Range: undefined Debug.js:236:25
[13834][BufferController][audio] Buffered Range for type: audio : 1554805293.32 - 1554805302.770666 currentTime = 1554805296.840229 Debug.js:236:25
[13835][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 3140 kbps Debug.js:236:25
[13836][AbrController] AbrController (audio) stay on 0/0 (buffer: 5.93) Debug.js:236:25
[13836][NextFragmentRequestRule] Prior to making a request for time, NextFragmentRequestRule is aligning index handler's currentTime with bufferedRange.end for audio . 1554805302.7706459 was changed to 1554805302.770666 Debug.js:236:25
[13836][DashHandler] Getting the request for audio time : 1554805302.770666 Debug.js:236:25
[13836][DashHandler] Index for audio time 1554805302.770666 is 636 Debug.js:236:25
[13837][DashHandler] SegmentTimeline: 1554805301 / Infinity Debug.js:236:25
[13837][DashHandler] Getting the next request at index: 637, type: audio Debug.js:236:25
[13837][DashHandler] SegmentTimeline: 1554805302.77065 / Infinity Debug.js:236:25
[13837][ScheduleController][audio] Next fragment request url is https://www.example.com/test-audio_128000_en=128000-74630654532991.dash Debug.js:236:25
[14139][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://www.example.com/test-audio_128000_en=128000-74630654532991.dash , Range: undefined Debug.js:236:25
[14140][BufferController][audio] Buffered Range for type: audio : 1554805293.32 - 1554805302.92 currentTime = 1554805297.16477 Debug.js:236:25
[14143][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 3043 kbps Debug.js:236:25
[14144][AbrController] AbrController (audio) stay on 0/0 (buffer: 5.755) Debug.js:236:25
[14145][DashHandler] Getting the request for audio time : 1554805302.92 Debug.js:236:25
[14146][DashHandler] Index for audio time 1554805302.92 is 636 Debug.js:236:25
[14146][DashHandler] SegmentTimeline: 1554805301 / Infinity Debug.js:236:25
[14148][DashHandler] Getting the next request at index: 637, type: audio Debug.js:236:25
[14149][DashHandler] SegmentTimeline: 1554805302.77065 / Infinity Debug.js:236:25
[14151][DashHandler] Getting the next request at index: 638, type: audio Debug.js:236:25
[14152][DashHandler] SegmentTimeline: 1554805302.92 / Infinity Debug.js:236:25
[14152][ScheduleController][audio] Next fragment request url is https://www.example.com/test-audio_128000_en=128000-74630654540160.dash Debug.js:236:25
[14188][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://www.example.com/test-video=6499968-932883181752.dash , Range: undefined Debug.js:236:25