Hi All,
So this might be more of a Debian or WiFi Router Thing, but I saw something that I wanted to run by the WiFi experts to see if they have seen anything similar.
So, I wrote a MP4 reader on the RPI5 64 bookworm. It basically a MJPG feed where it reads a MP4 file frame by frame and sends a JPG frame through the socket to another computer on the same WiFi Network. Both the Server (PI) and the Client (Ubuntu I9 64 Bit Machine) are on the same WiFi where the PI was connecting at like 5.2Ghz 350Megabit connection, and the Client machine was like 1200Megabit connection. These are connected to a TP-Link Archer AX11000 with supposively a 4.8 GB WiFi max bandwidth budget.
So these JPG frames come about to be about a Megabyte each,but have seen them dip below 380kb. They could be read at anywhere between 20-32 FPS. So watching the network monitor on Ubuntu, I would see the bandwidth peak out like 32MB/S sometimes above and hold for a few minutes, and then it would start wavering, shuddering, up and down, I would see the MP4 read frame read FPS drop down into 7 fps in the SSH console window on the RPI, then down to like .48 frames per second, and then .... lock up. Hard to even CNTRL-C, CNTRL-X out of python out of the Rasberry Pi Script. Sometimes even the SSH window was affected and locked up. If I tried to restart the client and server code, the client couldn't reconnect to the PI unless I rebooted the PI. This is why I believe the problem was more on the PI, it had the slower coms anyhow. Even if I tried to use a Bros Net 1800 Megabit adapter on USB 3, it still only connected under 450 megabit on 5.2Ghz, and it's only like 20' from the wifi router. So it wasn't necessarily the RPI onboard WiFi or an external one, it just seemed like everything would lock up so bad that only a reboot was going to fix it. Not going to work for my project to have that sort of flakey-jakeyness.
'
Now, with the SAME python code, and both client and server connected by a Gigabit Ethernet connection, flawless. Not one hickup. I mean the WiFi stream was only like 240mega bit. That was under what the PI could handle. Way under what the Client could handle, way under the 4.8 GB budget for the WiFi router.
So what could be going on here? Not one mention in the Router console of a Flat Tire, even though it would tell you if the internet was down. Why couldn't it tell me if there was network contention, clog, bog down, or interference that would affect WiFi to WiFi connections? I mean this might just be a funkadelic way to connect to systems, as usually there might be cabling between and so scenarios like this never get fully tested or investigated. So I guess I am asking if anyone else has ever seen anything like that and any tools they were using to pinpoint, troubleshoot, fix, work-around. For now, it will have to just be wired connections or to accept lousy WiFi performance.
Thx!
So this might be more of a Debian or WiFi Router Thing, but I saw something that I wanted to run by the WiFi experts to see if they have seen anything similar.
So, I wrote a MP4 reader on the RPI5 64 bookworm. It basically a MJPG feed where it reads a MP4 file frame by frame and sends a JPG frame through the socket to another computer on the same WiFi Network. Both the Server (PI) and the Client (Ubuntu I9 64 Bit Machine) are on the same WiFi where the PI was connecting at like 5.2Ghz 350Megabit connection, and the Client machine was like 1200Megabit connection. These are connected to a TP-Link Archer AX11000 with supposively a 4.8 GB WiFi max bandwidth budget.
So these JPG frames come about to be about a Megabyte each,but have seen them dip below 380kb. They could be read at anywhere between 20-32 FPS. So watching the network monitor on Ubuntu, I would see the bandwidth peak out like 32MB/S sometimes above and hold for a few minutes, and then it would start wavering, shuddering, up and down, I would see the MP4 read frame read FPS drop down into 7 fps in the SSH console window on the RPI, then down to like .48 frames per second, and then .... lock up. Hard to even CNTRL-C, CNTRL-X out of python out of the Rasberry Pi Script. Sometimes even the SSH window was affected and locked up. If I tried to restart the client and server code, the client couldn't reconnect to the PI unless I rebooted the PI. This is why I believe the problem was more on the PI, it had the slower coms anyhow. Even if I tried to use a Bros Net 1800 Megabit adapter on USB 3, it still only connected under 450 megabit on 5.2Ghz, and it's only like 20' from the wifi router. So it wasn't necessarily the RPI onboard WiFi or an external one, it just seemed like everything would lock up so bad that only a reboot was going to fix it. Not going to work for my project to have that sort of flakey-jakeyness.
'
Now, with the SAME python code, and both client and server connected by a Gigabit Ethernet connection, flawless. Not one hickup. I mean the WiFi stream was only like 240mega bit. That was under what the PI could handle. Way under what the Client could handle, way under the 4.8 GB budget for the WiFi router.
So what could be going on here? Not one mention in the Router console of a Flat Tire, even though it would tell you if the internet was down. Why couldn't it tell me if there was network contention, clog, bog down, or interference that would affect WiFi to WiFi connections? I mean this might just be a funkadelic way to connect to systems, as usually there might be cabling between and so scenarios like this never get fully tested or investigated. So I guess I am asking if anyone else has ever seen anything like that and any tools they were using to pinpoint, troubleshoot, fix, work-around. For now, it will have to just be wired connections or to accept lousy WiFi performance.
Thx!
Statistics: Posted by UltimateCodeWarrior — Tue Dec 31, 2024 4:36 am