X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=NEWS;h=6d4da0a693a475667addc9084e20748f522aefbf;hp=00cd7f2ff3db497a96d1cf4f39ebf352996783cf;hb=f552350a97f66f062a9acc94e099950b61891193;hpb=f01fb2bf103f8d73563d67139a2c2d4de784c37e diff --git a/NEWS b/NEWS index 00cd7f2..6d4da0a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +Cubemap 1.3.2, 2017-05-24 + + * Fix a bug where streams with paths exactly seven characters long + (e.g. “/abc.ts”) would get broken buffering behavior, as they would + start at the start of the backlog, not the end as they should. + This caused massively increased latency and/or problems playing back + the streams properly. + + +Cubemap 1.3.1, 2016-07-23 + + * Support Metacube timestamp blocks. This allows Metacube producers + to add timestamps at arbitrary places between blocks, which, + provided that the system clocks on both sides are in sync, allows + Cubemap to produce a latency measure. If the latency is very high + (and/or keeps going up), you will know that the network has problems + keeping up with transporting the stream, even in the absence of + other error messages. + + At the time of release, only Nageru adds timestamp blocks; + VLC does not. + + Cubemap 1.3.0, 2016-07-14 * Add an option for raw (non-Metacube) inputs over HTTP