Skip to content

GuillaumeMilan/RTMPex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTMPex

RTMPex is a library that provides a easy to use RTMP client and server written in Elixir

All the specification reference refere to the the Adobe specification: RTMP Specification 1.0

Installation

If available in Hex, the package can be installed by adding rtmp to your list of dependencies in mix.exs:

def deps do
  [
    {:rtmp, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/rtmp.

Developpement status

Feature Status
Server connection handshake Done & Tested
Chunk header reading Done & To be tested in real situation
Chunk formatting Todo
Control message parsing Todo
Control message formatting Todo

About

RTMP library for elixir

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages