Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0006176 [Resin] block always 07-26-18 14:10 07-30-18 12:49
Reporter wfschneider View Status public  
Assigned To ferg
Priority normal Resolution no change required  
Status closed   Product Version 4.0.38
Summary 0006176: Range Request Not Working for MP4 Files
Description Issuing a range request using curl against an mp4 file returns the whole file. This works as expected for a png.

~ &0005125; curl https://www.homegauge.com/report/8356001/m2.mp4 [^] -o /dev/null
  % Total % Received % Xferd Average Speed Time Time Time Current
                                 Dload Upload Total Spent Left Speed
100 841k 0 841k 0 0 1960k 0 --:--:-- --:--:-- --:--:-- 1962k
~ &0005125; curl --range 0-99 https://www.homegauge.com/report/8356001/m2.mp4 [^] -o /dev/null
  % Total % Received % Xferd Average Speed Time Time Time Current
                                 Dload Upload Total Spent Left Speed
100 841k 0 841k 0 0 1908k 0 --:--:-- --:--:-- --:--:-- 1909k
~ &0005125; curl --range 0-99 https://images.homegauge.com/HomeGauge.png [^] -o /dev/null

Image works

  % Total % Received % Xferd Average Speed Time Time Time Current
                                 Dload Upload Total Spent Left Speed
100 100 100 100 0 0 57 0 0:00:01 0:00:01 --:--:-- 57
~ &0005125; curl https://images.homegauge.com/HomeGauge.png [^] -o /dev/null
  % Total % Received % Xferd Average Speed Time Time Time Current
                                 Dload Upload Total Spent Left Speed
100 4346 100 4346 0 0 9856 0 --:--:-- --:--:-- --:--:-- 9854
Additional Information
Attached Files

- Relationships

- Notes
(0006843)
wfschneider
07-26-18 15:09

A better representation for how it works with images is here


~ &0005125; curl --range 0-99 https://www.homegauge.com/images/house.png [^] -o /dev/null
  % Total % Received % Xferd Average Speed Time Time Time Current
                                 Dload Upload Total Spent Left Speed
100 100 100 100 0 0 611 0 --:--:-- --:--:-- --:--:-- 613
~ &0005125; curl https://www.homegauge.com/images/house.png [^] -o /dev/null
  % Total % Received % Xferd Average Speed Time Time Time Current
                                 Dload Upload Total Spent Left Speed
100 30443 100 30443 0 0 153k 0 --:--:-- --:--:-- --:--:-- 154k
 
(0006845)
wfschneider
07-30-18 11:47

We identified this is a problem with a custom servlet on our side and due to a recent change. You may close this issue.
 

- Issue History
Date Modified Username Field Change
07-26-18 14:10 wfschneider New Issue
07-26-18 15:09 wfschneider Note Added: 0006843
07-30-18 11:47 wfschneider Note Added: 0006845
07-30-18 12:49 ferg Assigned To  => ferg
07-30-18 12:49 ferg Status new => closed
07-30-18 12:49 ferg Resolution open => no change required


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
32 total queries executed.
28 unique queries executed.
Powered by Mantis Bugtracker