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 other end. I was looking up for a libav
> built-in way to serialize an AVPacket and send it to the network, but
> couldn't find it.
> 
> Is there such a thing?.

Yes, of course: all the multimedia formats, so all the muxers and
demuxers in libavformat. Some are even optimized to work with lossy
network protocols like UDP.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: PGP signature

_______________________________________________
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".

Reply via email to