You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today.
Order online or call us +62-821-2442-2332 (Whatsapp)
IDR
  • Empty!

Winsoft Video Stream

  • Brand: Winsoft
  • Product Code: Winsoft Video Stream
  • Availability: In Stock


Available Options



Video Stream

Video Stream

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



FAQ

How can I set quality of JPEG images in server FMX application?
procedure TFormMain.PrepareStreamImage;
var SaveParams: TBitmapCodecSaveParams;
begin
  BitmapSurface.Assign(Bitmap);
  CriticalSection.Enter;
  try
    JpegStream.Position := 0;
    SaveParams.Quality := 50;
    TBitmapCodecManager.SaveToStream(JpegStream, BitmapSurface, 'jpg', @SaveParams);
    JpegStream.Size := JpegStream.Position;
  finally
    CriticalSection.Leave;
  end;
end;





Buy at Tokopedia!

Buy Now!

Tags: Winsoft Video Stream, delphi, c++ builder, File and Streaming Compression, winsoft