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

problem while get zrtp source #5

Open
muralisenthil opened this issue Feb 1, 2016 · 5 comments
Open

problem while get zrtp source #5

muralisenthil opened this issue Feb 1, 2016 · 5 comments

Comments

@muralisenthil
Copy link

I am getting the following error when i am running ' sh getzrtp.sh'

Initialized empty Git repository in /usr/local/src/srtp_plugin/gstzrtp/zrtp/.git/
github.com[0: 192.30.252.130]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)

Is this project still alive?

@wernerd
Copy link
Owner

wernerd commented Feb 1, 2016

Sure. Maybe a temporary connection problem with Github?

Werner

Am 01.02.2016 um 08:19 schrieb muralisenthil:

I am getting the following error when i am running ' sh getzrtpsh'

    Initialized empty Git repository in /usr/local/src/srtp_plugin/gstzrtp/zrtp/git/
    githubcom[0: 19230252130]: errno=Connection timed out
    fatal: unable to connect a socket (Connection timed out)

Is this project still alive?


Reply to this email directly or view it on GitHub #5.

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

@wernerd
Copy link
Owner

wernerd commented Feb 1, 2016

I have not yet updated the project to work with gstreamer 1.0 - is on the TODO list.

Werner

Am 01.02.2016 um 08:19 schrieb muralisenthil:

I am getting the following error when i am running ' sh getzrtpsh'

    Initialized empty Git repository in /usr/local/src/srtp_plugin/gstzrtp/zrtp/git/
    githubcom[0: 19230252130]: errno=Connection timed out
    fatal: unable to connect a socket (Connection timed out)

Is this project still alive?


Reply to this email directly or view it on GitHub #5.

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

@muralisenthil
Copy link
Author

Thank You Wernerd for your quick reply. I can able to download the zrtp source after making the following change in getzrtp.sh

git clone https://github.com/wernerd/ZRTPCPP.git zrtp

I am trying to compile it with gstreamer 1.0 . For gstreamer 1.0, whether there will be changes in the core level or only in the configuration and compiling steps?

@wernerd
Copy link
Owner

wernerd commented Feb 2, 2016

I need to check what's required with regard to gstreamer 1.0. AFAIK there were changes about
plugins etc. I believe the gstzrtpfilter.* files need updating for gstreamer 1.0. Also a few
changes in CMakeLists.txt as well to check for the latest gstreamer version.

I'll try to address this in the next few days.

Werner

Am 02.02.2016 um 05:59 schrieb muralisenthil:

Thank You Wernerd for your quick reply. I can able to download the zrtp source after making the following change in getzrtp.sh

git clone https://github.com/wernerd/ZRTPCPP.git zrtp

I am trying to compile it with gstreamer 1.0 . For gstreamer 1.0, whether there will be changes in the core level or only in the configuration and compiling steps?


Reply to this email directly or view it on GitHub #5 (comment).

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

@wernerd
Copy link
Owner

wernerd commented Feb 4, 2016

I just pushed some changes to enable this plugin to use GStreamver V1.x.
You may perform a make clean in the build (or remove and re-create the build
dir). The update the ZRTP directory and run the usual cmake/make sequence.

I set the 'CRYPTO_STANDALONE true' in the main CMakeLists.txt, thus no openSSL
required and using the crypto algorithms inside of the ZRTP implementation. If
you like to use openSSL set it to false.

Werner

Am 02.02.2016 um 05:59 schrieb muralisenthil:

Thank You Wernerd for your quick reply. I can able to download the zrtp source after making the following change in getzrtp.sh

git clone https://github.com/wernerd/ZRTPCPP.git zrtp

I am trying to compile it with gstreamer 1.0 . For gstreamer 1.0, whether there will be changes in the core level or only in the configuration and compiling steps?


Reply to this email directly or view it on GitHub #5 (comment).

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

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

2 participants