[Bug 788763] dashdemux: segmentbase type with 'sidx' is not working as expected.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Oct 16 08:41:07 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=788763

--- Comment #5 from Jun Xie <jun.xie at samsung.com> ---
Let me explain "not working as expected" in more details.

take the attached mpd file for example.

I expect the download sequence will be 
* http://xxx/video.mp4 range 0-819
* http://xxx/video.mp4 range 820-1511
* http://xxx/video.mp4 range 1512-12345
* http://xxx/video.mp4 range 12346-23456
...
...

however, current git master's download sequence
* http://xxx/video.mp4 range 0-819
* http://xxx/video.mp4 range 820-1511
* http://xxx/video.mp4 (NO RANGE HERE!!!!)


so I reported "a whole file is downloaded without using range download, and
also bitrate switch is not available"

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list