[vlc-commits] demux: dash: handle live stream numbered template

Francois Cartegnie git at videolan.org
Wed Dec 24 19:24:29 CET 2014


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Dec 22 21:41:13 2014 +0100| [2860a192f7130a3dc6dcbdd363af6e0905a982a0] | committer: Francois Cartegnie

demux: dash: handle live stream numbered template

($Number$ must be calculated from streaming start time)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2860a192f7130a3dc6dcbdd363af6e0905a982a0
---

 modules/stream_filter/dash/DASHManager.cpp         |    2 +
 .../adaptationlogic/AbstractAdaptationLogic.cpp    |   14 ++-
 .../dash/adaptationlogic/AbstractAdaptationLogic.h |    1 +
 modules/stream_filter/dash/mpd/IsoffMainParser.cpp |  100 +++++++++++++++++++-
 modules/stream_filter/dash/mpd/IsoffMainParser.h   |   10 ++
 modules/stream_filter/dash/mpd/MPD.cpp             |   11 ++-
 modules/stream_filter/dash/mpd/MPD.h               |    3 +
 modules/stream_filter/dash/mpd/Period.cpp          |    7 ++
 modules/stream_filter/dash/mpd/Period.h            |    5 +
 modules/stream_filter/dash/mpd/Segment.cpp         |   26 +----
 modules/stream_filter/dash/mpd/Segment.h           |    9 +-
 .../stream_filter/dash/mpd/SegmentInformation.cpp  |   22 ++++-
 .../stream_filter/dash/mpd/SegmentInformation.hpp  |    5 +
 modules/stream_filter/dash/mpd/SegmentTemplate.cpp |    2 +
 modules/stream_filter/dash/mpd/SegmentTemplate.h   |    3 +
 modules/stream_filter/dash/mpd/Url.cpp             |   23 +++--
 16 files changed, 194 insertions(+), 49 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=2860a192f7130a3dc6dcbdd363af6e0905a982a0


More information about the vlc-commits mailing list