Seraph91P
Seraph91P
> Can you send the command & the logs when you try to run this directly on the host? I don't own a qsv enabled device, so most of this...
> Can you send the command & the logs when you try to run this directly on the host? I don't own a qsv enabled device, so most of this...
> you didn't upload the logs. The command doesn't look like a command kyoo would produce (it doesn't look valid). You can try with this command instead: > > ```...
> you didn't upload the logs. The command doesn't look like a command kyoo would produce (it doesn't look valid). You can try with this command instead: > > ```...
> this command seems to work, it seems to be stopped via user interactions. Can you confirm if transcoding on your machine (manually) work? yeah Iam stopping it becasue I...
w > > Already tried it on the host itself and the command fails aswell. > > so it always worked on the host? > > Just to be sure,...
> [@Serph91P](https://github.com/Serph91P) what GPU/iGPU are you using? I found that some newer iGPUs (e.g. ones in Rocket Lake series processors) require some additional packages, which I'm working on fixing. It...
> That's Raptor Lake series, and is almost definitely affected by this. If I cut a build on my fork with [my fix](https://github.com/zoriya/Kyoo/pull/931) included, would you be willing to try...
> I'll handle basically everything. You'll just need to change the transcoder image used. If you're using docker compose, this would be the line for `image: ghcr.io/zoriya/kyoo_transcoder:` I'll send you...
> Go ahead and replace the `image: ghcr.io/zoriya/kyoo_transcoder:4.7` line with `image: ghcr.io/soliddowant/kyoo_transcoder:4.7.1-dev.qsv-fix.1`. The first two lines should look like this (whitespace is important): > > x-transcoder: &transcoder-base > image: ghcr.io/soliddowant/kyoo_transcoder:4.7.1-dev.qsv-fix.1...