2

Here's an example of PTT app https://itunes.apple.com/us/app/iptt-push-to-talk/id311931218?mt=8 I just wondered how it works ? is there any kind of Streaming Server behind this service .

Thanx

onmyway133
  • 45,645
  • 31
  • 257
  • 263
Ashraf
  • 2,612
  • 1
  • 20
  • 35

1 Answers1

4

You'll have to dig into SIP/VoIP.

siphon, for example is a very interesting project.

There are also many qustions/answer on this topic on SO:

How to implement VoIP + SIP in iPhone?

Use SIP in iPhone app

Try searching iphone voip or iphone sip on SO and you'll get many many more.

and of course there is Wikipedia:

Voice over IP

Session Initiation Protocol

Community
  • 1
  • 1
Rok Jarc
  • 18,765
  • 9
  • 69
  • 124
  • Just to be more specific , i need to develop a Walkie-talkie app , is it require an SIP server ? – Ashraf Feb 27 '12 at 16:29
  • Well, you'll have to provide one way of initiating VoIP session. I'm not saying SIP is the only way but it's most often used thesedays. If your application will work only for phones in BT range (or in same WiFi) you could probably use bonjour for this purpose. – Rok Jarc Feb 27 '12 at 16:39