Question

What would be the best way to live stream audio from an application running through jack on an ubuntu server?

My site is built with noir and clojure, but I am generally trying find where to start with achieving this. The audio is generated using Overtone running through jack and I am hoping to capture the audio and stream it live. Is this even possible or will I have to render to a .wav of .mp3 and then only have playback? thanks for any info

Was it helpful?

Solution

FFmpeg (along with ffserver) would be the first choice to do something like this.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top