Update changelog
This commit is contained in:
parent
4dcf9944f8
commit
9e2a2d8cf8
19
CHANGELOG.md
19
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
|
||||
|
|
Loading…
Reference in New Issue