Add DASH to docs and log messages (#3521)

This commit is contained in:
DingDongSoLong4
2023-03-10 03:19:36 +02:00
committed by GitHub
parent e90b00d3bd
commit 1c8aa46da5
5 changed files with 7 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
##### 💥 Note: The cache directory is now required if using HLS streaming. Please set the cache directory in the System Settings page.
##### 💥 Note: The cache directory is now required if using HLS/DASH streaming. Please set the cache directory in the System Settings page.
### ✨ New Features
* Added hardware acceleration support (for a limited number of encoders) for transcoding. ([#3419](https://github.com/stashapp/stash/pull/3419))

View File

@@ -81,9 +81,9 @@ Note: If this is set too high it will decrease overall performance and causes fa
Hardware accelerated live transcoding can be enabled by setting the `FFmpeg hardware encoding` setting. Stash outputs the supported hardware encoders to the log file on startup at the Info log level. If a given hardware encoder is not supported, it's error message is logged to the Debug log level for debugging purposes.
## HLS Streaming
## HLS/DASH Streaming
If using HLS streaming (such as on Apple devices), the Cache path must be set. This directory is used to store temporary files during the live-transcoding process. The Cache path can be set in the System settings page.
To stream using HLS (such as on Apple devices) or DASH, the Cache path must be set. This directory is used to store temporary files during the live-transcoding process. The Cache path can be set in the System settings page.
## ffmpeg arguments

View File

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