The Aforge framework contains the ffmpeg library in which the VideoFileWriter class lies, which can assemble a video from a set of frames (pictures) and write to the file passing through the selected codec. This is exactly what I need, with the exception of writing to a file .. I need to send this encoded video stream over the network in real time and not to write to the file. Ie, you need to write the final video in memory stresam, and from it you need to send where.

Is it possible to use Kaknibut using Aforge not in a file but in memory? If not, tell me an analogue that knows what I need. Thank.

    0