RtspClientSharp icon indicating copy to clipboard operation
RtspClientSharp copied to clipboard

Video buffer requied

Open gimapei opened this issue 5 years ago • 5 comments

when video player is playing rtsp stream. I think, there is no video buffer. so sometimes the video was delayed. but when I play with VLC Player, there is no delayed, it seems to be buffer exists. VLC player has a minimum buffer about 1second. I think.

so if you can add video buffer on your lib, It will prevent the video from being delayed.

gimapei avatar Apr 15 '19 06:04 gimapei

Hi,

Do you mean stuttering issues? l plan to add some sample buffering logic.

BogdanovKirill avatar Apr 15 '19 07:04 BogdanovKirill

yes, right.

gimapei avatar Apr 15 '19 07:04 gimapei

ok, thank you for your feedback

BogdanovKirill avatar Apr 15 '19 07:04 BogdanovKirill

@BogdanovKirill

There is a need for sample buffer but please don't force the need for them. I would somehow integrate it as an argument when creating the class.

Right now it works amazing without sample buffers and basically realtime on many of my cameras. Only a few it's having trouble without sample buffers.

I'd hate to gain more latency to the already working cameras if it's not needed. I know this would require a little more infra structuring out but would definitely solve some of the issues other libraries have with live playing,

mistal-distal avatar May 16 '19 02:05 mistal-distal

@BogdanovKirill

Do you mean stuttering issues? l plan to add some sample buffering logic.

Any progress on buffer? I think I will need it and plan to implement some simple solution it in a next few weeks. But may be you already have some beta version and it doesn't have sense for me to start?

RandDruid avatar Oct 21 '19 09:10 RandDruid