Overview
Request 793902 accepted
- Update to version 2020.04.12:
+ Updated "config.linux-with-shared-libraries"
(and "liveMedia/Makefile.tail") to ensure that "libssl" and
"libcrypto" are linked when "libliveMedia" is built.
(Thanks to Felix Kaechele for reporting this.)
- Changes from version 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.
Should fix build of Essentials/MPlayer on packman due to missing openssl/ssl.h, see
https://pmbs.links2linux.de/package/live_build_log/Essentials/MPlayer/openSUSE_Tumbleweed/x86_64
http://lists.live555.com/pipermail/live-devel/2020-April/021582.html
Request History
munix9 created request
- Update to version 2020.04.12:
+ Updated "config.linux-with-shared-libraries"
(and "liveMedia/Makefile.tail") to ensure that "libssl" and
"libcrypto" are linked when "libliveMedia" is built.
(Thanks to Felix Kaechele for reporting this.)
- Changes from version 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.
Should fix build of Essentials/MPlayer on packman due to missing openssl/ssl.h, see
https://pmbs.links2linux.de/package/live_build_log/Essentials/MPlayer/openSUSE_Tumbleweed/x86_64
http://lists.live555.com/pipermail/live-devel/2020-April/021582.html
dimstar accepted request