Reduce pressure on source by caching #3502
Replies: 2 comments
-
Hello, the behavior you want is already enforced by default. If some user requests URL If another user request the same URL, the proxy won't download the stream twice from streamer server, but will use the existing stream. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
Hi esteemed Mediamtx maintainers <3,
I have multiple proxy publisher servers that relay a stream from a single streaming server. I need assistance in finding the most efficient way to reduce the load on the streaming server.
streamer config:
proxy publishers config:
I need the publisher servers to cache requests in either disk or memory to prevent call streamer server for every single requests otherwise publishers is useless.
Do they operate this way by default?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions