From f8907f0a7a84928800adbbfd8e66e500794aa5d5 Mon Sep 17 00:00:00 2001 From: jacko Date: Thu, 8 Jun 2017 19:54:24 +0200 Subject: Adding handling for different kind of MPDs (previously the front end could only handle MPD with SegmentList) Now can handle: MPD with SegmentTemplate in Representation (VOD) MPD with SegmentTemplate and SegmentTimeline (live) Change-Id: Ie32e0e1823c94b1412990192595b16d3e2df1cfd Plus: removed some printf Signed-off-by: jacko --- UI/DASHPlayer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'UI/DASHPlayer.h') diff --git a/UI/DASHPlayer.h b/UI/DASHPlayer.h index 8913a843..fad28710 100644 --- a/UI/DASHPlayer.h +++ b/UI/DASHPlayer.h @@ -164,6 +164,7 @@ private: float beta; float drop; bool seek; + bool isLive; Config *config; bool repeat; float segmentDuration; -- cgit 1.2.3-korg