-
Notifications
You must be signed in to change notification settings - Fork 53
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
Comments
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 |
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. |
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. |
Sure, when I get some time I'll write something up. |
https://gist.github.com/Dominaezzz/1b8e35e987f2f078c50c9a609908594e It's not a step by step guide but difficult bits are covered. |
Can this setup be done as a docker container? |
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.
The text was updated successfully, but these errors were encountered: