fpv-wtf / dji-moonlight-embedded

GNU General Public License v3.0
10 stars 2 forks source link

dji-moonlight-embedded

Stream games via Moonlight and fpv.wtf to your DJI FPV Goggles!

The DJI Moonlight project is made up of three parts:


Looking for easy setup? You'll probably want to use the GUI app instead of this!

This is a stripped down version of moonlight-embedded that just yeets encoded frames over the BULK or RNDIS to the shim.

Building

Linux - Ubuntu 22.04

Pre-requisites:

apt install build-essential cmake libcurl4-openssl-dev libssl-dev libusb-1.0-0-dev
git clone https://github.com/fpv-wtf/dji-moonlight-embedded.git
cd dji-moonlight-embedded
git submodule update --init --recursive
cmake .
make