From b410c69fb66688f3e7c8bb40aca201079b206bd9 Mon Sep 17 00:00:00 2001 From: Vignesh Venkatasubramanian Date: Mon, 27 Apr 2015 16:26:34 -0700 Subject: webmdashenc: Fix UTCTiming Element Remove the direct profile from UTCTiming element. Per DASH spec, direct profile value should be the time at which the request was made to the server and not the time at which the manifest was written. So ffmpeg cannot write this value. This patch removes the direct profile and write the UTCTiming element with the http profile only if a URL is passed as a parameter. Update the fate test to reflect this change. Signed-off-by: Vignesh Venkatasubramanian Signed-off-by: Michael Niedermayer --- tests/ref/fate/webm-dash-manifest-live | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/ref/fate') diff --git a/tests/ref/fate/webm-dash-manifest-live b/tests/ref/fate/webm-dash-manifest-live index 91a1c1dcee..6df7f87cca 100644 --- a/tests/ref/fate/webm-dash-manifest-live +++ b/tests/ref/fate/webm-dash-manifest-live @@ -9,9 +9,6 @@ availabilityStartTime="" timeShiftBufferDepth="PT7200S" minimumUpdatePeriod="PT60S"> - -- cgit v1.2.3