Viewing Video
After AP FPV firmware boots, the VTX creates a Wi-Fi access point and sends video to the receiver network.
Default network details:
SSID: OpenIPCPassword: 12345678VTX IP: 192.168.0.1Video target: 192.168.0.10RTP/UDP port: 5600Android
Use PixelPilot when possible. Connect Android to the OpenIPC Wi-Fi network, then open PixelPilot. The stream should appear automatically.
Browser
Connect to the AP FPV network and open:
http://192.168.0.1The OpenIPC Web UI can show live video and expose camera controls.
Linux with GStreamer
Use this pipeline for H.265 RTP on UDP port 5600:
gst-launch-1.0 udpsrc port=5600 ! application/x-rtp ! rtph265depay ! avdec_h265 ! fpsdisplaysink sync=falseOther receivers
Any software or hardware that can receive RTP video over UDP can be used. For custom ground stations, make sure the receiver has the expected IP address or routing for the AP FPV stream.