From fb3adeda9f0440eb5539d5963815875e58ebcc35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Calles?= Date: Mon, 25 Nov 2013 11:01:07 +0000 Subject: [PATCH] adding some HbbTV compliancy to MPD --- dash/ngx_rtmp_dash_module.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dash/ngx_rtmp_dash_module.c b/dash/ngx_rtmp_dash_module.c index 90d7ed6..ad9a7bb 100644 --- a/dash/ngx_rtmp_dash_module.c +++ b/dash/ngx_rtmp_dash_module.c @@ -264,7 +264,10 @@ ngx_rtmp_dash_write_playlist(ngx_rtmp_session_t *s) " minBufferTime=\"PT%uiS\"\n" \ " timeShiftBufferDepth=\"PT0H0M0.00S\"\n" \ " suggestedPresentationDelay=\"PT%uiS\"\n" \ - " profiles=\"urn:mpeg:dash:profile:isoff-live:2011\">\n" \ + " profiles=\"urn:hbbtv:dash:profile:isoff-live:2012," \ + "urn:mpeg:dash:profile:isoff-live:2011\"\n" \ + " xmlns:xsi=\"http://www.w3.org/2011/XMLSchema-instance\"\n" \ + " xsi:schemaLocation=\"urn:mpeg:DASH:schema:MPD:2011 DASH-MPD.xsd\">\n" \ " \n"