<HTML><BODY><div>Hello, All.</div><div> </div><div><div><div>I read data from the SD card on the SoC and send it over the network via libav, the dump on the transmitting side looks like this</div></div></div><div> </div><div><div><div>Output #0, mjpeg, to 'udp://192.168.1.1:5555':</div><div> Stream #0:0: Video: mjpeg (Baseline), yuvj422p(pc, bt470bg/unknown/unknown), 1920x1080, q=2-31, 10 fps, 90k tbn</div><div> </div><div>The average packet size is 200KB and it is sent via av_write_frame 300-350 ms!!! It turns out about 4.5Mbit/s, but the connection speed is 100 Mbit/s</div><div> </div><div>What could be the reason???</div></div></div></BODY></HTML>