Weston Nielson
Weston Nielson
Thanks for the feedback. Yes, I think it is both possible and a good idea to be able to identify the request as either a transcode, direct play or direct...
@speedminion87 I bumped the version number. Did you remember to run `prt overwrite`? The latest commit *should* fix the problem this ticket addresses. If you run `cat /usr/lib/plexmediaserver/Plex\ Transcoder`, near...
Hmm, that looks correct. Can you post your `PRT` log on the master when you try to seek?
Did you set your `transcoder temporary directory` in the `PMS` settings? The issue looks like it is trying to place the transcode output into the directory `/var/lib/plexmediaserver`. The `cd /var/lib/plexmediaserver`...
What errors do you see in the `Plex Media Server` log?
It seems like the transcoder is bombing out on the `slave`. Try running these commands on the `slave`: ``` sudo su plex mkdir /home/tyrone/tmp/plex-transcode-vpi6uq55a3n-4afbb772-4f1e-49b3-81b3-d0ce505f19f3 export ADDRFAM=inet;export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR=/var/lib/plexmediaserver/Library/Application Support;export IFACE=p2p1;export XDG_DATA_HOME=/usr/lib/plexmediaserver/Resources/;export...
Try again with verbose logging enabled: ``` prt_local -codec:0 h264 -codec:1 dca -noaccurate_seek -i '/home/tyrone/data/Media/Movies/Matrix Reloaded, The (2003)1080p/The Matrix Reloaded.mkv' -map 0:0 -metadata:s:0 language=eng -codec:0 copy -map 0:1 -metadata:s:1 language=eng...
This error ``` libiconv.so.2: cannot open shared object file: No such file or directory ``` means that the transcoder can't find a shared library. You need to make sure to...
Here what I get without setting `LD_LIBRARY_PATH`: ``` plex@prt-2:$ ldd /usr/lib/plexmediaserver/Resources/plex_transcoder linux-vdso.so.1 => (0x00007ffd91bf5000) libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f9ae2215000) libiconv.so.2 => not found libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9ae1e50000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f9ae1b4a000)...
Great, so now try running `prt_local`: ``` prt_local -codec:0 h264 -codec:1 dca -noaccurate_seek -i '/home/tyrone/data/Media/Movies/Matrix Reloaded, The (2003)1080p/The Matrix Reloaded.mkv' -map 0:0 -metadata:s:0 language=eng -codec:0 copy -map 0:1 -metadata:s:1 language=eng...