From 27a18564ddbf17c7897981d732f5570d5eefa19e Mon Sep 17 00:00:00 2001 From: Johannes Trum Date: Wed, 29 Mar 2017 22:54:16 +0200 Subject: [PATCH] fix(msl): Changes mimeType of subtitles to ttml --- resources/lib/MSL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/MSL.py b/resources/lib/MSL.py index 4094113..0b623f8 100644 --- a/resources/lib/MSL.py +++ b/resources/lib/MSL.py @@ -361,7 +361,7 @@ class MSL: subtiles_adaption_set = ET.SubElement(period, 'AdaptationSet', lang=text_track['bcp47'], contentType='text', - mimeType='text/vtt') + mimeType='text/ttml') for downloadable in text_track['downloadables']: rep = ET.SubElement(subtiles_adaption_set, 'Representation', bandwidth='0', -- 2.30.2