Class TcpOutput<T extends TcpOutput<T>>

Type Parameters:
T - self
All Implemented Interfaces:
Output
Direct Known Subclasses:
ChannelOutput, FrameOutput, PipeOutput

public abstract class TcpOutput<T extends TcpOutput<T>> extends BaseOutput<T> implements Output
TcpOutput allows to consume ffmpeg output via local TCP socket on loopback address.

Note there are limitation because of non-seekable nature of TCP output.