Skip to content

WiFi Broadcast FPV client for Windows platform

License

Notifications You must be signed in to change notification settings

OpenIPC/fpv4win

Repository files navigation

WiFi Broadcast FPV client for Windows platform.

fpv4win is an app for Windows that packages multiple components together to decode an H264/H265 video feed broadcasted by wfb-ng over the air.

  • devourer: A userspace rtl8812au driver initially created by buldo and converted to C by josephnef .
  • wfb-ng: A library that allows broadcasting the video feed over the air.

Supported rtl8812au WiFi adapter only.

It is recommended to use with OpenIPC FPV

img.png

Usage

    1. Download Zadig
    1. Repair the libusb driver (you may need to enable [Options] -> [List All Devices] to show your adapter).

    img.png

    1. Install vcredist_x64.exe
    1. Select your 8812au adapter.
    1. Select your WFB key.
    1. Select your drone channel.
    1. Enjoy!

Delay test

img.png

Todo

  • OSD
  • Hardware acceleration decoding
  • Record MP4 file
  • Capture frame to JPG
  • Stream to RTMP/RTSP/SRT/WHIP server
  • Receive multiple video streams using a single adapter
  • ONVIF/GB28181/SIP client

How to build