nginx-vod-module icon indicating copy to clipboard operation
nginx-vod-module copied to clipboard

Cache VOD re-streaming

Open m0hamedessam opened this issue 2 years ago • 0 comments

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

m0hamedessam avatar Oct 06 '22 15:10 m0hamedessam