I want to setup a livestream using the RTMP and NGINX server for a DJI drone. #12839
-
I want to set up a live stream using the RTMP and NGINX server for a DJI drone. I have already trained a custom yolov8 model. However, I am having a problem setting up a live stream with the RTMP and NGINX server for my drone. Are there any tutorials or codes that can guide me in setting up a real-time detection using a drone? I also need to make a web app for my project I plan to use flask. Any tutorials would help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
Certainly! Setting up a live stream with RTMP and NGINX for your DJI drone and integrating it with your custom YOLOv8 model for real-time detection sounds like an exciting project! Here’s a brief guide to get you started:
These steps should help you set up your project. For specific issues or errors, feel free to ask for more detailed help! Good luck with your real-time detection system! 🚀 |
Beta Was this translation helpful? Give feedback.
-
@ShabanWaris1234 just a note, you won't get realtime detection, because RTMP has got few seconds latency embedded in protocol design. I've built realtime AI drone streaming pipeline with <1s AI latency and I'm open to share the details. If you are interested in this reach out to me on [email protected] |
Beta Was this translation helpful? Give feedback.
Certainly! Setting up a live stream with RTMP and NGINX for your DJI drone and integrating it with your custom YOLOv8 model for real-time detection sounds like an exciting project! Here’s a brief guide to get you started:
RTMP Server Setup with NGINX:
nginx.conf
file to include the RTMP module settings.Integrate YOLOv8 for Real-Time Detection:
cv2
library to capture video frames from the RTMP stream.