I know that restcomm has disk cache for audio files.
Seems it provides HTTP link to mediserver to play file.
So each time mediaserver downloads file by HTTP and plays it.
Does it make sense to move cache to mediaserver?
Maybe we can use "file://" instead of "http://". In this case mediaserver will read file directly from filesystem. Also mediaserver can has some memory cache.
But if mediaserver is deployed to separate server it's not useful. I suppose we can use distributed filesystem to solve this issue like NFS/s3 bucket.
What do you think?
Thanks, Gennadiy