Skip to content

suryatmodulus/ion-avp

 
 

Repository files navigation


ion-avp

Go implementation of an Audio/Visual Processing Service

Slack Widget Build Status GoDoc Coverage Status Go Report Card License: MIT


ion-avp is an extensible audio/video processing service designed for use with ion-sfu.

Getting Started

Running the server

If you have a local golang environment already setup, simply do

go build cmd/main.go && ./main -c config.toml

If you prefer a containerized environment, you can use the included Docker image

docker build -t pionwebrtc/ion-avp .
docker run -p 50051:50051 -p 5000-5020:5000-5020/udp pionwebrtc/ion-avp:latest

License

MIT License - see LICENSE for full text

About

Audio/Video Processing Service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 94.5%
  • Dockerfile 3.6%
  • Other 1.9%