| Version 2 (modified by melo, 5 years ago) |
|---|
VoIP notes
I've spend some time going over sites of SIP stacks. These are my notes about the ones I found.
pjsip
This is my current favorite.
Good points:
- small;
- excellent documentation;
- loads of sample code;
- C-based: better than C++ when we need to link with Objective-C;
- includes a ICE stack (think Jingle);
Bad points:
- no video for now. Roadmap for 2008.
Links:
- homepage;
- pjnath: ICE, STUN e TURN;
- works on a iPod Touch: more links - [ 1].
openVoip (OPAL)
(need to copy&paste my notes, as soon as I can find them :)