From f6af3f2343e9f192da20131ee8b8a3acb97dcbe7 Mon Sep 17 00:00:00 2001 From: azure provisioned user Date: Sat, 23 Nov 2013 10:34:10 +0000 Subject: [PATCH] fixed MPD Validation issue --- dash/ngx_rtmp_dash_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dash/ngx_rtmp_dash_module.c b/dash/ngx_rtmp_dash_module.c index 6cb7ee9..9bacc32 100644 --- a/dash/ngx_rtmp_dash_module.c +++ b/dash/ngx_rtmp_dash_module.c @@ -253,7 +253,7 @@ ngx_rtmp_dash_write_playlist(ngx_rtmp_session_t *s) " minimumUpdatePeriod=\"PT%uiS\"\n" \ " minBufferTime=\"PT%uiS\"\n" \ " timeShiftBufferDepth=\"PT0H0M0.00S\"\n" \ - " suggestedPresentationDelay=\"0\"\n" \ + " suggestedPresentationDelay=\"PT0S\"\n" \ " profiles=\"urn:mpeg:dash:profile:isoff-live:2011\">\n" \ " \n"