-
-
Notifications
You must be signed in to change notification settings - Fork 16
Replies: 2 comments · 8 replies
-
Ok so I am dumb and fixed this by passing /dev/dri/ as a device since I had it as a path. FFMPEG is no longer crashing but the video stream is extremely choppy and lagging behind audio. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Just double checking that you configured Tunarr to use QSV in the ffmpeg options. I didn't see the part of the log with the actual video stream command in what you pasted |
Beta Was this translation helpful? Give feedback.
All reactions
-
Here's some more logs, I turned debug on.
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Hm 0.7.0 is a few versions behind. There have been a lot of changes to streaming since then (with some more coming soon). I would try upgrading to 0.10.1 and we can continue from there. |
Beta Was this translation helpful? Give feedback.
All reactions
-
How do I upgrade? I am using the latest tag |
Beta Was this translation helpful? Give feedback.
All reactions
-
Oh hmm. Looks like there is an issue with publishing the latest-hwaccel tags... sorry about that. You can just use the version number + vaapi, like 0.10.1-vaapi |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
Meant to reply here. I've fixed the issue with the latest hwaccel tags so latest-vaapi should be up to date now. |
Beta Was this translation helpful? Give feedback.
-
Logs: https://pastebin.com/7jULavtZ
I am using the container on unraid.
The latest vaapi
/dev/dri:/dev/dri is passed in the container
I set the ffmpeg path in the settings to /usr/local/bin/ffmpeg
which ffmpeg
/usr/local/bin/ffmpeg
ffmpeg -hide_banner -hwaccels
Hardware acceleration methods:
vdpau
vaapi
qsv
drm
opencl
Beta Was this translation helpful? Give feedback.
All reactions