-
Notifications
You must be signed in to change notification settings - Fork 59
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
Remote Transcoder has errors trying to play a file on remote server, works fine with local transcoder as a target #42
Comments
This looks like a cross-platform issue. The server on OS X is passing environmental variables to the Ubuntu machine that are incorrect for that platform. From your logs:
You can see the paths for |
Of course! Duh. So right now your Master and Slave both need to be the same platform, or at the very least have the same paths to the external libraries. Is that right? |
@alexholliz For now, yes, master and slave need to be the same platform. Obviously we'd love to get this working between machines running on different platforms. If you look at the To help get started, I just created a wiki page here with the paths used on various platforms. |
I'll give that a go and report back |
@alexholliz Great! Also, feel free to update the wiki page with the paths that you're seeing on OS X. I've added the ones that I could get from the log file that you posted earlier. |
I was actually pretty confused on how to statically set the FFMPEG libraries on the ubuntu machine, any idea where I should look for that? |
The paths are set as environmental variables. The best place to go about remapping these is in the |
I also noticed that I don't have a prt.log on my ubuntu machine. Is there somewhere I should look for that specifically? mlocate couldn't find it. |
Should be set to |
I've attached the logs I pulled from plex when attempting to play a file that requires transcoding with a remote transcoder. This works fine on the local transcoder, (adding localhost with prt add_host) so it must be a missing dependency on my ubuntu server or something.
plex failed transcode.txt
The text was updated successfully, but these errors were encountered: