Displaying 1 result from an estimated 1 matches for "play_video".
2007 Nov 08
5
Rails byte-range request support
...Time Current
Dload Upload Total Spent
Left Speed
0 100 0 100 0 0 49 0 --:--:-- 0:00:02
--:--:-- 97
As you can see it does, i.e. byte-range support. Now lets try the same
thing on my controller:
curl --range 0-50 http://test.com/play_video -o /dev/null
% Total % Received % Xferd Average Speed Time Time
Time Current
Dload Upload Total Spent
Left Speed
100 261k 100 261k 0 0 44310 0 0:00:06 0:00:06
--:--:-- 68172
As you can see it downloaded the entire file, i.e. no b...