diff options
author | Luca Muscariello <lumuscar+fdio@cisco.com> | 2017-06-19 12:30:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2017-06-19 12:30:20 +0000 |
commit | e207b82a2b7e70e2700cf1c4237a2e819c655809 (patch) | |
tree | ad1565a5d9aabb3c699a80404f60aa68ea56d914 /UI/DASHPlayer.h | |
parent | 0b0fe36cbc95a483d205d3f86fea579f0cdd5f59 (diff) | |
parent | f8907f0a7a84928800adbbfd8e66e500794aa5d5 (diff) |
Merge "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)" into viper/master
Diffstat (limited to 'UI/DASHPlayer.h')
-rw-r--r-- | UI/DASHPlayer.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |