Replies: 5 comments
-
Hi, what freq band (2.4 or 5.8) and antennas do you use? Check your setup with Friis Equation (https://en.wikipedia.org/wiki/Friis_transmission_equation) Fcsfail will not help. h264 stream is not like analog video transmission. Also WFB use encryption so corrupted packets will not decrypted. We use forward error correction (based on reed-solomon codes) to deal with bad and/or missed packets.
|
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply. i began to understand that it doesnt make sense to use broken pakets (as it cannot be decrypted anymore). It may make sense for the original WFB, but there its also not clear whether actually broken pakets are used if they cant be repaired. 1- why do you prefer circular polarized antennas? Because better isolation against noise from a particular polarisation? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
We have just realized, that the radiotap parsing for injection in the kernel doesnt parse LDPC and STBC info: |
Beta Was this translation helpful? Give feedback.
-
8812au driver has its own parser (independent from mac80211). See core/rtw_xmit.c and hal/rtl8812a/usb/rtl8812au_xmit.c in https://github.com/svpcom/rtl8812au |
Beta Was this translation helpful? Give feedback.
-
Hi vasily,
thanks for your nice library, it helps me a lot in getting video down from our drone to my groundstation.
Today we did a test to check how far we can get using TX / R11e-2HPnD @30dbm and RX / Ubiquiti AM-2G15-120 + 2x Tl-wn722n. We only cam about 1km at a free field with the RX 4m over ground.
We were wondering why at some point (> 1km) no packets anymore coming through to the RX PC / WFB. Also tcpdump showed no packets anymore.
Could this be, because the "fcsfail" is not set by your script by default, and slightly broken packets are not let through? Other wfb implementations set this in there toolchain. Is there a reason for you to not set it?
Sadly we didnt test it today to just set it and see whats happing, but maybe you could give a small bit of info already for your reasons to not set it.
Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions