FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

noahbailey/jacktrip-docker: Container for JackTrip network audio server · GitHub

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jacktrip for Docker

This is an experimental build of JackTrip for use in containerized environments.

Introduction to JackTrip: https://ccrma.stanford.edu/groups/soundwire/software/jacktrip/index.html

Documentation and examples: https://ccrma.stanford.edu/docs/common/IETF.html

Code repository on GitHub: https://github.com/jacktrip/jacktrip

To run correctly, the linux-generic kernel should be used if running in AWS. The skinny default kernel does not include snd-aloop and soundcore modules.

Also make sure the system is capable of using the realtime scheduling features of the linux kernel. For more info, see: https://docs.docker.com/config/containers/resource_constraints/#configure-the-realtime-scheduler

Preperation

sudo modprobe snd-aloop

Startup

docker-compose build
docker-compose up

Testing

To launch the containers from the command line the realtime features must be passed through:

docker run -it --cap-add=sys_nice --ulimit rtprio=80 jacktrip-docker_jackd

docker run -it --cap-add=sys_nice --ulimit rtprio=80 jacktrip-docker_jacktrip

About

Container for JackTrip network audio server

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL