GNOME Bugzilla – Bug 662125
Ranged requests on large files take very long to conclude
Last modified: 2011-10-20 17:07:42 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.
This causes issues in streaming large material to devices like the Pioneer BCS 717 system
Created attachment 199551 [details] [review] core: Set correct stop-type for byte-seek as well
Created attachment 199552 [details] [review] core: Seek interval is right-open
Review of attachment 199551 [details] [review]: Look correct!
Review of attachment 199552 [details] [review]: Looks good!
The following fixes have been pushed: b9725af core: Seek interval is right-open a5635bb core: Set correct stop-type for byte-seek as well
Created attachment 199554 [details] [review] core: Seek interval is right-open
Created attachment 199555 [details] [review] core: Set correct stop-type for byte-seek as well