Nothing Special   »   [go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows transcode server possible? #17

Closed
merc4derp opened this issue Apr 23, 2022 · 7 comments
Closed

Windows transcode server possible? #17

merc4derp opened this issue Apr 23, 2022 · 7 comments

Comments

@merc4derp
Copy link

For AMD gpus currently AMF is working much better than VAAPI and AMF in amdgpu-pro is a mess.

What would be needed to offload the transcodes with rffmpeg to a windows machine? Please don't say WSL2. That's also a mess for gpu acceleration.

@joshuaboniface
Copy link
Owner

To be completely honest, I don't use Windows at all so I'm not sure. At the very least, you'd need an SSH server so that the media server can SSH to the Windows box. Beyond that, you'd need some sort of shared filesystem (I use NFS in my example but theoretically SMB would work too, I've just never tested it), and some of the paths might be wonky, but pretty much this is just a wrapper around a command that looks like ssh user@host /path/to/ffmpeg <all the args I was passed>, so I imagine it would be somewhat compatible.

@c89williams
Copy link

I got remote NVENC transcoding working with a Debian source and a Windows 10 target with minimal effort. Used the OpenSSH Server bundled with Windows, and the custom Jellyfin ffmpeg binaries (did not try others) plus a modification to rffmpeg to replace linux paths with Windows-friendly ones. Works very smoothly with no apparent issues.

@Dominaezzz
Copy link

I got it to work on Windows as well but using the docker-mod. I wrote a wrapper script on the Windows side to convert the paths.

@Xaque8787
Copy link

I got it to work on Windows as well but using the docker-mod. I wrote a wrapper script on the Windows side to convert the paths.

Could you perhaps share what you did. I could use some insight when getting it working on the Windows side of things.

@Dominaezzz
Copy link

Sure, when I get some time I'll write something up.

@Dominaezzz
Copy link

https://gist.github.com/Dominaezzz/1b8e35e987f2f078c50c9a609908594e

It's not a step by step guide but difficult bits are covered.

@mat926
Copy link
mat926 commented Jun 16, 2024

Can this setup be done as a docker container?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants