diff --git a/CHANGELOG.md b/CHANGELOG.md index fed29b5e..9291a6e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +3.3.0 +======================== +!! Caution: There is a new flag in the recordings meta-data. To be safe make +a backup of your recordings or move them to a different directory. + +* Re-implement direct downloads to a single file. + The download of the segments is still done by ctbrec. But the merging is done + by FFmpeg. The merging is now done on-the-fly without downloading the + segments first. + There are new settings for the recorder with which you can define the file + format for recordings. Default is still MPEG transport stream, because it + works the best. +* Enabled the server to record to a single file. Set the following variables in + the server.json: + + "ffmpegFileSuffix": "mp4", + "ffmpegMergedDownloadArgs": "-c:v copy -c:a copy -movflags faststart -y -f mp4", + "recordSingleFile": true, + 3.2.1 ======================== * Fixed LiveJasmin HD recordings