Skip to content

Elixir bindings to libsrt library exposing client and server APIs

Notifications You must be signed in to change notification settings

Qizot/ex_libsrt

Repository files navigation

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()

About

Elixir bindings to libsrt library exposing client and server APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published