Hello Ross, 

>> But I wonder if the problem that you’re seeing is caused by the fact that 
>> the “testRTSPClient” demo application produces a line of output for every 
>> NAL unit that it receives?  This might be slowing down the client enough to 
>> lose some incoming packets?
No, it produces output for each frame, not NAL unit, so it is not a problem. I 
have increased buffer size on network card to 2048, now it works much better. 
I will try "openRTSP" also to see will it have some difference. 

Thank you for your help

Best regards,
-----------------------------------------
Victor Vitkovskiy
Senior software developer
mailto: victor.vitkovs...@mirasys.com
www.mirasys.com


-----Original Message-----
From: live-devel <live-devel-boun...@us.live555.com> On Behalf Of Ross Finlayson
Sent: Friday, 11 March 2022 08:51
To: LIVE555 Streaming Media - development & use <live-de...@us.live555.com>
Subject: Re: [Live-devel] [Mirasys] Live555 RTSP server questions

EXTERNAL


> On Mar 11, 2022, at 7:37 PM, Victor Vitkovskiy 
> <victor.vitkovs...@mirasys.com> wrote:
>
> If we compare with VLC - it can receive all frames correctly in this setup, 
> so that's why I am asking you is this is possible to tune / speedup Live555 
> RTSP client somehow.

Note that VLC also uses the LIVE555 library for its RTSP client implementation. 
 If necessary, you could look at VLC’s code to see how it’s using the LIVE555 
library (in particular, if/how it calls “increaseReceiverBufferTo()”).

But I wonder if the problem that you’re seeing is caused by the fact that the 
“testRTSPClient” demo application produces a line of output for every NAL unit 
that it receives?  This might be slowing down the client enough to lose some 
incoming packets?

Instead, you could try running “openRTSP” instead; see
        http://live555.com/openRTSP/
I suggest running it with the -d <duration> and -Q options, so that it will 
output statistics (including packet loss statistics) after it ends.


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/


_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to