Tell me more ×
Audio-Video Production Stack Exchange is a question and answer site for engineers, producers, editors, and enthusiasts spanning the fields of audio, video, and media creation. It's 100% free, no registration required.

I have a server with about 20 different sound capable applications. Lets say each application gets a ID between 10 and 30.

I could then do it by launching each application by padsp -s 127.0.0.1:99[ID] [application] [arguments]

Now I would want some possibility to stream this via a apache server to the public. I need to have 30 pulseaudio servers alive which can stream audio to a client which connected to my HTTP server. Lets say a user points their streaming client to mms://my-server-adress.com/stream/25

Now that streaming server should take the sound from the pulseaudio server listening on port 9925 and stream that sound via mms/http to that client.

How can this be accomplished?

share|improve this question
This question seems more broadcast and compression specific than AV Production! Inviting experts to a new site proposal Broadcast and Media Technologies which aims to capture more architectural and theoretical views around subjects like this. Join and invite others. – Dipan Mehta Mar 15 '12 at 20:23

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.