The switch to .ts instead of .mkv really messed with my viewing experience. I have an extend and record in h.264 directly, onto an old readynas that direct plays to rokus and other devices. When the switch was made to .ts, I can no longer fast forward or even resume a recording. I created a very simple post processing script to convert from .ts to .mkv but my recent recordings only have audio and no video. Where am I going wrong?
export LD_LIBRARY_PATH="/apps/plexmediaserver/Binaries"
infile=1
outfile={infile//.ts/.mkv}
/apps/plexmediaserver/Binaries/Plex\ Transcoder -fflags +genpts -i “$infile” -map 0 -c copy “$outfile”
rm “$infile”
exit 1
If any devs are reading, please at least give us the option to remux back to mkv again. The experience was near perfect for me.
Sorry to bump this but want to mention that everything seems to be working as expected without the need to convert to MKV now. I can trick play on my roku using the .ts files.