Live To Vod: setting up the process with a Dash manifest doesn't work!

Product

Encoding - Live

Question

Hello bitmovin guys,

I’m setting up Live-To-Vod process using an HLS and DASH manifest.

I followed the documentation provided by you ==> How to implement a Live-to-VoD workflow with the Bitmovin API

For the HLS part, everything works very well. After my live (encoding status = FINISHED) a complete replay (with all the segments) is available.

For the DASH part, I don’t get a full replay.
I have +/- 1/3 of the segments (i.e. ± 4 mins).
The documentation spécifies that I’m not required to provide a “startSegment” and an “endSegment” ==>

“startSegment, endSegment - Start and end segments that define the segment range included in the Vod manifest. If not provided, all the live segments are included.”

Even if I specify a start/end segment I still get 1/3 of the live segments in my replay dash.

Can you help me?

Thanks a lot