mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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.
This commit is contained in:
parent
1875e0b893
commit
d5f37b28b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531024
@ -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/ \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user