Object cache for hls playback

Hello everyone
I’m working on a v o d streaming service
Using nginx I want to use storj to store the MP4 files but I want a instance minio in the middle to Cache frequently access videos temporarily to save on bandwidth cost the videos will be served using the hls format there is already a nginx module to access minio I was wondering what would be the best course of action to accomplish this if it’s even possible I’m pretty sure I will have to set up my own Gateway I would love some feedback

Hello @seravat28 ,
Welcome to the forum!

Our S3-compatible gateway from the linked guide is based on Minio, so you can use all cache capabilities of Minio.
See Gateway ST Advanced Usage | Storj Docs for example.

3 Likes