Live audio streaming

Hi,
I want to stream live audio of calls going on one asterisk server to another server.
MixMonitor() application would allow recording audio locally in one file, but wouldn’t allow live streaming of audio.Same is the case with Monitor application.Can anyone suggest any approach that I can follow?

https://www.google.com/search?q=asterisk+snoop+channel

You’d need to define “stream to another server”. Can you do a VoIP call? Do you just need to send RTP?

Hi,
Stream to another server as in sending the rtp packets to another server

As I mentioned in another thread the UnicastRTP channel driver[1] when used in combination with ChanSpy and Local channel could be used to do such a thing. You’d need to plan out and put the pieces together.

[1] https://www.joshua-colp.com/2014/broadcasting-asterisk-conferences/

1 Like