FahrulID / reversing-wifi-uav

A research to reverse engineering a chinese drone, especially for drones that using WIFI UAV app as video streamer and controller.
6 stars 0 forks source link

Thank you for the challenge. #2

Open JadanPoll opened 3 months ago

JadanPoll commented 3 months ago

Decoded Wifi Drone UDP video stream

FahrulID commented 3 months ago

Could u please provide how you did that. I will mention you. From another issue, he sais that it was RTP RFC 2889 packet afterall.

JadanPoll commented 3 months ago

Code.txt

JadanPoll commented 3 months ago

Hi! Simply copy and paste and paste the above to test it out. The video stream data is actually a jpeg bitstream not an H264 stream. All you need to do is extract and compile the stream and provide the right headers for the jpeg file format.

JadanPoll commented 3 months ago

More examples of this code can be found here. (Instead of using the PACPNG I saved the relevant streams as jsons) https://github.com/JadanPoll/DroneUAVHack