Skip to content

xirsys/xturn-membrane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XTurn Membrane

Adds source and sink hooks to the XTurn server for use with Membrane elements.

THIS IS CURRENTLY A WORK IN PROGRESS

Installation

Add the following to the XTurn mix.exs files list of dependencies.

def deps do
  [
    ...
    {:xturn_membrane, git: "https://github.com/xirsys/xturn-membrane"}
  ]
end

Then, add :xturn_membrane to the list of applications.

  def application() do
    [
      applications: [:crypto, :sasl, :logger, :ssl, :xmerl, :exts, :xturn_membrane],

About

Experimental Membrane source / sink for XTurn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages