From 0df6ac1b63fb6fe6b5c3c2df3eec44f0468f0ed2 Mon Sep 17 00:00:00 2001 From: igorshevach Date: Sun, 26 Jun 2016 12:51:53 +0300 Subject: [PATCH] keep playlist snapshot history (currently only when debugging --- common/config/config.json.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/config/config.json.template b/common/config/config.json.template index 458c4665..9eae992f 100644 --- a/common/config/config.json.template +++ b/common/config/config.json.template @@ -55,6 +55,7 @@ "humanReadable" : false, "keyFrameSearchOffsetMs" : 1, "discontinuityMode" : true, - "segmentDuration" : 10000 + "segmentDuration" : 10000, + "enablePlaylistHistory": false } } \ No newline at end of file