Important
August 2024: Unfortunately, this repository is now in an unmaintained state. I don't have the time to maitain it like I would like to and there was not enough interest from external developers to contribute to it. Feel free to fork it and take over but for now it will stay as is.
FPVue Android is an app packaging multiple pieces together to decode an H264/H265 video feed broadcast by wfb-ng over the air.
The wfb-ng gs.key is embedded in the app. The settings menu allows selecting a different key from your phone.
Supported rtl8812au wifi adapter are listed here. Feel free to send pull requests to add new supported wifi adapters hardware IDs.
Now support saving a dvr of the video feed to Files/Internal Storage/Movies/
git clone https://github.com/gehee/FPVue_android.git
cd FPVue_android
git submodule init
git submodule update
The project can then be opened in android studio and built from there.
adb install FPVue_android_0.14.1.apk
from the command line.