X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=NEWS;h=b8cb12508e0527a7c2a766496a92a081bd4aa379;hp=9e9fcc8179d6f39d3becd77d67918f5b367739f4;hb=0ad0786c4f99aaa7bbb13a79e9fd579b3727d665;hpb=db5b98e6505abb3cb931a099f7059c26e994c1ce diff --git a/NEWS b/NEWS index 9e9fcc8..b8cb125 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +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 + (src_encoding=raw). Only really useful for TS. + + * If a HTTP input fails multiple times, silence it in the error log + for the next minute. This reduces the amount of logging for a + permanently dead input stream by a lot, although of course, + such streams should generally just be removed from the + configuration altogether. + + Cubemap 1.2.2, 2016-04-02 * Fix literal IPv6 address parsing in URLs.