X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=NEWS;h=10d5c0e6931c1e9b4e080df63d2bd9d19ec302a1;hb=HEAD;hp=6d1f454d8c19bdcc3bcd36d8685f3b13aae1fb1e;hpb=6cef2355000097dd9c762bb22ae0a3dd60371b76;p=cubemap diff --git a/NEWS b/NEWS index 6d1f454..10d5c0e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,45 @@ +Cubemap 1.5.1, 2023-12-17 + + * Use systemd.pc to place systemd system units. + Patch by Chris Hofstaedtler. + + +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 + for streaming fMP4 across backend restarts, at least given a + reasonable client (not all can play or even seek across + discontinuities). + + * Various bugfixes. + + +Cubemap 1.4.2, 2018-12-21 + + * Fix an issue with backlogs larger then 2 GB. + + Cubemap 1.4.1, 2018-09-12 * Fix some 32-bit compilation issues.