Date: Wed, 16 Oct 2019 10:54:57 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514579 - head/net/liveMedia Message-ID: <201910161054.x9GAsvkJ037743@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Wed Oct 16 10:54:57 2019 New Revision: 514579 URL: https://svnweb.freebsd.org/changeset/ports/514579 Log: net/liveMedia: update to 2019.10.11 Changelog: 2019.10.11: - Some minor changes to prevent compilation errors with older, dumb compilers. 2019.10.10: - Added optional support to "MPEG2TransportStreamMultiplexor" for 'segmenting' the output Transport Stream (by inserting a PAT and PMT Transport packet) every 'n' seconds. (Also, an optional handler function is called whenever such a segment has completed.) - Fixed a problem with the definition of "MPEG2TransportStreamParser" that could trip up some compilers. (Thanks to Denis Genestier for reporting this.) 2019.09.30: - Fixed a bug in "GenericMediaServer.cpp" (accidentally introduced in version 2019.08.10) that could cause an infinite recursion error in the "LIVE555 Media Server". (Thanks to Yi Xiansheng for reporting this.) 2019.09.18: - Fixed a potential NULL pointer access error in "MatroskaFile.cpp" (if the input file contained a H.264 or H.265 track without proper VPS,SPS,PPS NAL unit information) 2019.09.17: - Added some more debugging statements to "RTSPServer.cpp" in hope of resolving an issue that someone has seen with the "LIVE555 Proxy Server". 2019.08.28: - Changed the implementation of "RTSPClient::sendGetParameterCommand()" to send no body in the request if the "parameterName" is "" (not just NULL), because otherwise it supposedly confuses some servers otherwise. (Thanks to Sergei Gagarin for reporting this problem.) 2019.08.16: - Changed the way that "GenericMediaServer::createNewClientSessionWithId()" generates new client session ids so that it avoids generating the same client session id in succession. (This avoids confusing the MPEG1or2 and Matroska file demultiplexors, potentially causing an 'access after delete' error.) (Thanks to Thuan Pham and Marcel Boehme from Monash University for reporting this.) 2019.08.12: - Updated "H264or5VideoStreamParser::analyze_sei_payload()" to properly set the frame rate for H.265 streams when "frame_field_info_present_flag" is not set. (Thanks to Charles Yu for reporting this issue.) Modified: head/net/liveMedia/Makefile head/net/liveMedia/distinfo Modified: head/net/liveMedia/Makefile ============================================================================== --- head/net/liveMedia/Makefile Wed Oct 16 10:07:28 2019 (r514578) +++ head/net/liveMedia/Makefile Wed Oct 16 10:54:57 2019 (r514579) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= liveMedia -PORTVERSION= 2019.08.11 +PORTVERSION= 2019.10.11 PORTEPOCH= 2 CATEGORIES= net devel MASTER_SITES= http://www.live555.com/liveMedia/public/ \ Modified: head/net/liveMedia/distinfo ============================================================================== --- head/net/liveMedia/distinfo Wed Oct 16 10:07:28 2019 (r514578) +++ head/net/liveMedia/distinfo Wed Oct 16 10:54:57 2019 (r514579) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565528227 -SHA256 (live.2019.08.11.tar.gz) = 789bc236f1b271c5515925b91586ed348d902e689a77a9b699fd3c4478cfa1f5 -SIZE (live.2019.08.11.tar.gz) = 650670 +TIMESTAMP = 1571222626 +SHA256 (live.2019.10.11.tar.gz) = 184ddc5db3358ad5133838c6ff30aa8b03050632ae24873314f6c3d4f78e91ae +SIZE (live.2019.10.11.tar.gz) = 654957
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910161054.x9GAsvkJ037743>