-
Notifications
You must be signed in to change notification settings - Fork 2
Video Streaming Guide
Valmo Trindade edited this page May 10, 2026
·
2 revisions
ATAK can connect to external video feeds from drones, fixed cameras and operator cameras. ARMATAK can advertise a video URL to ATAK and UAS Tool, but the stream itself still needs to be hosted by a reachable video server such as MediaMTX.
A common local setup is to capture the Arma 3 screen with FFmpeg and publish it to MediaMTX as RTSP.
- Install and configure an RTSP provider such as MediaMTX. OpenTAKServer installations often include MediaMTX by default.
- Install FFmpeg for Windows on the streaming machine.
- Open the Arma 3 mission.
- Fill the MediaMTX stream address (it must contain the protocol and auth information if needed) on the desired entity.
- In game, start or stop the video stream through the ACE self interaction menu.
For drones, configure either:
- a per-UAV
Video Feed URLin 3DEN, or - the session-level
Video Feed URL (Optional)in theConnect to EUDdialog.
ARMATAK advertises that URL to UAS Tool through MAVLink video stream messages. The EUD must be able to reach the URL directly over the network.
Example RTSP URL:
rtsp://192.168.1.50:8554/fpv
If ATAK or UAS Tool cannot show the video:
- test the stream URL from another device on the same network
- confirm Windows firewall allows the stream server port
- confirm the URL uses the PC LAN address, not
localhost - confirm MediaMTX or your chosen server is actually receiving frames
- check that UAS Tool selected the correct camera/video entry
Arma 3 addon for streaming game data into the TAK ecosystem.
- Home
- Player Guide
- Mission Maker Guide
- Mission Maker Function Reference
- UAS Guide
- Video Streaming Guide
