Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Has this been used in any projects? #2

Open
wtip opened this issue Sep 7, 2013 · 2 comments
Open

Has this been used in any projects? #2

wtip opened this issue Sep 7, 2013 · 2 comments

Comments

@wtip
Copy link

wtip commented Sep 7, 2013

Are there any public open source projects that this code has been used in?

Would it be possible to use this code to create a program that would intercept un-encrypted SIP RTP traffic and apply ZRTP encryption? I am trying to do the same thing that the Zfone software does.

I am envisioning putting this on a little ARM powered device with two network cards and a small LCD. This device would sit between a standard SIP office phone and your network. The device would allow you to make any SIP hardware phone ZRTP compatible for very little cost.

@wernerd
Copy link
Owner

wernerd commented Sep 8, 2013

Am 07.09.2013 20:26, schrieb wtip:

Are there any public open source projects that this code has been used in?

I don't know this. Usually developers/projects don't give any feedback until they
face a problem :-) .

Actually, as you may have noticed, the gstreamer filter is just a simple (more or
less simple) filter that uses the real ZRTP stack. This ZRTP stack is stable, has
been peer-reviewed several time, and is used in many projects.

Enhancing the gstzrtp filter is not really complex.

Would it be possible to use this code to create a program that would intercept un-encrypted SIP RTP traffic and apply ZRTP encryption? I am trying to do the same thing that the Zfone software does.

IMHO possible - however, not easy. It mainly depends how you handle the SIP stack, the inter working between
SIP and the RTP stream. Zfone was/is software that listens on every SIP connection its RTP stream, even
multiple clients on one PC, for example. IF you could make it a more 1-to-1 relationship between the office
phone and the "bump-in-the-wire" it might be easier. The connection management, the SIP/RTP, SIP/SRTP/ZRTP
handling would become less complex than in Zfone for example.

Werner

I am envisioning putting this on a little ARM powered device with two network cards and a small LCD. This device would sit between a standard SIP office phone and your network. The device would allow you to make any SIP hardware phone ZRTP compatible for very little cost.


Reply to this email directly or view it on GitHub:
#2


Werner Dittmann [email protected]
Tel +49 173 44 37 659
PGP key: 82EF5E8B

@dzzinstant
Copy link

Hi there,

not really related to William's idea, but to give some feedback and a reply to the first question:

I'm using gstzrtp for a plug-in to the Pidgin instant messenger (status: early alpha)
https://gna.org/projects/pidgin-zrtp/
It's a bit tricky, because the zrtpfilter elements are relinked into the (already set up, but not yet running) farstream pipeline;
this is to make the plugin work with official Farstream and Pidgin distributions (no patching needed).

The plugin still has some fatal bugs (and the code isn't very pretty), but audio-only connections between Pidgin and Jitsi sort-of work.

Dustin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants