diff --git a/CHANGELOG.md b/CHANGELOG.md index 112c970..5ef2a15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ #### v1.1.0 > v1.2.0 +- Add allow writing HLS to disk - Add audio pan filter - Add video rotation filter ([#347](https://github.com/datarhei/restreamer/discussions/347)) - Add video h/v flip filter @@ -27,6 +28,7 @@ - Fix VAAPI encoder Dependency: + - datarhei Core v16.9.0+ #### v1.0.0 > v1.1.0 diff --git a/src/misc/controls/HLS.js b/src/misc/controls/HLS.js index d97c028..0281590 100644 --- a/src/misc/controls/HLS.js +++ b/src/misc/controls/HLS.js @@ -61,6 +61,19 @@ export default function Control(props) { */} + + + + Where to store the HLS playlist and segments. + +