Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 323 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 323 Bytes

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