"melting" image

Hi! What is the reason of such distortion, it looks like a melting picture, blowing down.
Can’t upload video here, attaching a sequence of shots of what it looks like.
it appears randomly and does not depend on network or server load.
Sometimes for a long time a great image, sometimes such interference on different cameras.
I have cameras from different manufacturers, in different resolutions and bitrates, it doesn’t depend on that either



I’m no expert on video, but I’m pretty good on networking, and this looks like network issues to me. UDP streams have to arrive without error or things will get whacky at the point the error occurred (the top of the frame looks fine), and will remain so until the next successful full frame. At the nearest point to the server where all of the cameras having the issue share a network path, hook up a computer and run iPerf in UDP mode from the Bluecherry server (using the far end as the source) to check for throughput, jitter, latency, and most importantly lost packets. You also might be able to mitigate this by sending more key frames, but that’s a band-aid. iPerf is free and you can run it on Linux or Windows. If you find an issue, work your way back toward the server to find where the problem disappears, which would indicate the next-in-line device as the culprit (or cabling / other layer-1 issues).

1 Like

I’m no expert either, but it actually looks more like what happens when the video chip (GPU) gets too hot. I’ve seen things like that happen before. If you aren’t using GPU decoding, then it’s likely that your CPU can’t handle everything you’re throwing at it.

Try changing your video decoding (vaapi) settings and see if it makes any difference.

Are you by any chance using BlueCherry in a VM or docker container? There are extra considerations to enable vaapi if so. No matter what, if you aren’t using an intel CPU with built-in graphics, vaapi won’t work in bluecherry.

1 Like

I agree it seems like a networking issue. Are the cameras wired or wireless?

Hello,
Yes I also agree, appears to be network. I have 18 cameras in use and all are set for continuous record and have not experienced that effect on any of mine. I have several generic Chinese IP cameras from Amazon. As Curtis asked, are these wired or wireless. All of mine are wired. I have an extensive background in Networking. No matter what anyone wants to tell you, WiFi is not all what it is cracked up to be. You have to be sure there is no overlapping channels with neighbors and things. If you cameras are both wired and wireless, try it on wired / Ethernet when you can. My logic with WiFi cameras, they still need power, less they have a real good solar option with them. So the WiFi camera still needs power and you have to get power to them, so for myself and my logic, I just run the POE through the Ethernet wire, and have all of mine wired Ethernet. (If you rent or can’t run extra wires I can understand wireless being your only choice. You might need or want to update your wireless router or access point if it is a few years old. There are just to many variables when trouble shooting Wireless issues. Again is it just one or two cameras or all of them when it does have the issue? Best of luck, sorry I don’t have any further ideas at this time to suggest. There was also a freeware program that would show you the WIFI and the bands and channels. Can’t think of its name off hand. But in my profession I have found issues where I had to change the channel an Access point was running on.

Sorry for my late answer )
Mostly my cameras are on ethernet connection, and only one segment with 3 cameras of 19 connected with ubiquiti wireless bridge at 200 metres and in line of sight (without trees or other obstacles). Custom free frequencies (вedicated free frequencies outside the domestic band are used), 99% signal quality. Reliable transmission speed of 100 megabits (the radio link itself is 300, but the ports are only 100, i.e. there is a decent margin).
The main problem is that this kind of failure happens periodically even on cameras wired connected to the switch closest to the server. The network is not experiencing any significant load. And the problems occur regardless, even when there is no any activity.
Even on the contrary, when there is downloading files from my internal cloud server, this may have no effect on the problem (it’s notable that my internet channel is limited to only 30 megabits, which is far from the full 100 megabit network bandwidth).
The problem appears randomly on different cameras, sometimes on several at the same time, and not on the most “fat” in terms of the width of the channel used (720p), while cameras working in a mode close to 4K have no such problem, although they are connected in transit through 2-3 more switches.
If the problem only appeared on cameras connected via wifi, I would also blame the wireless connection. But that is definitely not the bottleneck here.

My video card is not compatible with vaapi, but CPU is not more than 50% utilised. No virtual etc, dedicated PC with ubuntu.

My system DVR is running on EXSI 7.0 as a regular VM, not a docker. I am running the house on Cisco 3750X catalyst switches and key servers and network links are all running 10 gig. All cameras connect to one switch in the basement, and that switch has a 10 gig link that goes directly to the DVR VM machine. in ESXI i created a virtual switch that just connected the DVR VM to the switch in the basement that has the cameras. So it has a direct connect where the cameras are. The basement switch stack also has a separate 10 gig uplink that connects to the 2nd switch stack in my office / computer room. I have 20 cameras and when my DVR is working and playing nice, I think I notice maybe 30% CPU use as reported by the DVR server. All my cameras are on continuous record. So I am not doing any motion detection or anything like that. I wish I had a better idea of what might be affecting the wifi cameras, but can’t think of any and have not run across similar situations in my years of IT or at home.