Skip to content
Pascal Bühler edited this page Jan 23, 2017 · 19 revisions

#Welcome to the LibSrtp Project Wiki! This wiki aims at documenting and defining the development process and status of the LibSrtp Project, it is not a documentation of the API or behavior of the LibSrtp library.

Status

The current released version of libsrtp is 2.0.0, the next planned release is 2.1.0, see the 2.1 release page for more info. The 1.5 version of libsrtp is effectively frozen with only major security fixes or bugs going in to the 1_5_x_throttle. The expectation is for users of libsrtp to move to the most recent 2.x release.

Releases

For details regarding what is included in each release see the CHANGES file in the libsrtp repo.
The following links can be used to download latest stable release.

Version 2.0

Version 1.5

Development

This provides a brief overview of the development process for the LibSrtp Project. There is only one active branch/version and that is the master branch. Code committed to the master branch will be used in the next major/minor release, at which point the focus of the will shift to the next release.

Submitting Code

...

Merging Code

...

Release Process

...

Active Branches

The Following branches are "actively" maintained by libsrtp project.

master

Master branch for all development and security/bug fixes.

2_0_0_ekt_dev

Development of EKT support based of version 2.0 This is on going work and will be merged in to master when complete.

2_0_x_throttle

Security and patch releases for version 2.0

1_5_x_throttle

Security and patch releases for version 1.5

Clone this wiki locally