Created attachment 213344 [details] patch Hi Rodrigo, I am suggesting to update this port to a current revision because the last release was made 3 years ago, and many commits, some of which were bug fixes, aren't included. Thanks, Yuri
Created attachment 213349 [details] patch Add the dependency on net/libsrtp2 because it is required in order to support encrypted streams.
Thanks Yuri
A commit references this bug: Author: rodrigo Date: Mon Apr 13 11:21:06 UTC 2020 New revision: 531593 URL: https://svnweb.freebsd.org/changeset/ports/531593 Log: devel/jrtplib: Switch upstream and update version Switch upstream to Github since the previous repo wasn't update since 2017. Also switch to head to take advantage of bugfixes and improvements done but never released as an official version. This new version add a dependency on net/libsrtp2 in order to support encrypted streams. Major changes and improvements: * Add support for libsrtp2 * Avoid `using namespace std` to allow c++14 compilation * Added RTPRawPacket constructor which determines RTP/RTCP automatically * Fix rtpsecuresession.cpp when thread is not supported * Testing getifaddrs/freeifaddrs availability as well as header file * Tried to fix the abort socket buffer filling up * Added test program that shows bug in external transmitter * Handling EINTR in nanosleep call * Test to cause EINTR in poll/select * Ignoring EINTR in poll and select calls PR: 245577 Submitted by: yuri Changes: head/devel/jrtplib/Makefile head/devel/jrtplib/distinfo
Committed, thanks.