4

I have a POTS conference call taking place and I want to live stream the audio over the internet using Wowza. My plan is to dial into the conference call essentially bridging the audio onto the Wowza server. I've got Wowza working very well on ec2, however I need to somehow turn the audio of a SIP call into a format Wowza can accept and turn into a stream.

Does anyone know if there a SIP phone that runs on Fedora which will output an RTMP stream or if there is some other workable solution?

Richard
  • 131
  • 1
  • 4

2 Answers2

1

This is an extremely complicated question. First off, how are you incorporating POTS into a SIP call? are you hosting the gateway? if that is the case, look here for a conversion between sip and rtmp at the gateway.

For client side translation, you could try something like Xuggle. Basically, RTP is the what carries the audio streams in SIP, so you need something to translate the RTP session.

MaQleod
  • 13,258
1

Take a look RTMP SIP Gateway based on Wowza Media Server I think it is exactly what you need.

Flashphoner is Wowza Media Server plugin/module that enables to make SIP call using client-side or server-side API and share incoming (SIP to Wowza) audio stream between unlimited number of Flash clients connected to Wowza Media Server.

Alex
  • 11