Set version to 4.7.0
This commit is contained in:
parent
3ad7b6aca6
commit
f92cdf46b6
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,6 +1,14 @@
|
||||||
4.6.2
|
4.7.0
|
||||||
========================
|
========================
|
||||||
* Add setting to define a default period for "record until"
|
* This version requires Java 17
|
||||||
|
* Add import / export function for models
|
||||||
|
* Add setting to define a default duration for "record until"
|
||||||
|
* Fixed detection of stalled HLS recordings
|
||||||
|
* Added threshold for segment errors. If a recording exceeds a certain amount
|
||||||
|
of segment download errors per time period the recording is stopped. The idea
|
||||||
|
behind that is, that a restarted recording gets connected to a different CDN
|
||||||
|
server and has fewer errors.
|
||||||
|
* Variables are now properly passed to the media player (in standalone mode)
|
||||||
|
|
||||||
4.6.1
|
4.6.1
|
||||||
========================
|
========================
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>4.6.2</version>
|
<version>4.7.0</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>4.6.2</version>
|
<version>4.7.0</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>4.6.2</version>
|
<version>4.7.0</version>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>../common</module>
|
<module>../common</module>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>4.6.2</version>
|
<version>4.7.0</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue