From bb469bd80e10f3bfc8985602b23306629ccf4acb Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 9 Dec 2023 16:32:27 +0100 Subject: [PATCH] Release Cubemap 1.5.0. --- NEWS | 23 ++++++++++++++++++++++- version.h | 2 +- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a154c1e..209f90c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +Cubemap 1.5.0, 2023-12-09 + + * Support input from pipes (subprocesses). + + With a program that can output Metacube on stdout, such as a suitably + patched FFmpeg binary, this gives Cubemap transcoding/remuxing capabilities. + + Of course, one cannot upgrade such a binary by SIGHUP-ing it, but it will + survive a Cubemap reload/restart. + + * Add a LD_PRELOAD-able library to force Metacube output from FFmpeg. + + This hooks just the right amount of functions to add Metacube output + to arbitrary FFmpeg programs, but is obviously very brittle. + (Native FFmpeg support would be better, but a patch did not + go through when I tried a while back.) It is only lightly tested. + Documentation in the README and cubemap.config.sample. + + * Various bugfixes. + + Cubemap 1.4.3, 2019-11-17 * Keep the HLS backlog even if the stream header changes. Useful @@ -6,7 +27,7 @@ Cubemap 1.4.3, 2019-11-17 discontinuities). * Various bugfixes. - + Cubemap 1.4.2, 2018-12-21 diff --git a/version.h b/version.h index 074eba2..97fbe85 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #ifndef _VERSION_H #define _VERSION_H -#define SERVER_VERSION "1.5.0-pre" +#define SERVER_VERSION "1.5.0" #define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION #endif // !defined(_VERSION_H) -- 2.39.2