Performance benchmarking for RTSP server as proxy #1261
Replies: 3 comments
-
|
It will depend on what your doing. If your using the proxy, it’s just a pretty much straight copy with little overhead. I use it to proxy 25 security cameras, all being consumed in other applications or locations, some a few times over, and it only a consumes a core on an 80 core server that’s a few years old. It uses ffmpeg stream copy and that’s it. You will probably need to worry about network bandwidth before your computer runs out of processing power to proxy out more. It may eat up more ram im not sure. I think even a raspberry pi 4 could proxy out 15 or more streams. If you need to do anything to the video it will get heavy fast without graphics cards or iGPU assistance. |
Beta Was this translation helpful? Give feedback.
-
:) anyway, this server is used to proxy even 2000 cameras at once, it depends on the specific hardware. |
Beta Was this translation helpful? Give feedback.
-
|
This discussion is being locked automatically because the last update was more than 2 years ago. Do not use the content of this discussion as reference since it's probably outdated! The official documentation is the only place in which you can find up-to-date answers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Looking for details on how many concurrent connections RTSP proxy server can handle? I see "PROXY_COUNT" set to 20 in the config, file. 20 is the limit? It seems very low.
Beta Was this translation helpful? Give feedback.
All reactions