Skip to content

Releases: savonet/ocaml-srt

ocaml-srt 0.3.3

30 Jan 06:58
Compare
Choose a tag to compare

0.3.3 (2025-01-30)

  • Add support for SRTO_LATENCY and SRTO_PEERLATENCY

ocaml-srt 0.3.2

16 Jan 14:23
Compare
Choose a tag to compare

0.3.2 (2025-01-16)

  • cross-compilation: use wine CLI when wine64
    is not available.
  • Add support for ipv6only socket option.
  • Add API to use posix sockets for connecting.

ocaml-srt 0.3.1

29 Oct 14:05
Compare
Choose a tag to compare

0.3.1 (2024-10-29)

  • Added missing dependency on ocamlfind
  • Start/stop log processing on startup/cleanup.

ocaml-srt 0.3.0

04 Mar 18:21
Compare
Choose a tag to compare

0.3.0 (2022-03-04)

  • Added rcvdata and rcvlatency
  • Added read/write constraints to socket options.
  • Remove max_* arguments in polling functions.

0.2.2

21 Sep 22:44
Compare
Choose a tag to compare

0.2.2 (2022-09-21)

  • Reimplement log handler to be non-blocking and
    outside of the OCaml heap.
  • Added listen_callback API
  • Added pbkeylen, passphrase and streamid socket options.

0.2.1

02 Jan 15:20
Compare
Choose a tag to compare

0.2.1 (2022-01-02)

  • Added support for conn/rcn/sndtimeo.