2

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

Jon Rose
  • 1,457
  • 1
  • 15
  • 25

1 Answers1

1

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

Ankur
  • 33,367
  • 2
  • 46
  • 72