Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Mar 2020 13:50:14 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527947 - head/net/liveMedia
Message-ID:  <202003071350.027DoE2p069361@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sat Mar  7 13:50:14 2020
New Revision: 527947
URL: https://svnweb.freebsd.org/changeset/ports/527947

Log:
  Update to upstream version 2020.03.06
  
  Details: Upstream changelog since last ports version:
  2020.03.06:
  - Fixed a problem in "H264or5VideoStreamFramer.cpp" that was allegedly causing problems
    compiling for Windows.
  2020.02.25:
  - Added full support for the "LIVE555 HLS Proxy" ("live555HLSProxy") application, which
    is documented at: http://live555.com/hlsProxy/
  2020.02.24:
  - Commented out a line of code that was preventing "RTSPClientConnection" objects from being
    closed when a RTSP server handles a "TEARDOWN" command (on a RTP-over-TCP stream).
  2020.02.23:
  - Updated our (unicast) RTSP server implementation to handle "PAUSE" commands by calling
    "stopGettingFrames()" on the input source.  Normally, this is just a no-op, but might not
    be for some input sources. (See below.)
  - Fixed a bug in "H264or5VideoStreamFramer" that was causing it to not update its
    presentation times properly following a pause.  (Thanks to Micha Kalfon for reporting this.)
  - Updated "openRTSP" to improve the handling of the "-R <port-num>" option.  If the specified
    port number cannot be used (e.g., because it's already in use), then "openRTSP" now exits.

Modified:
  head/net/liveMedia/Makefile
  head/net/liveMedia/distinfo

Modified: head/net/liveMedia/Makefile
==============================================================================
--- head/net/liveMedia/Makefile	Sat Mar  7 13:35:07 2020	(r527946)
+++ head/net/liveMedia/Makefile	Sat Mar  7 13:50:14 2020	(r527947)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	liveMedia
-PORTVERSION=	2020.02.11
+PORTVERSION=	2020.03.06
 PORTEPOCH=	2
 CATEGORIES=	net devel
 MASTER_SITES=	http://www.live555.com/liveMedia/public/ \

Modified: head/net/liveMedia/distinfo
==============================================================================
--- head/net/liveMedia/distinfo	Sat Mar  7 13:35:07 2020	(r527946)
+++ head/net/liveMedia/distinfo	Sat Mar  7 13:50:14 2020	(r527947)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1581525957
-SHA256 (live.2020.02.11.tar.gz) = df105ad85cdcf88c56ea669733273bb1c41c5148469ee1e43b6396e24f66bfde
-SIZE (live.2020.02.11.tar.gz) = 680814
+TIMESTAMP = 1583588528
+SHA256 (live.2020.03.06.tar.gz) = 35c0aedc6cfb91d7204a343f6944cc7ab327e0f473ad6ce3d22bc5195f86a96c
+SIZE (live.2020.03.06.tar.gz) = 7231080



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003071350.027DoE2p069361>