Jon Rose
Jon Rose

Reputation: 1507

real time audio stream using jack on ubuntu server

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

Upvotes: 2

Views: 922

Answers (1)

Ankur
Ankur

Reputation: 33637

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

Upvotes: 1

Related Questions