How to exec Plex New Transcoder from commandline ?

Does anyone know how to execute the "Plex New Transcoder" from the commandline ?

 

Exporting LD_LIBRARY_PATH didn't work, it keeps ending up with:

Shared object "libz.so.1" not found, required by "Plex New Transcoder"

(running PMS on FreeNAS 9.2.0)

Does anyone know how to execute the "Plex New Transcoder" from the commandline ?

Exporting LD_LIBRARY_PATH didn't work, it keeps ending up with:

Shared object "libz.so.1" not found, required by "Plex New Transcoder"

(running PMS on FreeNAS 9.2.0)

This is how it is done on unbuntu, should be pretty similar.

sudo su - plex -c "export LD_LIBRARY_PATH="/usr/lib/plexmediaserver";/usr/lib/plexmediaserver/Resources/Plex\ New\ Transcoder"

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.