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 662125 - Ranged requests on large files take very long to conclude
Ranged requests on large files take very long to conclude
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Zeeshan Ali
Depends on:
Blocks:
 
 
Reported: 2011-10-18 18:38 UTC by Jens Georg
Modified: 2011-10-20 17:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
core: Set correct stop-type for byte-seek as well (1.13 KB, patch)
2011-10-20 16:45 UTC, Jens Georg
accepted-commit_now Details | Review
core: Seek interval is right-open (1.03 KB, patch)
2011-10-20 16:45 UTC, Jens Georg
accepted-commit_now Details | Review
core: Seek interval is right-open (1.03 KB, patch)
2011-10-20 17:07 UTC, Jens Georg
committed Details | Review
core: Set correct stop-type for byte-seek as well (1.13 KB, patch)
2011-10-20 17:07 UTC, Jens Georg
committed Details | Review

Description Jens Georg 2011-10-18 18:38:21 UTC
e.g take your usual HD material (8 gb). 

A range request like curl --range "24921-29016" takes several minutes to be recognized as finished inside rygel.
Comment 1 Jens Georg 2011-10-18 18:39:20 UTC
This causes issues in streaming large material to devices like the Pioneer BCS 717 system
Comment 2 Jens Georg 2011-10-20 16:45:23 UTC
Created attachment 199551 [details] [review]
core: Set correct stop-type for byte-seek as well
Comment 3 Jens Georg 2011-10-20 16:45:26 UTC
Created attachment 199552 [details] [review]
core: Seek interval is right-open
Comment 4 Zeeshan Ali 2011-10-20 16:49:04 UTC
Review of attachment 199551 [details] [review]:

Look correct!
Comment 5 Zeeshan Ali 2011-10-20 16:50:36 UTC
Review of attachment 199552 [details] [review]:

Looks good!
Comment 6 Jens Georg 2011-10-20 17:07:33 UTC
The following fixes have been pushed:
b9725af core: Seek interval is right-open
a5635bb core: Set correct stop-type for byte-seek as well
Comment 7 Jens Georg 2011-10-20 17:07:37 UTC
Created attachment 199554 [details] [review]
core: Seek interval is right-open
Comment 8 Jens Georg 2011-10-20 17:07:42 UTC
Created attachment 199555 [details] [review]
core: Set correct stop-type for byte-seek as well