]> git.sesse.net Git - cubemap/blob - NEWS
00cd7f2ff3db497a96d1cf4f39ebf352996783cf
[cubemap] / NEWS
1 Cubemap 1.3.0, 2016-07-14
2
3   * Add an option for raw (non-Metacube) inputs over HTTP
4     (src_encoding=raw). Only really useful for TS.
5
6   * If a HTTP input fails multiple times, silence it in the error log
7     for the next minute. This reduces the amount of logging for a
8     permanently dead input stream by a lot, although of course,
9     such streams should generally just be removed from the
10     configuration altogether.
11
12
13 Cubemap 1.2.2, 2016-04-02
14
15   * Fix literal IPv6 address parsing in URLs.
16
17   * Fix a bug (introduced in 1.2.0) where access.log would have monotonic
18     timestamps (typically time since boot) instead of real time.
19
20   * Increase the Metacube block size warning limit from 1MB to 10MB, as MP4
21     muxing can legitimately create huge blocks.
22
23
24 Cubemap 1.2.1, 2015-08-30
25
26   * Use libsystemd to inform systemd accurately about when the service is up
27     and running. Note that this means Cubemap now also depends on libsystemd.
28
29   * Add a simple HTTP endpoint that returns a very short string (gen204),
30     for timing purposes.
31
32   * Document config options better in cubemap.config.sample.
33  
34
35 Cubemap 1.2.0, 2015-07-24
36
37   * Add support for server-side prebuffering (force_prebuffering=NNN
38     on a stream to prebuffer that amount of bytes), where Cubemap doesn't
39     send any data before it knows it can send a certain number of
40     bytes without waiting for more from the input (either through
41     giving out old data, waiting for new data, or a combination).
42
43     This is useful when using jwPlayer or <video> in browsers, where
44     the client typically does not wait to fill up its buffer before it
45     starts playing, and thus will stay perenially in a low-buffer state.
46     Effectively it is forcing a certain amount of buffering on the client.
47
48   * Log the client's Referer: and User-Agent: header in the stats file and
49     access log.
50
51   * Time out clients that go more than 60 seconds without sending a request;
52     they could hang in that state for days and months before.
53
54
55 Cubemap 1.1.2, 2014-07-07
56
57   * Remove some leftover debug code that would cause compile errors.
58
59
60 Cubemap 1.1.1, 2014-07-06
61
62   * Fix parsing of IPv6 SSM URLs. Also add an example to the
63     configuration file.
64
65   * Change the default backlog size to 10 MB.
66
67
68 Cubemap 1.1.0, 2014-04-30
69
70   * Multicast support, both for sending and receiving;
71     both IPv4 and IPv6, both ASM and SSM.
72
73   * Drop support for fwmark, since it is obsolete with sch_fq
74     around.
75
76   * Many smaller bugfixes.
77
78
79 Cubemap 1.0.4, 2014-03-23
80
81   * Fix a segfault on reload that was introduced in 1.0.2.
82
83   * Remove the Metacube VLC patch, as it is now upstream.
84
85   * Always compile with large file support, which works around
86     a blocking issue with 32-bit x86.
87
88
89 Cubemap 1.0.3, 2014-02-06
90
91   * Fix a compilation error with newer glibc.
92
93
94 Cubemap 1.0.2, 2014-02-04
95
96  * Support SO_MAX_PACING_RATE (Linux 3.13 and above).
97
98  * Add a listen statement to listen only on specific IP addresses,
99    in addition to the port statement.
100
101  * Update the VLC Metacube patch to apply to current VLC git.
102
103  * Fix a crash bug on reload.
104
105  * Be more consistent about handling streams that have no data yet.
106    In particular, this could show itself as erratic behavior when
107    sending Metacube streams on to other Cubemap instances.
108
109
110 Cubemap 1.0.1, 2013-09-19
111
112  * Added NEWS file.
113
114  * Fix an issue where Cubemap could be slow when /tmp was slow
115    (ie., not on SSD and not on tmpfs), due to high mutex contention.
116
117  * Fix compilation on 32-bit systems.
118
119  * Various packaging fixes and a systemd service unit, contributed
120    by Philipp Kern.
121
122  * Use the new deleted-by-default temporary files if available
123    (Linux 3.11 and above).
124
125
126 Cubemap 1.0.0, 2013-08-24
127
128  * Initial release.