nginx-vod-module
nginx-vod-module copied to clipboard
Cache VOD re-streaming
Is kaltura support cache vod re-streaming same way nimble does.
- An edge server is getting request for a file from a media player. [progressive download] file.
- This request is made to the origin server and the file is downloaded.
- As soon as part of the file is available, it's returned to a viewer.
- When the file is downloaded, it's [placed into file cache].
- If file cache is full, the file is placed into RAM cache.
- When this file is requested again, it's taken from edge cache rather than from origin server.
https://blog.wmspanel.com/2014/04/improving-cache-control-for-vod-restreaming.html
Thanks in advance