Live MultiPeriod $Time$+SegmentTimeline stalls at period boundary
Created by: nicoweilelemental
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://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dash/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/out/v1/4d80592a43274cefae94215b1c18545d/index.mpd
- Dash.js version: 2.9.3
- Browser name/version: Chrome 72.0.3626.119
- OS name/version: Windows 10
Steps to reproduce
- Please provide clear steps to reproduce your problem Just play the stream.
- If the bug is intermittent, give a rough frequency if possible This is a systematic problem.
Observed behaviour
You will see the playback stop at period boundary, MPD refreshes happening, some successful segments loading but the playback never resumes. Instead we see endless manifest reloading. This is a stream with ad insertion produced by AWS Elemental MediaPackage (for the original stream) and MediaTailor (for the ad insertion), playing fine in Shaka, Exoplayer and THEOplayer.
Console output
Debug.js:233 [538887][StreamController] Jumping media gap (discontinuity) at time 87664.517209 . Jumping to end of the stream
Debug.js:233 [538888][ScheduleController][video] Schedule Controller stops
Debug.js:233 [538889][ScheduleController][audio] Schedule Controller stops
Debug.js:233 [538890][EventController] Added 0 inline events
Debug.js:233 [538890][Stream] video codec: video/mp4;codecs="avc1.640028"
Debug.js:233 [538891][DOMStorage] Last saved bitrate for video was 1186896
Debug.js:233 [538892][Stream] audio codec: audio/mp4;codecs="mp4a.40.2"
Debug.js:233 [538894][Stream] No text data.
Debug.js:233 [538894][Stream] No fragmentedText data.
Debug.js:233 [538895][Stream] No embeddedText data.
Debug.js:233 [538895][Stream] No muxed data.
Debug.js:233 [538895][Stream] No image data.
Debug.js:233 [538896] Doing period transition with changeType
Debug.js:233 [538897] Doing period transition with changeType
Debug.js:233 [538898][StreamController] SourceBuffer changeType method supported. Use it to switch codecs in periods transitions
Debug.js:233 [538899][EventController] Start Event Controller
Debug.js:233 [539994][DashParser] Parsing complete: ( xml2json: 4.07ms, objectiron: 0.0550ms, total: 0.00412s)
Debug.js:233 [539997][ManifestLoader] BaseURI set by Location to: https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dash/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/out/v1/4d80592a43274cefae94215b1c18545d/
Debug.js:233 [540001][StreamController] SegmentTimeline detected using calculated Live Edge Time
Debug.js:233 [540006][Stream] Manifest updated... updating data system wide.
Debug.js:233 [540011][EventController] Added 0 inline events
Debug.js:233 [540015][Stream] Manifest updated... updating data system wide.
Debug.js:233 [540018][EventController] Added 0 inline events
Debug.js:233 [540024][Stream] Manifest updated... updating data system wide.
Debug.js:233 [540027][ManifestUpdater] Manifest has been refreshed at Wed Feb 27 2019 12:03:40 GMT+0100 (heure normale d’Europe centrale)[1551265420.638]
Debug.js:233 [540030][ManifestUpdater] Refresh manifest in 4000 milliseconds.
Debug.js:233 [544212][DashParser] Parsing complete: ( xml2json: 3.92ms, objectiron: 0.0500ms, total: 0.00397s)
Debug.js:233 [544216][ManifestLoader] BaseURI set by Location to: https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dash/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/out/v1/4d80592a43274cefae94215b1c18545d/
Debug.js:233 [544219][StreamController] SegmentTimeline detected using calculated Live Edge Time
Debug.js:233 [544222][Stream] Manifest updated... updating data system wide.
Debug.js:233 [544225][EventController] Added 0 inline events
Debug.js:233 [544228][Stream] Manifest updated... updating data system wide.
Debug.js:233 [544231][EventController] Added 0 inline events
Debug.js:233 [544236][Stream] Manifest updated... updating data system wide.
Debug.js:233 [544238][ManifestUpdater] Manifest has been refreshed at Wed Feb 27 2019 12:03:44 GMT+0100 (heure normale d’Europe centrale)[1551265424.855]
Debug.js:233 [544241][ManifestUpdater] Refresh manifest in 4000 milliseconds.
Debug.js:233 [548449][DashParser] Parsing complete: ( xml2json: 5.86ms, objectiron: 0.0550ms, total: 0.00592s)
Debug.js:233 [548452][ManifestLoader] BaseURI set by Location to: https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dash/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/out/v1/4d80592a43274cefae94215b1c18545d/
Debug.js:233 [548454][StreamController] SegmentTimeline detected using calculated Live Edge Time
Debug.js:233 [548457][Stream] Manifest updated... updating data system wide.
Debug.js:233 [548459][EventController] Added 0 inline events
Debug.js:233 [548462][Stream] Manifest updated... updating data system wide.
Debug.js:233 [548464][EventController] Added 0 inline events
Debug.js:233 [548469][Stream] Manifest updated... updating data system wide.
Debug.js:233 [548471][ManifestUpdater] Manifest has been refreshed at Wed Feb 27 2019 12:03:49 GMT+0100 (heure normale d’Europe centrale)[1551265429.091]
Debug.js:233 [548474][ManifestUpdater] Refresh manifest in 4000 milliseconds.
Debug.js:233 [548887][BufferController][video] Removing video buffer from: 0 to 87644.517209
Debug.js:233 [548888][BufferController][audio] Removing audio buffer from: 0 to 87644.517209
Debug.js:233 [548890][BufferController][video] onRemoved buffer from: 0 to 87644.517209
Debug.js:233 [548890][BufferController][video] Buffered Range for type: video : 87648.08 - 87664.88 currentTime = 87664.517209
Debug.js:233 [548890][BufferController][video] onRemoved : call updateBufferLevel
Debug.js:233 [548890][ScheduleController][video] Buffer is empty! Stalling!
Debug.js:233 [548890][BufferController][video] Waiting for more buffer before starting playback for video
Debug.js:233 [548891][ScheduleController][video] Start denied to Schedule Controller
Debug.js:233 [548891][BufferController][audio] onRemoved buffer from: 0 to 87644.517209
Debug.js:233 [548891][BufferController][audio] Buffered Range for type: audio : 87644.522666 - 87664.874666 currentTime = 87664.517209
Debug.js:233 [548892][BufferController][audio] onRemoved : call updateBufferLevel
Debug.js:233 [548892][ScheduleController][audio] Buffer is empty! Stalling!
Debug.js:233 [548892][BufferController][audio] Waiting for more buffer before starting playback for audio
Debug.js:233 [548892][ScheduleController][audio] Start denied to Schedule Controller
Debug.js:233 [552656][DashParser] Parsing complete: ( xml2json: 4.83ms, objectiron: 0.0550ms, total: 0.00489s)
Debug.js:233 [552659][ManifestLoader] BaseURI set by Location to: https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dash/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/out/v1/4d80592a43274cefae94215b1c18545d/
Debug.js:233 [552661][StreamController] SegmentTimeline detected using calculated Live Edge Time
Debug.js:233 [552664][Stream] Manifest updated... updating data system wide.
Debug.js:233 [552666][EventController] Added 0 inline events
Debug.js:233 [552670][Stream] Manifest updated... updating data system wide.
Debug.js:233 [552673][EventController] Added 0 inline events
Debug.js:233 [552678][Stream] Manifest updated... updating data system wide.
Debug.js:233 [552681][Stream] Manifest updated... updating data system wide.
Debug.js:233 [552683][ManifestUpdater] Manifest has been refreshed at Wed Feb 27 2019 12:03:53 GMT+0100 (heure normale d’Europe centrale)[1551265433.298]
Debug.js:233 [552687][ManifestUpdater] Refresh manifest in 4000 milliseconds.
Debug.js:233 [556876][DashParser] Parsing complete: ( xml2json: 5.75ms, objectiron: 0.0650ms, total: 0.00581s)
Debug.js:233 [556879][ManifestLoader] BaseURI set by Location to: https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dash/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/out/v1/4d80592a43274cefae94215b1c18545d/
Debug.js:233 [556883][StreamController] SegmentTimeline detected using calculated Live Edge Time
Debug.js:233 [556887][Stream] Manifest updated... updating data system wide.
Debug.js:233 [556890][EventController] Added 0 inline events
Debug.js:233 [556894][Stream] Manifest updated... updating data system wide.
Debug.js:233 [556897][EventController] Added 0 inline events
Debug.js:233 [556903][Stream] Manifest updated... updating data system wide.
Debug.js:233 [556906][Stream] Manifest updated... updating data system wide.
Debug.js:233 [556908][ManifestUpdater] Manifest has been refreshed at Wed Feb 27 2019 12:03:57 GMT+0100 (heure normale d’Europe centrale)[1551265437.52]
Debug.js:233 [556911][ManifestUpdater] Refresh manifest in 4000 milliseconds.
Debug.js:233 [560064][PlaybackController] Requesting seek to time: 87664.88
Debug.js:233 [560068][PlaybackController] Seeking to: 87664.88
Debug.js:233 [560069][BufferController][video] getAllRangesWithSafetyFactor for video - No request found in current time position, removing full buffer 0 - 87665.38
Debug.js:233 [560069][BufferController][video] Removing video buffer from: 0 to 87665.38
Debug.js:233 [560069][ScheduleController][video] Start denied to Schedule Controller
Debug.js:233 [560071][PlaybackController] Native video element event: waiting
Debug.js:233 [560073][DashHandler] Getting the request for video time : 87669.65866666667
Debug.js:233 [560076][DashHandler] Index for video time 87669.65866666667 is 1
Debug.js:233 [560079][ScheduleController][video] Schedule Controller starts
Debug.js:233 [560084][DashHandler] Getting the request for audio time : 87669.808
Debug.js:233 [560089][DashHandler] Index for audio time 87669.808 is 1
Debug.js:233 [560092][ScheduleController][audio] Schedule Controller starts
Debug.js:233 [560095][ScheduleController][video] Schedule Controller stops
Debug.js:233 [560105][AbrController] AbrController (audio) stay on 0/0 (buffer: 0.357)
Debug.js:233 [560110][ScheduleController][audio] Quality has changed, get init request for representationid = 4
Debug.js:233 [560113][ScheduleController][audio] isFragmentProcessingInProgress is already equal to true
Debug.js:233 [560121][BufferController][video] onRemoved buffer from: 0 to 87665.38
Debug.js:233 [560121][BufferController][video] onRemoved : call updateBufferLevel
Debug.js:233 [560121][ScheduleController][video] Schedule Controller starts
Debug.js:233 [560123][AbrController] AbrController (video) stay on 0/2 (buffer: 0.363)
Debug.js:233 [560123][ScheduleController][video] Quality has changed, get init request for representationid = 3
Debug.js:233 [560123][ScheduleController][video] isFragmentProcessingInProgress is already equal to true
Debug.js:233 [560176][BufferController][audio] Init fragment finished loading saving to audio's init cache
Debug.js:233 [560181][BufferController][audio] Append Init fragment audio with representationId: 4 and quality: 0 , data size: 638
Debug.js:233 [560186][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dashsegment/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/501bbf2f-84a9-4629-80f9-ec6d9a1dab3b/42283/42283_1/asset_audio_96_3_init.mp4 , Range: undefined
Debug.js:233 [560193][ScheduleController][audio] Top quality audio index has changed from undefined to 0
Debug.js:233 [560193][AbrController] AbrController (audio) stay on 0/0 (buffer: 0.357)
Debug.js:233 [560194][DashHandler] Getting the request for audio time : 87667.248
Debug.js:233 [560194][DashHandler] Index for audio time 87667.248 is 1
Debug.js:233 [560195][DashHandler] SegmentTimeline: 2.368 / 15
Debug.js:233 [560195][ScheduleController][audio] Next fragment request url is https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dashsegment/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/501bbf2f-84a9-4629-80f9-ec6d9a1dab3b/42283/42283_1/asset_audio_96_3_113664.mp4
Debug.js:233 [560197][BufferController][video] Init fragment finished loading saving to video's init cache
Debug.js:233 [560198][BufferController][video] Append Init fragment video with representationId: 3 and quality: 0 , data size: 740
Debug.js:233 [560199][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dashsegment/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/501bbf2f-84a9-4629-80f9-ec6d9a1dab3b/42283/42283_1/asset_432_1_0_init.mp4 , Range: undefined
Debug.js:233 [560201][ScheduleController][video] Top quality video index has changed from undefined to 2
Debug.js:233 [560201][AbrController] AbrController (video) stay on 0/2 (buffer: 0.363)
Debug.js:233 [560202][DashHandler] Getting the request for video time : 87667.28
Debug.js:233 [560202][DashHandler] Index for video time 87667.28 is 1
Debug.js:233 [560202][DashHandler] SegmentTimeline: 2.4 / 15
Debug.js:233 [560202][ScheduleController][video] Next fragment request url is https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dashsegment/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/501bbf2f-84a9-4629-80f9-ec6d9a1dab3b/42283/42283_1/asset_432_1_0_216000.mp4
Debug.js:233 [560252][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dashsegment/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/501bbf2f-84a9-4629-80f9-ec6d9a1dab3b/42283/42283_1/asset_audio_96_3_113664.mp4 , Range: undefined
Debug.js:233 [560253][BufferController][audio] Buffered Range for type: audio : 87644.522666 - 87664.874666 currentTime = 87664.88
Debug.js:233 [560253][BufferController][audio] Buffered Range for type: audio : 87667.248 - 87669.658666 currentTime = 87664.88
Debug.js:233 [560262][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dashsegment/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/501bbf2f-84a9-4629-80f9-ec6d9a1dab3b/42283/42283_1/asset_432_1_0_216000.mp4 , Range: undefined
Debug.js:233 [560264][BufferController][video] Buffered Range for type: video : 87667.28 - 87669.68 currentTime = 87664.88
Debug.js:233 [560267][ThroughputRule] requesting switch to index: 2 type: video Average throughput 1068206 kbps
Debug.js:233 [560267][AbrController] AbrController (video) switch from 0 to 2/2 (buffer: 2.4) .
Debug.js:233 [560273][ScheduleController][video] Quality has changed, get init request for representationid = 1
Debug.js:233 [560273][ScheduleController][video] isFragmentProcessingInProgress is already equal to true
Debug.js:233 [560330][BufferController][video] Init fragment finished loading saving to video's init cache
Debug.js:233 [560332][BufferController][video] Append Init fragment video with representationId: 1 and quality: 2 , data size: 742
Debug.js:233 [560333][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dashsegment/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/501bbf2f-84a9-4629-80f9-ec6d9a1dab3b/42283/42283_1/asset_720_3_2_init.mp4 , Range: undefined
Debug.js:233 [560336][ThroughputRule] requesting switch to index: 2 type: video Average throughput 1068206 kbps
Debug.js:233 [560336][AbrController] AbrController (video) stay on 2/2 (buffer: 2.4)
Debug.js:233 [560336][DashHandler] Getting the request for video time : 87669.68
Debug.js:233 [560336][DashHandler] Index for video time 87669.68 is 1
Debug.js:233 [560337][DashHandler] SegmentTimeline: 2.4 / 15
Debug.js:233 [560337][DashHandler] Getting the next request at index: 2, type: video
Debug.js:233 [560337][DashHandler] SegmentTimeline: 4.8 / 15
Debug.js:233 [560337][ScheduleController][video] Next fragment request url is https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dashsegment/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/501bbf2f-84a9-4629-80f9-ec6d9a1dab3b/42283/42283_1/asset_720_3_2_432000.mp4
Debug.js:233 [560406][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dashsegment/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/501bbf2f-84a9-4629-80f9-ec6d9a1dab3b/42283/42283_1/asset_720_3_2_432000.mp4 , Range: undefined
Debug.js:233 [560409][BufferController][video] Buffered Range for type: video : 87667.28 - 87672.08 currentTime = 87664.88
Debug.js:233 [560411][ScheduleController][video] Reloading outdated fragment at index: 1
Debug.js:233 [560412][DashHandler] Getting the request for video time : 87668.48
Debug.js:233 [560412][DashHandler] Index for video time 87668.48 is 1
Debug.js:233 [560412][ScheduleController][video] Next fragment request url is https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dashsegment/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/501bbf2f-84a9-4629-80f9-ec6d9a1dab3b/42283/42283_1/asset_720_3_2_216000.mp4
Debug.js:233 [560476][ScheduleController][video] OnFragmentLoadingCompleted - Url: https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dashsegment/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/501bbf2f-84a9-4629-80f9-ec6d9a1dab3b/42283/42283_1/asset_720_3_2_216000.mp4 , Range: undefined
Debug.js:233 [560478][BufferController][video] Buffered Range for type: video : 87667.28 - 87672.08 currentTime = 87664.88
Debug.js:233 [560756][ThroughputRule] requesting switch to index: 0 type: audio Average throughput 3848 kbps
Debug.js:233 [560756][AbrController] AbrController (audio) stay on 0/0 (buffer: 2.411)
Debug.js:233 [560756][DashHandler] Getting the request for audio time : 87669.65866666667
Debug.js:233 [560756][DashHandler] Index for audio time 87669.65866666667 is 1
Debug.js:233 [560757][DashHandler] SegmentTimeline: 2.368 / 15
Debug.js:233 [560757][DashHandler] Getting the next request at index: 2, type: audio
Debug.js:233 [560761][DashHandler] SegmentTimeline: 4.77867 / 15
Debug.js:233 [560761][ScheduleController][audio] Next fragment request url is https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dashsegment/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/501bbf2f-84a9-4629-80f9-ec6d9a1dab3b/42283/42283_1/asset_audio_96_3_229376.mp4
Debug.js:233 [560820][ScheduleController][audio] OnFragmentLoadingCompleted - Url: https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dashsegment/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/501bbf2f-84a9-4629-80f9-ec6d9a1dab3b/42283/42283_1/asset_audio_96_3_229376.mp4 , Range: undefined
Debug.js:233 [560820][BufferController][audio] Buffered Range for type: audio : 87644.522666 - 87664.874666 currentTime = 87664.88
Debug.js:233 [560821][BufferController][audio] Buffered Range for type: audio : 87667.248 - 87672.047999 currentTime = 87664.88
Debug.js:233 [561097][DashParser] Parsing complete: ( xml2json: 5.96ms, objectiron: 0.0550ms, total: 0.00602s)
Debug.js:233 [561099][ManifestLoader] BaseURI set by Location to: https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dash/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/out/v1/4d80592a43274cefae94215b1c18545d/
Debug.js:233 [561102][StreamController] SegmentTimeline detected using calculated Live Edge Time
Debug.js:233 [561105][Stream] Manifest updated... updating data system wide.
Debug.js:233 [561107][EventController] Added 0 inline events
Debug.js:233 [561110][Stream] Manifest updated... updating data system wide.
Debug.js:233 [561113][EventController] Added 0 inline events
Debug.js:233 [561116][ScheduleController][video] Schedule Controller stops
Debug.js:233 [561120][ScheduleController][audio] Schedule Controller stops
Debug.js:233 [561123][Stream] Manifest updated... updating data system wide.
Debug.js:233 [561126][Stream] Manifest updated... updating data system wide.
Debug.js:233 [561128][ManifestUpdater] Manifest has been refreshed at Wed Feb 27 2019 12:04:01 GMT+0100 (heure normale d’Europe centrale)[1551265441.739]
Debug.js:233 [561130][ManifestUpdater] Refresh manifest in 4000 milliseconds.
Debug.js:233 [565285][DashParser] Parsing complete: ( xml2json: 4.50ms, objectiron: 0.0600ms, total: 0.00455s)
Debug.js:233 [565288][ManifestLoader] BaseURI set by Location to: https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dash/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/out/v1/4d80592a43274cefae94215b1c18545d/
Debug.js:233 [565292][StreamController] SegmentTimeline detected using calculated Live Edge Time
Debug.js:233 [565296][Stream] Manifest updated... updating data system wide.
Debug.js:233 [565300][EventController] Added 0 inline events
Debug.js:233 [565304][Stream] Manifest updated... updating data system wide.
Debug.js:233 [565309][EventController] Added 0 inline events
Debug.js:233 [565318][Stream] Manifest updated... updating data system wide.
Debug.js:233 [565321][Stream] Manifest updated... updating data system wide.
Debug.js:233 [565324][ManifestUpdater] Manifest has been refreshed at Wed Feb 27 2019 12:04:05 GMT+0100 (heure normale d’Europe centrale)[1551265445.929]
Debug.js:233 [565327][ManifestUpdater] Refresh manifest in 4000 milliseconds.
Debug.js:233 [568887][BufferController][audio] Removing audio buffer from: 0 to 87644.88
Debug.js:233 [568888][BufferController][audio] onRemoved buffer from: 0 to 87644.88
Debug.js:233 [568888][BufferController][audio] Buffered Range for type: audio : 87644.885333 - 87664.874666 currentTime = 87664.88
Debug.js:233 [568888][BufferController][audio] Buffered Range for type: audio : 87667.248 - 87672.047999 currentTime = 87664.88
Debug.js:233 [568888][BufferController][audio] onRemoved : call updateBufferLevel
Debug.js:233 [568888][ScheduleController][audio] Schedule Controller starts
Debug.js:233 [569508][DashParser] Parsing complete: ( xml2json: 4.87ms, objectiron: 0.115ms, total: 0.00499s)
Debug.js:233 [569512][ManifestLoader] BaseURI set by Location to: https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dash/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/out/v1/4d80592a43274cefae94215b1c18545d/
Debug.js:233 [569515][StreamController] SegmentTimeline detected using calculated Live Edge Time
Debug.js:233 [569519][Stream] Manifest updated... updating data system wide.
Debug.js:233 [569521][EventController] Added 0 inline events
Debug.js:233 [569525][ScheduleController][audio] Schedule Controller stops
Debug.js:233 [569532][Stream] Manifest updated... updating data system wide.
Debug.js:233 [569535][Stream] Manifest updated... updating data system wide.
Debug.js:233 [569539][ManifestUpdater] Manifest has been refreshed at Wed Feb 27 2019 12:04:10 GMT+0100 (heure normale d’Europe centrale)[1551265450.152]
Debug.js:233 [569543][ManifestUpdater] Refresh manifest in 4000 milliseconds.
Debug.js:233 [573728][DashParser] Parsing complete: ( xml2json: 8.21ms, objectiron: 0.0800ms, total: 0.00829s)
Debug.js:233 [573733][ManifestLoader] BaseURI set by Location to: https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dash/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/out/v1/4d80592a43274cefae94215b1c18545d/
Debug.js:233 [573737][StreamController] SegmentTimeline detected using calculated Live Edge Time
Debug.js:233 [573740][Stream] Manifest updated... updating data system wide.
Debug.js:233 [573743][EventController] Added 0 inline events
Debug.js:233 [573748][Stream] Manifest updated... updating data system wide.
Debug.js:233 [573751][Stream] Manifest updated... updating data system wide.
Debug.js:233 [573754][ManifestUpdater] Manifest has been refreshed at Wed Feb 27 2019 12:04:14 GMT+0100 (heure normale d’Europe centrale)[1551265454.374]
Debug.js:233 [573758][ManifestUpdater] Refresh manifest in 4000 milliseconds.
Debug.js:233 [577948][DashParser] Parsing complete: ( xml2json: 4.48ms, objectiron: 0.0650ms, total: 0.00455s)
Debug.js:233 [577951][ManifestLoader] BaseURI set by Location to: https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dash/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/out/v1/4d80592a43274cefae94215b1c18545d/
Debug.js:233 [577954][StreamController] SegmentTimeline detected using calculated Live Edge Time
Debug.js:233 [577958][Stream] Manifest updated... updating data system wide.
Debug.js:233 [577961][EventController] Added 0 inline events
Debug.js:233 [577966][Stream] Manifest updated... updating data system wide.
Debug.js:233 [577970][Stream] Manifest updated... updating data system wide.
Debug.js:233 [577974][ManifestUpdater] Manifest has been refreshed at Wed Feb 27 2019 12:04:18 GMT+0100 (heure normale d’Europe centrale)[1551265458.59]
Debug.js:233 [578012][ManifestUpdater] Refresh manifest in 4000 milliseconds.
Debug.js:233 [582200][DashParser] Parsing complete: ( xml2json: 4.60ms, objectiron: 0.0450ms, total: 0.00464s)
Debug.js:233 [582204][ManifestLoader] BaseURI set by Location to: https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dash/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/out/v1/4d80592a43274cefae94215b1c18545d/
Debug.js:233 [582208][StreamController] SegmentTimeline detected using calculated Live Edge Time
Debug.js:233 [582211][Stream] Manifest updated... updating data system wide.
Debug.js:233 [582214][EventController] Added 0 inline events
Debug.js:233 [582219][Stream] Manifest updated... updating data system wide.
Debug.js:233 [582222][Stream] Manifest updated... updating data system wide.
Debug.js:233 [582225][ManifestUpdater] Manifest has been refreshed at Wed Feb 27 2019 12:04:22 GMT+0100 (heure normale d’Europe centrale)[1551265462.845]
Debug.js:233 [582228][ManifestUpdater] Refresh manifest in 3999 milliseconds.
Debug.js:233 [586461][DashParser] Parsing complete: ( xml2json: 6.43ms, objectiron: 0.0750ms, total: 0.00650s)
Debug.js:233 [586464][ManifestLoader] BaseURI set by Location to: https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dash/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/out/v1/4d80592a43274cefae94215b1c18545d/
Debug.js:233 [586468][StreamController] SegmentTimeline detected using calculated Live Edge Time
Debug.js:233 [586471][Stream] Manifest updated... updating data system wide.
Debug.js:233 [586474][Stream] Manifest updated... updating data system wide.
Debug.js:233 [586476][ManifestUpdater] Manifest has been refreshed at Wed Feb 27 2019 12:04:27 GMT+0100 (heure normale d’Europe centrale)[1551265467.105]
Debug.js:233 [586480][ManifestUpdater] Refresh manifest in 4000 milliseconds.
Debug.js:233 [590697][DashParser] Parsing complete: ( xml2json: 6.09ms, objectiron: 0.0600ms, total: 0.00615s)
Debug.js:233 [590701][ManifestLoader] BaseURI set by Location to: https://564fd68168794875b50e4a43a9e4b8c9.mediatailor.eu-west-1.amazonaws.com/v1/dash/cf6421621b389b384c1fd22e51603ee95db76ae0/dash-debug/out/v1/4d80592a43274cefae94215b1c18545d/
Debug.js:233 [590706][StreamController] SegmentTimeline detected using calculated Live Edge Time
Debug.js:233 [590712][Stream] Manifest updated... updating data system wide.
Debug.js:233 [590716][Stream] Manifest updated... updating data system wide.
Debug.js:233 [590721][ManifestUpdater] Manifest has been refreshed at Wed Feb 27 2019 12:04:31 GMT+0100 (heure normale d’Europe centrale)[1551265471.342]
Debug.js:233 [590726][ManifestUpdater] Refresh manifest in 4000 milliseconds.