After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 754523 - mssdemux: fragment download errors during live playback
mssdemux: fragment download errors during live playback
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 1.6.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-03 13:18 UTC by Philippe Normand
Modified: 2015-09-30 09:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mssdemux: always use timescale for gst timestamp calculation (1.91 KB, patch)
2015-09-03 13:20 UTC, Philippe Normand
committed Details | Review

Description Philippe Normand 2015-09-03 13:18:01 UTC
Sometimes the demuxer tries to download fragments with an invalid start_time. Patch incoming :)
Comment 1 Philippe Normand 2015-09-03 13:20:02 UTC
Created attachment 310589 [details] [review]
mssdemux: always use timescale for gst timestamp calculation

Not doing this can lead the demuxer to attempt downloading fragments
for an invalid start time. The server would then send a HTTP
Precondition failed error, the demuxer would try some more times to
download the invalid fragment and eventually error out.
Comment 2 Thiago Sousa Santos 2015-09-04 19:02:39 UTC
Review of attachment 310589 [details] [review]:

Looks good, thanks!
Comment 3 Philippe Normand 2015-09-29 16:54:02 UTC
Can you please push this on my behalf? I don't have git push access.
Comment 4 Tim-Philipp Müller 2015-09-30 09:07:06 UTC
Thanks, pushed:

commit 5d4388bf9eb82b107952fc655a8a135236b8eee3
Author: Philippe Normand <philn@igalia.com>
Date:   Thu Sep 3 15:11:00 2015 +0200

    mssdemux: always use timescale for gst timestamp calculation
    
    Not doing this can lead the demuxer to attempt downloading fragments
    for an invalid start time. The server would then send a HTTP
    Precondition failed error, the demuxer would try some more times to
    download the invalid fragment and eventually error out.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754523


Also picked into 1.6 branch.