0

I need to implement a SIP based video streaming server, which can communicate with SIP cameras as well as SIP clients on iOS/Android.

I'm investigating open source projects openSIPS and Kamailio, just want to know which one is more suitable for this application scenario, or is there another better choice?

ciphor
  • 8,018
  • 11
  • 53
  • 70

1 Answers1

1

I suspect Asterisk and FreeSWITCH will be closer to what you want. SER derivatives, such as OpenSIPS and Kamailio, are oriented towards the SIP signalling and I'm not even sure they offer any video functionality other than supporting the set up of calls that use it and possibly proxying the RTP.

However if your purpose is to connect directly to a SIP based IP camera you don't need a SIP server you can just place a SIP call to the camera directly using a softphone such as Xten, Zoiper or one of the numerous other options out there.

sipsorcery
  • 30,273
  • 24
  • 104
  • 155