Closed jared-bloomer closed 11 months ago
Try increasing https://github.com/SvenVD/rpisurv/blob/b60cb27f3b32af48f21fbca4e5292ed2f874038e/surveillance/conf/display1.yml#L98 Or try enabling https://github.com/SvenVD/rpisurv/blob/b60cb27f3b32af48f21fbca4e5292ed2f874038e/surveillance/conf/display1.yml#L95 or try passing "--rtsp-frame-buffer-size=500000" in https://github.com/SvenVD/rpisurv/blob/b60cb27f3b32af48f21fbca4e5292ed2f874038e/surveillance/conf/display1.yml#L103
It is a little bit of trail and error to see what works in you situation
So enabling rstp_over_tcp
did not work. Already tried that. Doing network caching of 500ms didn't help either. Guess I could try a higher value. I have not tried --rtsp-frame-buffer-size=500000
yet, but I will definitely try and comment the results when I get a chance. Thanks for the guidance.
No joy.
This is what the stream looks like on a rpi4
This is the config for that camera
- camera_streams:
- url: "rtsp://username:password@192.168.1.203:554/h264Preview_01_main" #FrontYard
network_caching_ms: 800
rtsp_over_tcp: true
freeform_advanced_vlc_options: "--rtsp-frame-buffer-size=500000"
Then I am out of options, I suggest to contact the VLC developers
I've seen occasionally seen similar on some 4&8MP cameras, but never worked out exactly what causes it. Are you using a 16:9 resolution on the camera? (e.g 2560x1440), also maybe try a higher network cache.
Yes I am using 16:9 ratio at a resolution of 2304x1296 @10fps with a max bitrate of 6144kbps
Any update?
None on my end. It'd still borked
Sent from my Verizon, Samsung Galaxy smartphone
-------- Original message -------- From: SvenVD @.> Date: 6/22/22 6:59 PM (GMT-05:00) To: SvenVD/rpisurv @.> Cc: "me jaredbloomer.com" @.>, Author @.> Subject: Re: [SvenVD/rpisurv] Screen Tearing on high resolution rtsp feeds (Issue #154)
Any update?
— Reply to this email directly, view it on GitHubhttps://github.com/SvenVD/rpisurv/issues/154#issuecomment-1163739708, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AFZNGBPOLZE22W4WMBTK6DDVQOLELANCNFSM5S42EINA. You are receiving this because you authored the thread.Message ID: @.***>
I have the same problem. I need to use the lower resolution rtsp stream offered by unifi
I am using Reolink RLC-410-5MP cameras. The low resolution feeds work fine, but if I try to use High resolution feeds the image tearing is unviewable.
Looking in
/var/log/syslog
I see the following when it tries to play a low resolution stream (rtsp://username:password@192.168.1.202:554/h264Preview_01_sub)However, when attempting to play a high resolution stream (rtsp://username:password@192.168.1.203:554/h264Preview_01_main) I see
Any idea if there is currently a fix for this? Am I just missing something?