вс, 30 июл. 2023 г. в 16:04, Nicolas George <[email protected]>:
> Kieran Kunhya (12023-07-28): > > FFmpeg doesn't implement TCP in userspace, it doesn't implement the > > WiFi protocol etc etc. Different layers are delegated to different > > programs. > There is a good reason to have some part of TCP implemented in FFmpeg though. It would be _extremely_ useful to be able to read and replay pcap dumps of an RTP stream, or an HLS or DASH stream, or whichever else multi-connection streams are there. There is also at least one demodulator already in FFmpeg, namely VBI bit slicer (it is implemented through an external library though). _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
