-Original Message-
From: live-devel On Behalf Of Ross Finlayson
Sent: Thursday, January 4, 2024 1:07 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] [External] Re: Randomly I Frame missed for high
bitrate cameras
> On Jan 4, 2024, at 8:24 PM, R, Ranj
mages, and possibly introduce some other
unwanted artifacts, it may be your only possible recourse.
-Original Message-
From: live-devel On Behalf Of R, Ranjith
via live-devel
Sent: Wednesday, January 3, 2024 6:43 AM
To: LIVE555 Streaming Media - development & use
Cc: R, Ranjith
S
Ranjith via live-devel
> wrote:
>
>
> Please share your input.
Did you do the following, as I advised:
> HOWEVER, your real problem is your IP camera: It is sending key frames as
> single H.264/H.265 NAL units that are much, much too large for video
> streaming. I have
--- Begin Message ---
Hi Ross,
As per your suggestion I tried increasing the socket buffer size, still we
observe the same issue.
This is the command used in OpenRTSP, OpenRTSP.exe -v -b 100 -B 100 -P
60
I added logs in line 616 in "MultiFramedRTPSource.cpp" that is inside
"Reorderin
--- Begin Message ---
Hi Ross,
Thanks for your reply.
I will check the option suggested by you and also inform the device team about
slicing the larger key frame.
Regards,
Ranjith
-Original Message-
From: live-devel On Behalf Of Ross Finlayson
Sent: Friday, December 22, 2023 4:14 AM
--- Begin Message ---
Hi Team ,
We are using Live555 library as a RTSP client in our CCTV product. Recently we
started supporting high bitrate cameras.
For some cameras(25 FPS/25 GOP, 8Mbps bit rate, 8MP resolution) we noticed that
video is showing artifacts, on further analysis we identified t
--- Begin Message ---
Hi Team,
This is continuation of my earlier post
(https://www.mail-archive.com/live-devel@lists.live555.com/msg15406.html).
Frames sending as multiple slices is good, because it makes stream more
resilient to packet loss.
Though decoders are able to decode the slice of a
--- Begin Message ---
Hi Team ,
We are using Live555 library as a RTSP client in our CCTV product.
Recently we integrated a new camera where we are getting two I/P frames with
the same timestamp.
When we further analyze, this specific camera is setting FU header end bit in
middle of a frame.
Su