RtspClientSharp
RtspClientSharp copied to clipboard
Video buffer requied
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.
Hi,
Do you mean stuttering issues? l plan to add some sample buffering logic.
yes, right.
ok, thank you for your feedback
@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,
@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?