Skip to content

Simple websocket based logging platform for the XTurn server

License

Notifications You must be signed in to change notification settings

xirsys/xturn-websocket-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XTurn WebSocket Logger

Adds a WebSocket hook to the XTurn server that outputs parsed messages. Useful to debug WebRTC applications.

THIS IS CURRENTLY A WORK IN PROGRESS

Installation

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

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

Then, add :xturn_websocket_logger to the list of applications.

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

Finally, in the XTurn config/config.exs, add Xirsys.XTurn.WebSocketLogger.Client to the client_hooks list.

About

Simple websocket based logging platform for the XTurn server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published