Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2020 16:21:46 +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: r531024 - head/net/liveMedia
Message-ID:  <202004071621.037GLkdo040575@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Tue Apr  7 16:21:46 2020
New Revision: 531024
URL: https://svnweb.freebsd.org/changeset/ports/531024

Log:
  net/liveMedia: update 2020.04.06
  
  2020.04.06:
  
  - Removed support for the classes "RTSPServerSupportingHTTPStreaming" and "TCPStreamSink".
    These were being used (in the "LIVE555 Media Server") for streaming using
    "HTTP Live Streaming" (HLS).  This was always a hack; it is better to use a dedicated
    HTTP server to serve HLS segments, rather than trying to implement a HTTP server
    (serving 'virtual HLS segments) within our own (primarily RTSP) server.
  
    If you are looking for HLS support, note that we provide a source-code demo application
    "testH264VideoToHLSSegments" that converts a (static) H.264 Elementary Stream file to
    HLS segments, and the "LIVE555 HLS Proxy", which proxies a live RTSP/RTP stream
    to HLS segments.

Modified:
  head/net/liveMedia/Makefile
  head/net/liveMedia/distinfo
  head/net/liveMedia/pkg-plist

Modified: head/net/liveMedia/Makefile
==============================================================================
--- head/net/liveMedia/Makefile	Tue Apr  7 16:12:51 2020	(r531023)
+++ head/net/liveMedia/Makefile	Tue Apr  7 16:21:46 2020	(r531024)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	liveMedia
-PORTVERSION=	2020.03.06
+PORTVERSION=	2020.04.06
 PORTEPOCH=	2
 CATEGORIES=	net devel
 MASTER_SITES=	http://www.live555.com/liveMedia/public/ \

Modified: head/net/liveMedia/distinfo
==============================================================================
--- head/net/liveMedia/distinfo	Tue Apr  7 16:12:51 2020	(r531023)
+++ head/net/liveMedia/distinfo	Tue Apr  7 16:21:46 2020	(r531024)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583588528
-SHA256 (live.2020.03.06.tar.gz) = 35c0aedc6cfb91d7204a343f6944cc7ab327e0f473ad6ce3d22bc5195f86a96c
-SIZE (live.2020.03.06.tar.gz) = 7231080
+TIMESTAMP = 1586276029
+SHA256 (live.2020.04.06.tar.gz) = cb66c9d7d1895a238274c20ddecfc8dbeb9207926a038fe2bf860e83589ba492
+SIZE (live.2020.04.06.tar.gz) = 7226621

Modified: head/net/liveMedia/pkg-plist
==============================================================================
--- head/net/liveMedia/pkg-plist	Tue Apr  7 16:12:51 2020	(r531023)
+++ head/net/liveMedia/pkg-plist	Tue Apr  7 16:21:46 2020	(r531024)
@@ -190,7 +190,6 @@ include/liveMedia/RTSPClient.hh
 include/liveMedia/RTSPCommon.hh
 include/liveMedia/RTSPRegisterSender.hh
 include/liveMedia/RTSPServer.hh
-include/liveMedia/RTSPServerSupportingHTTPStreaming.hh
 include/liveMedia/RawVideoRTPSink.hh
 include/liveMedia/RawVideoRTPSource.hh
 include/liveMedia/SIPClient.hh
@@ -200,7 +199,6 @@ include/liveMedia/SimpleRTPSink.hh
 include/liveMedia/SimpleRTPSource.hh
 include/liveMedia/StreamReplicator.hh
 include/liveMedia/T140TextRTPSink.hh
-include/liveMedia/TCPStreamSink.hh
 include/liveMedia/TLSState.hh
 include/liveMedia/TextRTPSink.hh
 include/liveMedia/TheoraVideoRTPSink.hh



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