Here is the forum post for the new transcoder version:
I am not very familiar with Linux, but hopefully I could play around with Ubuntu and get it working.
I am open to any suggestions as to the best hardware / price point combination. =)
Here is the forum post for the new transcoder version:
I am not very familiar with Linux, but hopefully I could play around with Ubuntu and get it working.
I am open to any suggestions as to the best hardware / price point combination. =)
We pushed updates to support the following builds:
Choose the right version for your PMS here: https://github.com/UnicornTranscoder/UnicornTranscoder/releases
If someone can try 2.3.5-dev and 2.3.6-alpha releases on their Plex setup and could be nice to give us feedback ![]()
Have a nice day!
https://github.com/UnicornTranscoder/UnicornTranscoder/releases/tag/2.3.8
Note: In general we publish updates few days after and official plex release, all the minors versions aren’t released here, feel free to subscribe to our github to be informed of each update ![]()
Does this software take advantage of GPUs that are in a system or does it strictly only use CPU for the transcoding?
Not actually, feel free to make a pull request to support it
Do you mean that you have set this all up on a windows 10 machine? That’s what mine is running on and I want to try this out on there.
Will this work on Windows 10 machines?
In docker it works. We don’t support windows natively at the moment. Feel free to make a PR to support it
Hi there,
ist the latest version compatible with Plex (linux) Server 1.18.8.2527
Note: In general we publish updates few days after and official plex release, all the minors versions aren’t released here, feel free to subscribe to our github to be informed of each update ![]()
@Maxou44 I’ve got a lot going on over here.
How can I help your team get GPU based hardware encoding working on this?
To support this feature we need time, we don’t use hardware transcoding on our side, it will be really complicated to support 
Does this plugin support quick sync transcoding, or is it strictly cpu power?
We don’t support hardware transcoding
Since you use ffmpeg to do the transcoding and ffmpeg supports hardware transcoding, why not just make that an option in your ffmpeg setup?
Because it’s not so easy 
Plex generates ffmpeg arguments itself based on the current machine and current streams. If we want to support that, we need to recreate a “streaming brain” and generate ffmpeg args on our side
Ahh okay so you pass through the settings on raw to ffmpeg so the user can control their profiles - makes sense.
I do think a quality/profile converter that allows for injecting hardware transcoding should be on the roadmap for you guys 
Or someone get Plex to add an “advanced” option to force hardware transcoding on the server regardless if hardware has been detected - that way you don’t need to reinvent the wheel
In fact they should make an option to enable 3rd party transcoding and make “always hardware encoding” an option you just enable for 3rd party transcoders. Now you have better integration and you can support hardware transcoding.
Imagine the amount of low power plex server options this enables - by having remote transcoding hardware you could run the server of a tiny thing like a Raspberry Pi and have your gaming rig do the transcoding - I could imagine that would increase the Plex installbase considerably 
Even a low power NAS could be a proper Plex server setup this way.
There is a lot of rules for hardware transcoding, we can’t always force it. Some graphic cards have a limited transcoding capacity and all servers don’t have the same hardware.
The best way is to create a “streaming brain”, I am working on it for a side project, I hope one day, we will be able to plug it on Plex 