Set version to 4.7.0

This commit is contained in:
0xb00bface 2021-12-21 22:07:10 +01:00
parent 3ad7b6aca6
commit f92cdf46b6
5 changed files with 14 additions and 6 deletions

View File

@ -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
========================

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>4.6.2</version>
<version>4.7.0</version>
<relativePath>../master</relativePath>
</parent>

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>4.6.2</version>
<version>4.7.0</version>
<relativePath>../master</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<packaging>pom</packaging>
<version>4.6.2</version>
<version>4.7.0</version>
<modules>
<module>../common</module>

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>4.6.2</version>
<version>4.7.0</version>
<relativePath>../master</relativePath>
</parent>