mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Add DASH to docs and log messages (#3521)
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user