Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
6176 | block | always | 07-26-18 14:10 | 07-30-18 12:49 | |
|
|||||
Reporter: | wfschneider | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.38 | ||
Product Build: | Resolution: | no change required | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
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 |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|