elixir-rtmp
elixir-rtmp copied to clipboard
RTMP implementation
RTMP
Streaming client and server
At the moment there are no build-in media encoders, so you will need to implement your own.
Create a client
iex(1)> {:ok, pid} = ExRTMP.Client.new ip: "127.0.0.1"
iex(2)>
[debug] Handshake completed
Configurations
rtmp_port- Environment variableRTMP_PORT, default to 1935.
Development
Debug the server with rtmpdump
Test
mix test