segator / PlexRemoteTranscoderDocker

This is a set of docker to setup very easy plex with remote transcoding
MIT License
16 stars 2 forks source link

net=host #3

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi There,

ERROR: for plexTranscoderOrchestrator Cannot create container for service plexTranscoderOrchestrator: Conflicting options: host type networking can't be used with links. This would result in undefined behavior ERROR: Encountered errors while bringing up the project.

Your assistance would be appreciated

segator commented 7 years ago

try to replace net:host by ports: 32400:32400/tcp, let me know if I can help you

ghost commented 7 years ago

hehehe don't worry, seems to be my lack of programming skills :) Sorted all working. This is a great project you have build, I've been looking for a good solution for a while to support more CPU on the fly for transcoding. Can you perhaps tell me how i will mount my remote movies and video library to the docker or do i mount this outside of the docker. Plex needs to be able to see it however? i normally use cifs-utils with smbclient NFS

segator commented 7 years ago

well the plexTranscoderOrchestrator docker automatically create a NFS server and automatically interconect with the DO VM, you only need to be sure that the docker is starting fine the NFS server and all the ports and connections are fine. I will happy to help you if you want.

the main problem here is to use NFS server you need to install the NFS modules in the kernel, check how to install this modules with your linux distro, after that check that you open all the ports defined in the docker-compose and your public domain is binded with your public IP.

anyway I didn't update the project from a while so I suppose probably it's not working(plex guys are always changing thinks and breaking my project, but if you install all the system and you get an error I will fix it)

ghost commented 7 years ago

Hi there, thanks a million all working now, remote library linked!

ghost commented 7 years ago

Hi There, every time i quit the instance and restart it does not work any more, anything specific i need to do?

segator commented 7 years ago

what do you mean with quit the instance? you shouldn't close the instance or it won't work