You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a webcam (old one) with rtsp video but when used with this lib, after few seconds, it starts to log only RTP Packet lost and no more video is processed. After investigation I found the camera resets cseq, with opencv it is only logged and the stream proceeds, with this lib not.
Using ffmpeg I have this:
[rtsp @ 0x7fd977711680] CSeq 5 expected, 0 received.
Is it possible to ignore this error?
The text was updated successfully, but these errors were encountered:
Hi, I have a webcam (old one) with rtsp video but when used with this lib, after few seconds, it starts to log only RTP Packet lost and no more video is processed. After investigation I found the camera resets cseq, with opencv it is only logged and the stream proceeds, with this lib not.
Using ffmpeg I have this:
[rtsp @ 0x7fd977711680] CSeq 5 expected, 0 received.
Is it possible to ignore this error?
The text was updated successfully, but these errors were encountered: