From 76c82791010ca19116861f2597333d03c62b3bf9 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 27 Apr 2023 14:16:40 +0200 Subject: fmp4: define minBufferTime in example mpd Required to validate the manifest with https://beta.conformance.dashif.org/ Part-of: --- mux/fmp4/examples/dash_vod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'mux') diff --git a/mux/fmp4/examples/dash_vod.rs b/mux/fmp4/examples/dash_vod.rs index 2198a7c14..71938f4d3 100644 --- a/mux/fmp4/examples/dash_vod.rs +++ b/mux/fmp4/examples/dash_vod.rs @@ -261,6 +261,7 @@ fn main() -> Result<(), Error> { profiles: Some("urn:mpeg:dash:profile:isoff-on-demand:2011".to_string()), periods: vec![period], mediaPresentationDuration: Some(std::time::Duration::from_millis(duration)), + minBufferTime: Some(std::time::Duration::from_secs(1)), ..Default::default() }; -- cgit v1.2.3