[Live-devel] live555MediaServer performance improvement

Konstantin Shpinev ks at microimpuls.com
Sat Jul 15 10:57:11 PDT 2017


Hi,

When I testing the RTSP server live555MediaServer then I faced slow
performance. On one core of the CPU with a clock speed of about 3.2 Gz it
is possible to process only about 140 client connections. The search for
information on the mailing lists indicated the following ways of
optimization:
1. Develop own TaskScheduler. I tried using the epoll library, but I ran
into the problem that the epoll does not support regular files (and I need
to stream files via RTSP), so I had to use the select to process read
events from the file and didn't achieve any performance improvements.
2. Improve DelayQueue. Can anyone share the code?

Can someone suggest more ways to improve performance and share the code?
-- 
С уважением, Константин Шпинёв
ООО "Майкроимпульс"
раб.: +7 (499) 647-49-78
моб.: +7 (906) 844-57-66
skype: ksot1k
www.microimpuls.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20170715/0d3f5880/attachment.html>


More information about the live-devel mailing list