problem while get zrtp source
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?
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 https://github.com/wernerd/gstzrtp/issues/5.
Werner Dittmann email: [email protected] cell: +49 173 44 37 659 PGP key: 82EF5E8B
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 https://github.com/wernerd/gstzrtp/issues/5.
Werner Dittmann email: [email protected] cell: +49 173 44 37 659 PGP key: 82EF5E8B
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?
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 https://github.com/wernerd/gstzrtp/issues/5#issuecomment-178376722.
Werner Dittmann email: [email protected] cell: +49 173 44 37 659 PGP key: 82EF5E8B
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 https://github.com/wernerd/gstzrtp/issues/5#issuecomment-178376722.
Werner Dittmann email: [email protected] cell: +49 173 44 37 659 PGP key: 82EF5E8B