Hi, What is the most efficient/fastest way to send AVpacket frame data (stored in data) through a socket?
I understand that since it is a byte array, I think I would need to memcpy + serialize it, to avoid the 0x00 error. Is there a faster way/way to send the byte array directly? I'm interested in the lowest possible latency at all cost and I worry serializing will be too slow. Thanks for your help! Phil
_______________________________________________ Libav-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/libav-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
