-
[Support] feederbox826/stash-s6 - Alternative stash container
Generate doesn't use hwaccel
-
[Support] feederbox826/stash-s6 - Alternative stash container
then you should be good! the development build is for bleeding edge stash pre-release builds. IIRC the breakage only occurred on development and patched in a later version. If you updated to 0.2 you can grab version one [here](https://github.com/feederbox826/plugins/tree/15194fbf20802e2b603340ae7fec2b9787171d17/plugins/overlay-info)
-
[Support] feederbox826/stash-s6 - Alternative stash container
I have put in my own patch to stash and it works against the latest development build https://discourse.stashapp.cc/t/overlay-info/1602. If you're not on development then the old version should still work, if you're on development just update
-
[Support] feederbox826/stash-s6 - Alternative stash container
Chased down some wild geese, try adding the environment variable STASH_HW_TEST_TIMEOUT and setting the value to 10
-
[Support] feederbox826/stash-s6 - Alternative stash container
Another user also reported issues with NVIDIA, I sold off my 1060 in my server so I don't have the hardware available atm. I'll try to do some more testing on windows and will try to remember to update here as well as on github.
-
[Support] feederbox826/stash-s6 - Alternative stash container
default should be "" (empty), you might've had an old version that has the default set to iHD, but your system is using i965. Will probably remove it as Jellyfin is much more reliable with driver selector
-
[Support] feederbox826/stash-s6 - Alternative stash container
Phew! Glad I could help!
-
[Support] feederbox826/stash-s6 - Alternative stash container
You might need to remove the LIBVA_DRIVER_NAME and LIBVA_DRIVER_NAME_JELLYFIN, im not sure if the driver is interpreting empty strings correctly. That's the end of my theories, will have to wait for the debug script to deploy
-
[Support] feederbox826/stash-s6 - Alternative stash container
Let me add some more debugging for AUTO_AVGID, I have a feeling your --device flags are throwing it off, don't pass in /dev/dri after passing in /dev/dri/card0 and /dev/dri/render128, or just pass in the entirety of /dev/dri
-
[Support] feederbox826/stash-s6 - Alternative stash container
Hm everything looks correct, try removing the Jellyfin Driver selector and Driver Selector variables in the config
-
[Support] feederbox826/stash-s6 - Alternative stash container
can you pull the container startup logs? not from within stash but from the terminal, not everything is in the logfile yet
-
[Support] feederbox826/stash-s6 - Alternative stash container
There you go, delete ffmpeg/ffprobe at /config, it's the version downloaded by stash which is missing hwaccel support
-
[Support] feederbox826/stash-s6 - Alternative stash container
Can you post the startup logs for stash-s6? this is also available via stash-s6 helper with "get logs" or at /config/stash-s6.log
-
[Support] feederbox826/stash-s6 - Alternative stash container
Try some of the steps in https://github.com/feederbox826/stash-s6/blob/main/docs/arc-troubleshooting.md but if transcoding is still working, it's probably safe to ignore
-
[Support] feederbox826/stash-s6 - Alternative stash container
if you restart the container after removing requirements.txt it should populate it with a comment on which file it's from above it ``` # /plugins/plugin/requirements.txt spacy ```