I’m not sure. I had issues with partial media files back in the day. I think this has been resolved. I know you can mess with headers in asset canisters using the json5 file.
See discussion: Boundary node http response headers - #72 by faraz.shaikh
I have this beautiful Azle Express application that responds to range requests and thus streams audio and video files. It’s dead simple and works great locally.
I just deployed to mainnet (here’s the live canister , you can see in the network tab the failed requests), excited to test it out, and the first thing I see is that the range header seems to be undefined in the canister. Is the boundary node stripping the Range header out?
I ran into this issue a couple years back when trying to host m…
This is what we used but it was last updated 3 years ago:
A rust-based command line tool to serve as a gateway for a Internet Computer replica.
This may be the new one:
HTTP to IC gateway service
Maybe some clues as to what happens here: Code search results · GitHub
3 Likes