useHub().serve()
doesn't work with long videos and the Content-Range
response header
#446
Labels
bug
Something isn't working
Describe the bug
I want to have a possibility to stream videos, especially long videos. Described in previous issue: #444
I uploaded

short.mp4
(1.4MB) andlong.mov
(370MB) videos to the storage. In general, I'd like to upload videos with the size 1GB+.While the short one loads well, the long one seems broken because loaded only a small part:

I tried to separate video range by the



Content-Range
header, but video is just not loaded after this.Steps to reproduce
Expected behavior
Add to the
hubBlob().serve()
method options object with the propertyonlyStream
to prevent downloading videos #444and PR feat(blob serve): stream option implemented to prevent videos downloading #445
The text was updated successfully, but these errors were encountered: