ExLibSRT Bindings for libsrt library The package exposes a server and a client module to interact with SRT streams. Installation def deps do [ {:ex_libsrt, "~> 0.1.0"} ] end ## Client example ```elixir {:ok, client} = ExLibSRT.Client.start_link()