Unstable Connection and High Amount of Packet Lost RTL8812AU and RPi4 #145
Answered
by
svpcom
bugraaydogar
asked this question in
Questions
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
bugraaydogar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
I recently started to explore low-latency video streaming domain. As a first step, I discovered openHD project and tested it with my setup which are 2 x RPi4 (8GB) + 2 x Tenda U12 Wifi Cards. Since openHD leverages the wifibroadcast, I wanted to dive into the wifibroadcast project. The problem I'm facing is that initially ~10-30 seconds, the video streaming is just perfect and then for some reasons, it starts to freeze and then lost completely. If I restart the wifibroadcast@gs service again, the connection establishes perfectly for ~10-30 secs then lost again. I can also verify that there is a huge packets loss.
I just could not figure out what is the problem. I have tested different channel from 1-165 but always the same behaviour. I also have seen that several people reported similar problem but seems like none of the discussions provides a solution.
Here is my environment details:
HW: RPi4 with 8GB
OS: Latest Raspbian OS (32 bit) => https://downloads.raspberrypi.org/raspios_full_armhf/images/raspios_full_armhf-2021-05-28/2021-05-07-raspios-buster-armhf-full.zip
RTL Drivers: Manually compiled => https://github.com/svpcom/rtl8812au
Kernel Version: 5.10.17-v7l+
Configuration Details:
Grand station side;
Drone side;
I checked both wlan1 interfaces in both side to verify that they are using rtl88XXau driver by using
ethtool -i wlan1
command.In addition to that, I can see that I have
drone-wfb
andgs-wfb
but could ping each other. Finally, there is no networkmanager in the Raspian OS, therefore I disabled wlan0 by usingsudo ifconfig wlan0 down
Any idea to help me proceed forward? I basically don't understand why I encounter with such issues since did not see any trouble with OpenHD.
Thanks
Bugra
Beta Was this translation helpful? Give feedback.
All reactions