StreamTest

Live MPD declares no minimumUpdatePeriod

Players are told the manifest never changes, so they never discover new segments.

What it means

A dynamic MPD normally declares @minimumUpdatePeriod, telling players how often to re-fetch it. It is absent.

Why it matters

Without it, a player fetches the manifest once and works only from the segments listed at that moment. When those run out, playback stops — typically a minute or so in, which makes it look like a network problem rather than a manifest one.

How to fix it

  1. Add minimumUpdatePeriod to <MPD>, usually around one segment duration, for example PT2S.
  2. A manifest using SegmentTemplate with $Number$ and a fixed duration can sometimes omit it, but declaring it is safer across players.

Check your own stream

The free DASH validator runs this check on every analysis and links each finding straight back here.

Open the DASH validator

Frequently asked questions

What does "Live MPD declares no minimumUpdatePeriod" mean?
A dynamic MPD normally declares @minimumUpdatePeriod, telling players how often to re-fetch it. It is absent.
Why does it matter?
Without it, a player fetches the manifest once and works only from the segments listed at that moment. When those run out, playback stops — typically a minute or so in, which makes it look like a network problem rather than a manifest one.
How do I fix it?
1. Add minimumUpdatePeriod to <MPD>, usually around one segment duration, for example PT2S. 2. A manifest using SegmentTemplate with $Number$ and a fixed duration can sometimes omit it, but declaring it is safer across players.
How can I detect this automatically?
Paste your MPEG-DASH streaming URL into StreamTest's free DASH validator. It runs this check on every analysis, flags the finding, and links straight back to this page — no sign-up required.

Related DASH checks