Winsoft Video Stream v1.3 for Delphi/C++ Builder 10.1-10.3 Rio Full Source
star archive bad ca calendar cat coms dislike down down2 fav fb gp info left like login love mail od pass rel reply right search set share sort_down sort_up top tw up views vk votes cross phone loc ya

Winsoft Video Stream v1.3 for Delphi/C++ Builder 10.1-10.3 Rio Full Source

Winsoft Video Stream v1.3 for Delphi/C++ Builder 10.1-10.3 Rio Full Source
Winsoft Video Stream v1.3 for Delphi/C++ Builder 10.1-10.3 Rio Full Source


Video streaming library for Delphi and C++ Builder.
JPEG video streaming using Motion JPEG over HTTP
supports Delphi/C++ Builder 10.1 - 10.3
supports Windows 32/64 and Android applications
source code included in registered version
royalty free distribution in applications

WHAT'S NEW

Version 1.3
added 64-bit macOS files
added 64-bit Android files
removed 32-bit macOS files


type
  TImageNeededEvent = procedure(const Path: string; PathParams: TStrings; var JpegImage: TByteDynArray; var SendImage: Boolean) of object;
  TImageAvailableEvent = procedure(JpegImage: TByteDynArray) of object;

  TVideoServer = class
    constructor Create;

    property Active: Boolean read write;
    property IdHTTPServer: TIdHTTPServer read;
    property Port: Integer read write;
    property OnImageNeeded: TImageNeededEvent read write;
  end;

  TVideoClient = class
    constructor Create;

    property Active: Boolean read write;
    property NetHTTPClient: TNetHTTPClient read;
    property Url: string read GetUrl write;
    property OnImageAvailable: TImageAvailableEvent read write;
  end;


Only for V.I.P
Warning! You are not allowed to view this text.