> On Mar 11, 2022, at 9:56 PM, Victor Vitkovskiy 
> <victor.vitkovs...@mirasys.com> wrote:
> 
> 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

Actually, for H.264 and H.265 video, each NAL unit is treated (by our RTP 
reception code) as if it were a separate frame.  (This is because the 
IETF-standardized RTP payload format for these codecs is defined in terms of 
NAL units, rather than frames.)  So “testRTSPClient” will output a line for 
each NAL unit that it receives.


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

Reply via email to