summaryrefslogtreecommitdiff
path: root/ext/smoothstreaming/gstmssfragmentparser.h
Commit message (Collapse)AuthorAgeFilesLines
* smoothstreaming: Use isoff to parse tfxd/tfrfSeungha Yang2017-08-251-34/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=777825
* mssdemux: improved live playback supportPhilippe Normand2016-11-291-0/+84
When a MSS server hosts a live stream the fragments listed in the manifest usually don't have accurate timestamps and duration, except for the first fragment, which additionally stores timing information for the few upcoming fragments. In this scenario it is useless to periodically fetch and update the manifest and the fragments list can be incrementally built by parsing the first/current fragment. https://bugzilla.gnome.org/show_bug.cgi?id=755036