Adding handling for different kind of MPDs (previously the front end could only handl... 69/7069/1
authorjacko <[email protected]>
Thu, 8 Jun 2017 17:54:24 +0000 (19:54 +0200)
committerjacko <[email protected]>
Thu, 8 Jun 2017 17:59:02 +0000 (19:59 +0200)
commitf8907f0a7a84928800adbbfd8e66e500794aa5d5
treead1565a5d9aabb3c699a80404f60aa68ea56d914
parente3bff273518853e34c86719ce86fa72f1b5ba3b1
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 <[email protected]>
Common/ViperBuffer.cpp
Input/DASHReceiver.cpp
Input/ICNConnectionConsumerApi.cpp
MPD/AbstractRepresentationStream.cpp
MPD/AbstractRepresentationStream.h
MPD/IRepresentationStream.h
MPD/SegmentTemplateStream.cpp
MPD/SegmentTemplateStream.h
Managers/MultimediaManager.cpp
UI/DASHPlayer.cpp
UI/DASHPlayer.h