New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

org.jitsi:jitsi-srtp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

org.jitsi:jitsi-srtp

Jitsi SRTP contains classes for encrypting and decrypting SRTP and SRTCP packets

  • 1.1-18-g98e4c5d
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

dnsjava CI codecov Maven Central javadoc

Jitsi SRTP

Jitsi SRTP contains classes for encrypting and decrypting SRTP and SRTCP packets.

Building with Java changes only

To avoid having to build all native libraries, execute resources/fetch-maven.sh to download and extract the native binaries from the latest release on Maven Central.

Building the native libraries

Jitsi SRTP contains native libraries to speed up encryption/decryption. The artifacts released to Maven Central contain pre-built binaries for Ubuntu for OpenSSL 1.1 and 3.

Please take a look at the GitHub Actions build before asking for more detailed build instructions!

Ubuntu

Prerequisites:

  • OpenJDK 11 (or newer)
  • Maven
  • Docker

Run mvn compile to generate the JNI headers, then run resources/ubuntu-build-all.sh. The script creates Docker images for each architecture and OpenSSL version.

Mac

Prerequisites:

  • OpenJDK 11 (or newer) for the intended architectures
  • XCode
  • CMake
  • Maven
  • OpenSSL (intended version and architecture)

Run mvn compile to generate the JNI headers, then run resources/mac-cmake.sh .

FAQs

Package last updated on 06 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc