Overhaul HLS streaming (#3274)

* Overhaul HLS streaming
* Fix streaming transcode ffmpeg zombie processes
* Add changelog and release notes
* Documentation
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
DingDongSoLong4
2023-02-24 05:55:46 +02:00
committed by GitHub
parent f767635080
commit 05669f5503
16 changed files with 1219 additions and 580 deletions

View File

@@ -1,4 +1,5 @@
import v0170 from "./v0170.md";
import v0200 from "./v0200.md";
interface IReleaseNotes {
// handle should be in the form of YYYYMMDD
@@ -11,4 +12,8 @@ export const releaseNotes: IReleaseNotes[] = [
date: 20220906,
content: v0170,
},
{
date: 20230224,
content: v0200,
},
];

View File

@@ -0,0 +1 @@
The cache directory is now required if using HLS streaming. Please set the cache directory in the System Settings page.