I'm trying to use riak for storing of video contents. I'm allready able to push my video to riak with the correct mite type and I also receive the Video by its URL.
The riak page tells me, that riak in version 1.3.* is capable of supporting range requests.
But curl -I MYRIAKVIDEOURL doesn't return the Accept-Ranges: bytes HTML Header (like my apache is doing. Also when trying to make a reange request by VLC (by seeking to the middle of the Video), it seems, there is no range request initiated, as loading takes long and network shows a lot of downloaded traffic. When doing the same with the Video URL offered by my apache server (tried on the same machine), range request are working well within VLC.
Anyone any Idea on how to achieve this on riak (running on Debian 7, compiled from source, tried also with Ubuntu 12.04)? Am I able to manipulate the HTTP Headers, riak will send?
thanks for the help