Декодирование видеопакетов, полученных из tcpreplay, с использованием C++/qt
I have a PCAP file having the encoded video data. I am using TCPReplay to broadcast this PCAP data to my server. In my server I have written a QT UDP socket program to receive these packets. I am able to receive these packets successfully in my server and stored the data in QByteArray. He...