[Libav-user] AVPacket serialization

2020-06-26 Thread Hamilton Tobon Mosquera
Hi there, I'm working on an IoT project that uses libav to capture streams of audio/video and sends (using other library) them to the network, over UDP. The AVPackets are received (by the other library) as a bunch of bytes and interpreted by libav again in the other end. I was looking up for

Re: [Libav-user] AVPacket serialization

2020-06-26 Thread Nicolas George
Hamilton Tobon Mosquera (12020-06-26): > I'm working on an IoT project that uses libav to capture streams of > audio/video and sends (using other library) them to the network, over UDP. > The AVPackets are received (by the other library) as a bunch of bytes and > interpreted by libav again in the o