You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the nerethos/stash-jellyfin-ffmpeg image on v0.27.2
I have a 1070, which is detected properly by stash.
I also configured FFMPEG with -hwaccel and cuda as parameters.
When I try to transcode anything, I see my GPU start working with nvtop on my host, but it crashes after a few seconds and then seem to be falling back on CPU transcoding since I don't see any activity on my GPU. In stash logs the only thing I can see in DEBUG is Buffer is full.
Any ideas how I can fix this?
Here's the logs
Debug
[transcode] stopping transcode for de71d7d60f7ceb6b_hls, buffer is full
2024-10-23 17:18:03
Debug
[transcode] starting transcode for de71d7d60f7ceb6b_hls at segment #255
2024-10-23 17:17:55
Debug
[transcode] stopping transcode for de71d7d60f7ceb6b_hls, buffer is full
2024-10-23 17:17:50
Debug
[transcode] starting transcode for de71d7d60f7ceb6b_hls at segment #223
2024-10-23 17:17:48
Debug
[transcode] starting transcode for de71d7d60f7ceb6b_hls at segment #0
2024-10-23 17:17:47
Debug
[transcode] returning HLS manifest for scene 26
2024-10-23 17:17:22
Info
Retrieved latest version: v0.27.2 (76648fee)
2024-10-23 17:16:54
Info
Version v0.27.2 (76648fee) is already the latest released
2024-10-23 17:16:53
Info
stash is running at http://localhost:9999/
2024-10-23 17:16:53
Info
stash is listening on 0.0.0.0:9999
2024-10-23 17:16:53
Info
stash version: v0.27.2 (76648fee) - Official Build - 2024-10-15 22:22:45
2024-10-23 17:16:53
Info
[InitHWSupport] Supported HW codecs [2]:
H264 NVENC HQ profile - h264_nvenc
H264 NVENC - h264_nvenc
2024-10-23 17:16:52
Info
using config file: /root/.stash/config.yml
The text was updated successfully, but these errors were encountered:
I'm using the
nerethos/stash-jellyfin-ffmpeg
image on v0.27.2I have a 1070, which is detected properly by stash.
I also configured FFMPEG with
-hwaccel
andcuda
as parameters.When I try to transcode anything, I see my GPU start working with
nvtop
on my host, but it crashes after a few seconds and then seem to be falling back on CPU transcoding since I don't see any activity on my GPU. In stash logs the only thing I can see in DEBUG isBuffer is full
.Any ideas how I can fix this?
Here's the logs
The text was updated successfully, but these errors were encountered: