Find an update from my code on my github account -> see https://github.com/f41ardu/imagestreaming
Max size of datagram using udp is restricted to 65536. So I’ve split larger images to a chunk size of 1460 bytes or lower and append them on the receive side. So now we can send larger images and videos.
So that a major step towards my ongoing investigation to decode Tello h264 videostream using Processing ;->
3 Likes