Re: [Live-devel] Video from ip camera by private protocol.

2018-03-16 Thread Konstantin Shpinev
Здравствуйте! Я нахожусь в режиме отпуска с 12.03.18 по 23.03.18. Скорее всего я не увижу это письмо, когда вернусь к работе. Для решения Вашего вопроса, пожалуйста, обратитесь к моим коллегам по контактам, указанным ниже, в зависимости от темы вопроса. * * * * * Техническая поддержка, что-то

Re: [Live-devel] live555MediaServer performance improvement

2017-07-17 Thread Konstantin Shpinev
> > Also, I notice - from the “gprof” output - that you are streaming > Transport Stream files. Are those the only kinds of files that you are > streaming? Is there anything noteworthy/special about them, or are they > just regular Transport Stream files (e.g. containing H.264 video and AAC > aud

Re: [Live-devel] live555MediaServer performance improvement

2017-07-16 Thread Konstantin Shpinev
40 clients, ~40% CPU usage. gprof results: Flat profile: Each sample counts as 0.01 seconds. % cumulative self self total time seconds secondscalls us/call us/call name 20.76 0.11 0.11 15 0.73 3.47 BasicTaskScheduler::SingleStep(unsigned

Re: [Live-devel] live555MediaServer performance improvement

2017-07-15 Thread Konstantin Shpinev
> > > 2. Improve DelayQueue. Can anyone share the code? > To my knowledge, nobody has ever suggested that the implementation of the > “DelayQueue” class needs to be improved (and, to my knowledge, the current > implementation has no problems at all). So that’s completely a ‘red > herring’. > >

[Live-devel] live555MediaServer performance improvement

2017-07-15 Thread Konstantin Shpinev
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: