Interface TcpNegotiator

All Known Implementing Classes:
FFmpegProgressReader, FrameInput.FrameInputNegotiator, FrameOutput.FrameOutputNegotiator, PipeInputNegotiator, PipeOutputNegotiator

public interface TcpNegotiator
Implement TcpNegotiator to interact with ffmpeg (or ffprobe) via TCP socket.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    negotiate(Socket socket)
    Negotiate with ffmpeg (or ffprobe) via TCP socket.
  • Method Details

    • negotiate

      void negotiate(Socket socket) throws IOException
      Negotiate with ffmpeg (or ffprobe) via TCP socket.
      Parameters:
      socket - TCP socket
      Throws:
      IOException - if any IO error