Xbox One X and 4K X265 HDR / Dolby Atmos

That is actually semi-kind of expected and very similar to what I reported to the developers. When the best track for user preferences is the English TrueHD track that track get’s selected and attempts to direct play, falls back to direct streaming, but crashes playback before it can fallback to audio transcoding.
What you are describing after stripping out only that track is the same thing I observed. That track gets removed but the metadata never gets fully updated either between the server, the remuxed file, or a combination of the two. So what happens is you go to play and the MDE think’s it i still seeing the old trueHD track and decides it needs to transcode the audio to a format that can be playable, the server gets the transcode request and see’s the track actually already is a playable format so it instead direct streams (copies the track). Now during playback the player get’s slightly confused because it is expecting one thing but instead getting something slightly different and tries to continue but the now that the two things are out of sync it breaks down later and gives the broken pipe error. (This last part is based on as far as I can see during my debugging, I can’t see what specifically is causing the broken pipe, just a reasonable set of steps that were able to reproduce it for me)

The way I fixed this was actually to create a new 1st/primary AC3 audio track making sure to set the primary/default flags. And then during the audio copy commands for the rest of the tracks I made sure to clear out all flags. I found that if I didn’t reset those flags it caused issues with either the scanner detecting changes or the MDE when it came to playback. On one server version I had to remove the items and then re-add them to the library because scanning for changes didn’t update the track data, but in another version of the server it did detect the changes.

Is that during the playback debug screen? That information is directly reading the setting from the client. Because the Xbox One’s codecs are very explicit those settings are hidden and never queried by the MDE. The MDE knows the Xbox One’s audio codecs, so it doesn’t check the audio settings for them, and because they arn’t checked they are hidden in from displaying in the menu. But, the statistics screen is just a dump of current information so it displays everything as if it were all enabled and used. (This stems from the underlying UI code base)

Good information!

I am not an FFMPEG master, this is the command I usually run to strip the top Audio track usually TrueHD, and I also remove Dolby DTS (by adding “-map -0:a:1”

ffmpeg -i *.mkv -acodec copy -vcodec copy -map 0 -map -0:a:0 -sn "Name.mkv"

How would I set the primary flag and remove any others?

And as for the second point, if I’ve understood you correctly, that AllowAC3: false is expected on the xbox by design and cannot be changed?

Dec 21, 2018 17:52:45.741 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 17:52:45.741 [0x80db9dd00] DEBUG - Request: [10.10.0.120:53386 (WAN)] GET /library/parts/17904/1545431615/file.mkv (49 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 17:52:45.746 [0x80db9dd00] DEBUG - Content-Length of /media/Movies/Venom (2018)/Venom (2018) REMUX1 2160p.mkv is 47798447407.
Dec 21, 2018 17:52:45.770 [0x80b89b500] DEBUG - Failed to stream media, client probably disconnected after 655360 bytes: 32 - Broken pipe
Dec 21, 2018 17:52:45.771 [0x80b89b500] DEBUG - Completed: [10.10.0.120:53386] 200 GET /library/parts/17904/1545431615/file.mkv (49 live) TLS GZIP 29ms 655360 bytes (pipelined: 1) (range: bytes=6900678656-47798447406)
Dec 21, 2018 17:52:45.780 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 17:52:45.780 [0x816ac6d00] DEBUG - Request: [10.10.0.120:53387 (WAN)] GET /library/parts/17904/1545431615/file.mkv (50 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 17:52:45.784 [0x816ac6d00] DEBUG - Content-Length of /media/Movies/Venom (2018)/Venom (2018) REMUX1 2160p.mkv is 47798447407.
Dec 21, 2018 17:52:45.789 [0x80b89b500] DEBUG - Failed to stream media, client probably disconnected after 131072 bytes: 32 - Broken pipe
Dec 21, 2018 17:52:45.790 [0x80b89b500] DEBUG - Completed: [10.10.0.120:53387] 200 GET /library/parts/17904/1545431615/file.mkv (49 live) TLS GZIP 9ms 131072 bytes (pipelined: 1) (range: bytes=6645874688-47798447406)
Dec 21, 2018 17:52:46.313 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 17:52:46.313 [0x816ac6d00] DEBUG - Request: [10.10.0.120:53388 (WAN)] GET /video/:/transcode/universal/decision?hasMDE=1&path=%2Flibrary%2Fmetadata%2F10158&mediaIndex=0&partIndex=0&protocol=dash&fastSeek=1&directPlay=0&directStream=1&subtitleSize=100&audioBoost=200&location=lan&directStreamAudio=1&mediaBufferSize=81920&session=x84urejk5gddsvrfjev992sq&subtitles=burn&Accept-Language=en (49 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 17:52:46.314 [0x816ac6d00] DEBUG - Found session GUID of x84urejk5gddsvrfjev992sq in session start.
Dec 21, 2018 17:52:46.314 [0x816ac6d00] DEBUG - TranscodeUniversalRequest: using augmented profile Xbox One
Dec 21, 2018 17:52:46.315 [0x816ac6d00] DEBUG - Downloading document http://127.0.0.1:32400/library/metadata/10158?includeBandwidths=1&offset=-1&X-Plex-Session-Identifier=42t3344ijabhsi6382c637wc
Dec 21, 2018 17:52:46.315 [0x816ac6d00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 17:52:46.622 [0x816ac6d00] DEBUG - It took 7.812500 ms to retrieve 148 items.
Dec 21, 2018 17:52:46.624 [0x816ac6d00] DEBUG - We're going to try to auto-select an audio stream for account 1.
Dec 21, 2018 17:52:46.624 [0x816ac6d00] DEBUG - Selecting best audio stream for part ID 17904 (autoselect: 0 language: en)
Dec 21, 2018 17:52:46.624 [0x816ac6d00] DEBUG - Audio Stream: 39432, Subtitle Stream: -1
Dec 21, 2018 17:52:46.627 [0x816ac6d00] DEBUG - MDE: Selected protocol dash; container: mp4
Dec 21, 2018 17:52:46.627 [0x816ac6d00] DEBUG - MDE: analyzing media item 17739
Dec 21, 2018 17:52:46.627 [0x816ac6d00] DEBUG - MDE: Venom (2018): Direct Play is disabled
Dec 21, 2018 17:52:46.627 [0x816ac6d00] DEBUG - MDE: Venom (2018): media must be transcoded in order to use the dash protocol
Dec 21, 2018 17:52:46.628 [0x816ac6d00] DEBUG - MDE: Venom (2018): no direct play video profile exists for http/mkv/mjpeg
Dec 21, 2018 17:52:46.628 [0x816ac6d00] DEBUG - MDE: Venom (2018): no direct play video profile exists for http/mkv/mjpeg/ac3
Dec 21, 2018 17:52:46.628 [0x816ac6d00] DEBUG - MDE: Venom (2018): no direct play video profile exists for http/mkv/mjpeg/ac3
Dec 21, 2018 17:52:46.628 [0x816ac6d00] DEBUG - MDE: Venom (2018): no direct play video profile exists for http/mkv/mjpeg
Dec 21, 2018 17:52:46.628 [0x816ac6d00] DEBUG - MDE: Venom (2018): no direct play video profile exists for http/mkv/mjpeg/ac3
Dec 21, 2018 17:52:46.628 [0x816ac6d00] DEBUG - MDE: Venom (2018): no direct play video profile exists for http/mkv/mjpeg/ac3
Dec 21, 2018 17:52:46.628 [0x816ac6d00] DEBUG - MDE: Venom (2018): no direct play video profile exists for http/mkv/mjpeg
Dec 21, 2018 17:52:46.628 [0x816ac6d00] DEBUG - MDE: Venom (2018): no direct play video profile exists for http/mkv/mjpeg/ac3
Dec 21, 2018 17:52:46.628 [0x816ac6d00] DEBUG - MDE: Venom (2018): no direct play video profile exists for http/mkv/mjpeg/ac3
Dec 21, 2018 17:52:46.628 [0x816ac6d00] DEBUG - MDE: Venom (2018): no direct play video profile exists for http/mkv/mjpeg
Dec 21, 2018 17:52:46.628 [0x816ac6d00] DEBUG - MDE: Venom (2018): no direct play video profile exists for http/mkv/mjpeg/ac3
Dec 21, 2018 17:52:46.628 [0x816ac6d00] DEBUG - MDE: Venom (2018): no direct play video profile exists for http/mkv/mjpeg/ac3
Dec 21, 2018 17:52:46.628 [0x816ac6d00] DEBUG - MDE: Venom (2018): selected media 0 / 17739
Dec 21, 2018 17:52:46.628 [0x816ac6d00] DEBUG - Streaming Resource: Reached Decision id=10158 codes=(General=1001,Direct play not available; Conversion OK. Direct Play=3000,App cannot direct play this item. Direct play is disabled. Transcode=1001,Direct play not available; Conversion OK.) media=(id=17739 part=(id=17904 decision=transcode container=mp4 protocol=dash streams=(Video=(id=39430 decision=copy width=3840 height=2160) Audio=(id=39432 decision=copy channels=6 rate=48000))))
Dec 21, 2018 17:52:46.631 [0x80b89b500] DEBUG - Completed: [10.10.0.120:53388] 200 GET /video/:/transcode/universal/decision?hasMDE=1&path=%2Flibrary%2Fmetadata%2F10158&mediaIndex=0&partIndex=0&protocol=dash&fastSeek=1&directPlay=0&directStream=1&subtitleSize=100&audioBoost=200&location=lan&directStreamAudio=1&mediaBufferSize=81920&session=x84urejk5gddsvrfjev992sq&subtitles=burn&Accept-Language=en (48 live) TLS GZIP 317ms 6585 bytes (pipelined: 1)
Dec 21, 2018 17:52:46.877 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 17:52:46.877 [0x816ac6d00] DEBUG - Request: [10.10.0.120:53388 (WAN)] GET /video/:/transcode/universal/start.mpd?hasMDE=1&path=%2Flibrary%2Fmetadata%2F10158&mediaIndex=0&partIndex=0&protocol=dash&fastSeek=1&directPlay=0&directStream=1&subtitleSize=100&audioBoost=200&location=lan&directStreamAudio=1&mediaBufferSize=81920&session=x84urejk5gddsvrfjev992sq&subtitles=burn&Accept-Language=en (48 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 17:52:46.877 [0x816ac6d00] DEBUG - Found session GUID of x84urejk5gddsvrfjev992sq in session start.
Dec 21, 2018 17:52:46.878 [0x816ac6d00] DEBUG - TranscodeUniversalRequest: using augmented profile Xbox One
Dec 21, 2018 17:52:46.878 [0x816ac6d00] DEBUG - Downloading document http://127.0.0.1:32400/library/metadata/10158?checkFiles=1&includeBandwidths=1&offset=-1&X-Plex-Session-Identifier=42t3344ijabhsi6382c637wc
Dec 21, 2018 17:52:46.879 [0x816ac6d00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 17:52:46.895 [0x816ac6d00] DEBUG - It took 7.812500 ms to retrieve 148 items.
Dec 21, 2018 17:52:46.917 [0x816ac6d00] DEBUG - We're going to try to auto-select an audio stream for account 1.
Dec 21, 2018 17:52:46.917 [0x816ac6d00] DEBUG - Selecting best audio stream for part ID 17904 (autoselect: 0 language: en)
Dec 21, 2018 17:52:46.917 [0x816ac6d00] DEBUG - Audio Stream: 39432, Subtitle Stream: -1
Dec 21, 2018 17:52:46.922 [0x816ac6d00] DEBUG - Found session GUID of x84urejk5gddsvrfjev992sq in session start.
Dec 21, 2018 17:52:46.922 [0x816ac6d00] DEBUG - Cleaning directory for session x84urejk5gddsvrfjev992sq ()
Dec 21, 2018 17:52:46.923 [0x816ac6d00] DEBUG - Starting a transcode session x84urejk5gddsvrfjev992sq at offset -1.0 (state=3)
Dec 21, 2018 17:52:47.002 [0x816ac6d00] DEBUG - TPU: hardware transcoding: enabled, but no hardware decode accelerator found
Dec 21, 2018 17:52:47.002 [0x816ac6d00] DEBUG - [Universal] Using local file path instead of URL: /media/Movies/Venom (2018)/Venom (2018) REMUX1 2160p.mkv
Dec 21, 2018 17:52:47.002 [0x816ac6d00] DEBUG - TPU: hardware transcoding: final decoder: , final encoder:
Dec 21, 2018 17:52:47.004 [0x816ac6d00] DEBUG - Job running: EAE_ROOT='/tmp/pms-4725dc5f-a864-4e9b-b9b0-1607e54fa819/EasyAudioEncoder' FFMPEG_EXTERNAL_LIBS='/usr/local/plexdata-plexpass/Plex\ Media\ Server/Codecs/531e313-1328-freebsd-x86_64/' XDG_CACHE_HOME='/usr/local/plexdata-plexpass/Plex Media Server/Cache' XDG_DATA_HOME='/usr/local/share/plexmediaserver-plexpass/Resources' X_PLEX_TOKEN='xxxxxxxxxxxxxxxxxxxx' '/usr/local/share/plexmediaserver-plexpass/Plex Transcoder' '-codec:0' 'hevc' '-noaccurate_seek' '-probesize' '10000000' '-i' '/media/Movies/Venom (2018)/Venom (2018) REMUX1 2160p.mkv' '-map' '0:0' '-codec:0' 'copy' '-map' '0:2' '-metadata:s:1' 'language=eng' '-codec:1' 'copy' '-copypriorss:1' '0' '-f' 'dash' '-min_seg_duration' '5000000' '-skip_to_segment' '1' '-time_delta' '0.0625' '-manifest_name' 'http://127.0.0.1:32400/video/:/transcode/session/x84urejk5gddsvrfjev992sq/cfa88798-9385-4473-a36a-873c25062dea/manifest' '-avoid_negative_ts' 'disabled' '-map_metadata' '-1' '-map_chapters' '-1' 'dash' '-start_at_zero' '-copyts' '-vsync' 'cfr' '-y' '-nostats' '-loglevel' 'quiet' '-loglevel_plex' 'error' '-progressurl' 'http://127.0.0.1:32400/video/:/transcode/session/x84urejk5gddsvrfjev992sq/cfa88798-9385-4473-a36a-873c25062dea/progress'
Dec 21, 2018 17:52:47.014 [0x816ac6d00] DEBUG - Jobs: Starting child process with pid 61458
Dec 21, 2018 17:52:47.062 [0x80dc76f00] DEBUG - Request: [127.0.0.1:18090 (Loopback)] PUT /video/:/transcode/session/x84urejk5gddsvrfjev992sq/cfa88798-9385-4473-a36a-873c25062dea/progress?status=startup (49 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 17:52:47.063 [0x80b89b500] DEBUG - Completed: [127.0.0.1:18090] 204 PUT /video/:/transcode/session/x84urejk5gddsvrfjev992sq/cfa88798-9385-4473-a36a-873c25062dea/progress?status=startup (49 live) 0ms 203 bytes (pipelined: 1) (range: bytes=0-)
Dec 21, 2018 17:52:47.063 [0x80dc76f00] DEBUG - Request: [127.0.0.1:18090 (Loopback)] PUT /video/:/transcode/session/x84urejk5gddsvrfjev992sq/cfa88798-9385-4473-a36a-873c25062dea/progress?status=opening (49 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 17:52:47.063 [0x80b89b500] DEBUG - Completed: [127.0.0.1:18090] 204 PUT /video/:/transcode/session/x84urejk5gddsvrfjev992sq/cfa88798-9385-4473-a36a-873c25062dea/progress?status=opening (49 live) 0ms 203 bytes (pipelined: 2) (range: bytes=0-)
Dec 21, 2018 17:52:47.088 [0x80dc76f00] DEBUG - Request: [127.0.0.1:18090 (Loopback)] PUT /video/:/transcode/session/x84urejk5gddsvrfjev992sq/cfa88798-9385-4473-a36a-873c25062dea/progress?status=opened (49 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 17:52:47.088 [0x80b89ba00] DEBUG - Completed: [127.0.0.1:18090] 204 PUT /video/:/transcode/session/x84urejk5gddsvrfjev992sq/cfa88798-9385-4473-a36a-873c25062dea/progress?status=opened (49 live) 0ms 203 bytes (pipelined: 3) (range: bytes=0-)

While playing Venom 4K HVEC 10-Bit
I stripped all but two AC3 5.1 tracks, but only made it 11 minutes before it started converting to direct stream

ffmpeg version 4.1 Copyright (c) 2000-2018 the FFmpeg developers
  built with FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0)
  configuration: --prefix=/usr/local --mandir=/usr/local/man --datadir=/usr/local/share/ffmpeg --pkgconfigdir=/usr/local/libdata/pkgconfig --enable-shared --enable-pic --enable-gpl --enable-postproc --enable-avfilter --enable-avresample --enable-pthreads --cc=cc --disable-alsa --disable-libopencore-amrnb --disable-libopencore-amrwb --disable-libaom --disable-libass --disable-libbs2b --disable-libcaca --disable-libcdio --disable-libcelt --disable-chromaprint --disable-libcodec2 --disable-libdavs2 --disable-libdc1394 --disable-debug --enable-htmlpages --disable-libdrm --disable-libfdk-aac --disable-libflite --enable-fontconfig --enable-libfreetype --enable-frei0r --disable-libfribidi --disable-gcrypt --disable-libgme --enable-gmp --enable-gnutls --enable-version3 --disable-libgsm --enable-iconv --disable-libilbc --disable-libjack --disable-libklvanc --disable-libkvazaar --disable-ladspa --disable-libmp3lame --disable-liblensfun --disable-libbluray --disable-librsvg --disable-librtmp --disable-libxml2 --disable-lv2 --disable-mbedtls --enable-mmx --disable-libmodplug --disable-libmysofa --disable-nonfree --disable-openal --disable-opencl --enable-libopencv --disable-opengl --disable-libopenh264 --disable-libopenjpeg --disable-libopenmpt --disable-openssl --enable-optimizations --enable-libopus --disable-libpulse --enable-runtime-cpudetect --disable-librubberband --disable-sdl2 --disable-libsmbclient --disable-libsnappy --disable-sndio --disable-libsoxr --disable-libspeex --disable-libsrt --enable-sse --disable-libssh --disable-libtensorflow --disable-libtesseract --enable-libtheora --disable-libtwolame --enable-libv4l2 --enable-vaapi --disable-vapoursynth --enable-vdpau --disable-libvidstab --enable-libvorbis --disable-libvo-amrwbenc --enable-libvpx --disable-libwavpack --disable-libwebp --enable-libx264 --enable-libx265 --disable-libxavs2 --enable-libxcb --enable-libxvid --disable-outdev=xv --disable-libzimg --disable-libzmq --disable-libzvbi
  libavutil      56. 22.100 / 56. 22.100
  libavcodec     58. 35.100 / 58. 35.100
  libavformat    58. 20.100 / 58. 20.100
  libavdevice    58.  5.100 / 58.  5.100
  libavfilter     7. 40.101 /  7. 40.101
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale      5.  3.100 /  5.  3.100
  libswresample   3.  3.100 /  3.  3.100
  libpostproc    55.  3.100 / 55.  3.100
Input #0, matroska,webm, from 'Venom (2018) REMUX1 2160p.mkv':
  Metadata:
    title           : Venom.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
    ENCODER         : Lavf58.20.100
  Duration: 01:52:08.74, start: 0.000000, bitrate: 56828 kb/s
    Chapter #0:0: start 0.000000, end 283.199578
    Metadata:
      title           : Chapter 1
    Chapter #0:1: start 283.199578, end 658.074067
    Metadata:
      title           : Chapter 2
    Chapter #0:2: start 658.074067, end 1054.928867
    Metadata:
      title           : Chapter 3
    Chapter #0:3: start 1054.928867, end 1445.485689
    Metadata:
      title           : Chapter 4
    Chapter #0:4: start 1445.485689, end 1938.811867
    Metadata:
      title           : Chapter 5
    Chapter #0:5: start 1938.811867, end 2407.446689
    Metadata:
      title           : Chapter 6
    Chapter #0:6: start 2407.446689, end 2811.975822
    Metadata:
      title           : Chapter 7
    Chapter #0:7: start 2811.975822, end 3206.203000
    Metadata:
      title           : Chapter 8
    Chapter #0:8: start 3206.203000, end 3657.070067
    Metadata:
      title           : Chapter 9
    Chapter #0:9: start 3657.070067, end 3841.796289
    Metadata:
      title           : Chapter 10
    Chapter #0:10: start 3841.796289, end 4116.445667
    Metadata:
      title           : Chapter 11
    Chapter #0:11: start 4116.445667, end 4272.851911
    Metadata:
      title           : Chapter 12
    Chapter #0:12: start 4272.851911, end 4455.742956
    Metadata:
      title           : Chapter 13
    Chapter #0:13: start 4455.742956, end 4878.748867
    Metadata:
      title           : Chapter 14
    Chapter #0:14: start 4878.748867, end 5235.021444
    Metadata:
      title           : Chapter 15
    Chapter #0:15: start 5235.021444, end 6728.747000
    Metadata:
      title           : Chapter 16
    Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 23.98 tbc (default)
    Metadata:
      title           : Venom.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 53456598
      DURATION-eng    : 01:52:08.722000000
      NUMBER_OF_FRAMES-eng: 161328
      NUMBER_OF_BYTES-eng: 44961823982
      _STATISTICS_WRITING_APP-eng: mkvmerge v29.0.0 ('Like It Or Not') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-12-10 23:15:13
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      DURATION        : 01:52:08.729000000
    Stream #0:1: Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 23.98 tbc
    Metadata:
      title           : Venom.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 2084988
      DURATION-eng    : 01:52:08.722000000
      NUMBER_OF_FRAMES-eng: 161328
      NUMBER_OF_BYTES-eng: 1753663810
      _STATISTICS_WRITING_APP-eng: mkvmerge v29.0.0 ('Like It Or Not') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-12-10 23:15:13
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      DURATION        : 01:52:08.729000000
    Stream #0:2(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s (default)
    Metadata:
      title           : Venom.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 640000
      DURATION-eng    : 01:52:08.736000000
      NUMBER_OF_FRAMES-eng: 210273
      NUMBER_OF_BYTES-eng: 538298880
      _STATISTICS_WRITING_APP-eng: mkvmerge v29.0.0 ('Like It Or Not') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-12-10 23:15:13
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      DURATION        : 01:52:08.744000000
    Stream #0:3(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s
    Metadata:
      title           : Venom.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 640000
      DURATION-eng    : 01:52:08.704000000
      NUMBER_OF_FRAMES-eng: 210272
      NUMBER_OF_BYTES-eng: 538296320
      _STATISTICS_WRITING_APP-eng: mkvmerge v29.0.0 ('Like It Or Not') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-12-10 23:15:13
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      DURATION        : 01:52:08.736000000
    Stream #0:4: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 120x176, 1k tbr, 1k tbn, 1k tbc
    Metadata:
      FILENAME        : small_cover.jpg
      MIMETYPE        : image/jpeg
      DURATION        : 00:00:00.000000000
    Stream #0:5: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 213x120, 1k tbr, 1k tbn, 1k tbc
    Metadata:
      FILENAME        : small_cover_land.jpg
      MIMETYPE        : image/jpeg
      DURATION        : 00:00:00.000000000
    Stream #0:6: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 600x882, 1k tbr, 1k tbn, 1k tbc
    Metadata:
      FILENAME        : cover.jpg
      MIMETYPE        : image/jpeg
      DURATION        : 00:00:00.000000000
    Stream #0:7: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 1067x600, 1k tbr, 1k tbn, 1k tbc
    Metadata:
      FILENAME        : cover_land.jpg
      MIMETYPE        : image/jpeg
      DURATION        : 00:00:00.000000000

So I see

Venom (2018): no direct play video profile exists for http/mkv/mjpeg

and

Stream #0:4: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 120x176, 1k tbr, 1k tbn, 1k tbc
    Metadata:
      FILENAME        : small_cover.jpg
      MIMETYPE        : image/jpeg
      DURATION        : 00:00:00.000000000

Could that be what’s tripping up the Xbox One X?

Same thing with Avengers

Dec 21, 2018 18:40:44.611 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:57299] 200 GET /libra ry/parts/17905/1545434768/file.mkv (11 live) TLS GZIP 23ms 409600 bytes (pipelined: 1) (range : bytes=2642673664-53658373655)
Dec 21, 2018 18:40:44.623 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 18:40:44.623 [0x80da53d00] DEBUG - Request: [10.10.0.120:57300 (WAN)] GET /libra ry/parts/17905/1545434768/file.mkv (12 live) TLS GZIP Signed-in Token (ME@ME.COM@)
Dec 21, 2018 18:40:44.630 [0x80da53d00] DEBUG - Content-Length of /media/Movies/Avengers Infi nity War 2018/Avengers Infinity War (2018) REMUX2 2160p.mkv is 53658373656.
Dec 21, 2018 18:40:44.644 [0x80b89b500] DEBUG - Failed to stream media, client probably disco nnected after 344064 bytes: 32 - Broken pipe
Dec 21, 2018 18:40:44.644 [0x80b89b500] DEBUG - Completed: [10.10.0.120:57300] 200 GET /libra ry/parts/17905/1545434768/file.mkv (11 live) TLS GZIP 20ms 344064 bytes (pipelined: 1) (range : bytes=2841116672-53658373655)
Dec 21, 2018 18:40:45.011 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 18:40:45.011 [0x80da53d00] DEBUG - Request: [10.10.0.120:57301 (WAN)] GET /video /:/transcode/universal/decision?hasMDE=1&path=%2Flibrary%2Fmetadata%2F9762&mediaIndex=0&partI ndex=0&protocol=dash&fastSeek=1&directPlay=0&directStream=1&subtitleSize=100&audioBoost=200&l ocation=lan&directStreamAudio=1&mediaBufferSize=81920&session=ds2acwsq5va9ugf9rujhabni&subtit les=burn&Accept-Language=en (11 live) TLS GZIP Signed-in Token (ME@ME.COM@securedserver.us)
Dec 21, 2018 18:40:45.011 [0x80da53d00] DEBUG - Found session GUID of ds2acwsq5va9ugf9rujhabn i in session start.
Dec 21, 2018 18:40:45.012 [0x80da53d00] DEBUG - TranscodeUniversalRequest: using augmented pr ofile Xbox One
Dec 21, 2018 18:40:45.012 [0x80da53d00] DEBUG - Downloading document http://127.0.0.1:32400/l ibrary/metadata/9762?includeBandwidths=1&offset=-1&X-Plex-Session-Identifier=42t3344ijabhsi63 82c637wc
Dec 21, 2018 18:40:45.012 [0x80da53d00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 18:40:45.363 [0x80da53d00] DEBUG - It took 7.812500 ms to retrieve 129 items.
Dec 21, 2018 18:40:45.364 [0x80da53d00] DEBUG - We're going to try to auto-select an audio st ream for account 1.
Dec 21, 2018 18:40:45.364 [0x80da53d00] DEBUG - Selecting best audio stream for part ID 17905  (autoselect: 0 language: en)
Dec 21, 2018 18:40:45.364 [0x80da53d00] DEBUG - Audio Stream: 39438, Subtitle Stream: -1
Dec 21, 2018 18:40:45.367 [0x80da53d00] DEBUG - MDE: Selected protocol dash; container: mp4
Dec 21, 2018 18:40:45.367 [0x80da53d00] DEBUG - MDE: analyzing media item 17740
Dec 21, 2018 18:40:45.367 [0x80da53d00] DEBUG - MDE: Avengers: Infinity War (2018): Direct Pl ay is disabled
Dec 21, 2018 18:40:45.367 [0x80da53d00] DEBUG - MDE: Avengers: Infinity War (2018): media mus t be transcoded in order to use the dash protocol
Dec 21, 2018 18:40:45.367 [0x80da53d00] DEBUG - MDE: Avengers: Infinity War (2018): no direct  play video profile exists for http/mkv/hevc/eac3
Dec 21, 2018 18:40:45.367 [0x80da53d00] DEBUG - MDE: Avengers: Infinity War (2018): no direct  play video profile exists for http/mkv/mjpeg
Dec 21, 2018 18:40:45.367 [0x80da53d00] DEBUG - MDE: Avengers: Infinity War (2018): no direct  play video profile exists for http/mkv/mjpeg/ac3
Dec 21, 2018 18:40:45.367 [0x80da53d00] DEBUG - MDE: Avengers: Infinity War (2018): no direct  play video profile exists for http/mkv/mjpeg/ac3
Dec 21, 2018 18:40:45.367 [0x80da53d00] DEBUG - MDE: Avengers: Infinity War (2018): no direct  play video profile exists for http/mkv/mjpeg/eac3
Dec 21, 2018 18:40:45.367 [0x80da53d00] DEBUG - MDE: Avengers: Infinity War (2018): no direct  play video profile exists for http/mkv/mjpeg
Dec 21, 2018 18:40:45.367 [0x80da53d00] DEBUG - MDE: Avengers: Infinity War (2018): no direct  play video profile exists for http/mkv/mjpeg/ac3
Dec 21, 2018 18:40:45.367 [0x80da53d00] DEBUG - MDE: Avengers: Infinity War (2018): no direct  play video profile exists for http/mkv/mjpeg/ac3
Dec 21, 2018 18:40:45.367 [0x80da53d00] DEBUG - MDE: Avengers: Infinity War (2018): no direct  play video profile exists for http/mkv/mjpeg/eac3
Dec 21, 2018 18:40:45.367 [0x80da53d00] DEBUG - MDE: Avengers: Infinity War (2018): no direct  play video profile exists for http/mkv/mjpeg
Dec 21, 2018 18:40:45.368 [0x80da53d00] DEBUG - MDE: Avengers: Infinity War (2018): no direct  play video profile exists for http/mkv/mjpeg/ac3
Dec 21, 2018 18:40:45.368 [0x80da53d00] DEBUG - MDE: Avengers: Infinity War (2018): no direct  play video profile exists for http/mkv/mjpeg/ac3
Dec 21, 2018 18:40:45.368 [0x80da53d00] DEBUG - MDE: Avengers: Infinity War (2018): no direct  play video profile exists for http/mkv/mjpeg/eac3
Dec 21, 2018 18:40:45.368 [0x80da53d00] DEBUG - MDE: Avengers: Infinity War (2018): no direct  play video profile exists for http/mkv/mjpeg
Dec 21, 2018 18:40:45.368 [0x80da53d00] DEBUG - MDE: Avengers: Infinity War (2018): no direct  play video profile exists for http/mkv/mjpeg/ac3
Dec 21, 2018 18:40:45.368 [0x80da53d00] DEBUG - MDE: Avengers: Infinity War (2018): no direct  play video profile exists for http/mkv/mjpeg/ac3
Dec 21, 2018 18:40:45.368 [0x80da53d00] DEBUG - MDE: Avengers: Infinity War (2018): no direct  play video profile exists for http/mkv/mjpeg/eac3
Dec 21, 2018 18:40:45.368 [0x80da53d00] DEBUG - MDE: Avengers: Infinity War (2018): selected  media 0 / 17740
Dec 21, 2018 18:40:45.368 [0x80da53d00] DEBUG - Streaming Resource: Reached Decision id=9762  codes=(General=1001,Direct play not available; Conversion OK. Direct Play=3000,App cannot dir ect play this item. Direct play is disabled. Transcode=1001,Direct play not available; Conver sion OK.) media=(id=17740 part=(id=17905 decision=transcode container=mp4 protocol=dash strea ms=(Video=(id=39441 decision=copy width=3840 height=2160) Audio=(id=39438 decision=copy chann els=6 rate=48000))))
Dec 21, 2018 18:40:45.371 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:57301] 200 GET /video /:/transcode/universal/decision?hasMDE=1&path=%2Flibrary%2Fmetadata%2F9762&mediaIndex=0&partI ndex=0&protocol=dash&fastSeek=1&directPlay=0&directStream=1&subtitleSize=100&audioBoost=200&l ocation=lan&directStreamAudio=1&mediaBufferSize=81920&session=ds2acwsq5va9ugf9rujhabni&subtit les=burn&Accept-Language=en (11 live) TLS GZIP 359ms 5507 bytes (pipelined: 1)
Dec 21, 2018 18:40:45.631 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 18:40:45.632 [0x80da53d00] DEBUG - Request: [10.10.0.120:57301 (WAN)] GET /video /:/transcode/universal/start.mpd?hasMDE=1&path=%2Flibrary%2Fmetadata%2F9762&mediaIndex=0&part Index=0&protocol=dash&fastSeek=1&directPlay=0&directStream=1&subtitleSize=100&audioBoost=200& location=lan&directStreamAudio=1&mediaBufferSize=81920&session=ds2acwsq5va9ugf9rujhabni&subti tles=burn&Accept-Language=en (11 live) TLS GZIP Signed-in Token (ME@ME.COM@)
Dec 21, 2018 18:40:45.632 [0x80da53d00] DEBUG - Found session GUID of ds2acwsq5va9ugf9rujhabn i in session start.
Dec 21, 2018 18:40:45.633 [0x80da53d00] DEBUG - TranscodeUniversalRequest: using augmented pr ofile Xbox One
Dec 21, 2018 18:40:45.633 [0x80da53d00] DEBUG - Downloading document http://127.0.0.1:32400/l ibrary/metadata/9762?checkFiles=1&includeBandwidths=1&offset=-1&X-Plex-Session-Identifier=42t 3344ijabhsi6382c637wc
Dec 21, 2018 18:40:45.634 [0x80da53d00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 18:40:45.651 [0x80da53d00] DEBUG - It took 7.812500 ms to retrieve 129 items.
Dec 21, 2018 18:40:45.690 [0x80da53d00] DEBUG - We're going to try to auto-select an audio st ream for account 1.
Dec 21, 2018 18:40:45.690 [0x80da53d00] DEBUG - Selecting best audio stream for part ID 17905  (autoselect: 0 language: en)
Dec 21, 2018 18:40:45.690 [0x80da53d00] DEBUG - Audio Stream: 39438, Subtitle Stream: -1
Dec 21, 2018 18:40:45.693 [0x80da53d00] DEBUG - Found session GUID of ds2acwsq5va9ugf9rujhabn i in session start.
Dec 21, 2018 18:40:45.693 [0x80da53d00] DEBUG - Cleaning directory for session ds2acwsq5va9ug f9rujhabni ()
Dec 21, 2018 18:40:45.693 [0x80da53d00] DEBUG - Starting a transcode session ds2acwsq5va9ugf9 rujhabni at offset -1.0 (state=3)
Dec 21, 2018 18:40:45.769 [0x80da53d00] DEBUG - TPU: hardware transcoding: enabled, but no ha rdware decode accelerator found
Dec 21, 2018 18:40:45.769 [0x80da53d00] DEBUG - [Universal] Using local file path instead of  URL: /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX2 2160p.mkv
Dec 21, 2018 18:40:45.769 [0x80da53d00] DEBUG - TPU: hardware transcoding: final decoder: , f inal encoder:
Dec 21, 2018 18:40:45.770 [0x80da53d00] DEBUG - Job running: EAE_ROOT='/tmp/pms-4725dc5f-a864 -4e9b-b9b0-1607e54fa819/EasyAudioEncoder' FFMPEG_EXTERNAL_LIBS='/usr/local/plexdata-plexpass/ Plex\ Media\ Server/Codecs/531e313-1328-freebsd-x86_64/' XDG_CACHE_HOME='/usr/local/plexdata- plexpass/Plex Media Server/Cache' XDG_DATA_HOME='/usr/local/share/plexmediaserver-plexpass/Re sources' X_PLEX_TOKEN='xxxxxxxxxxxxxxxxxxxx' '/usr/local/share/plexmediaserver-plexpass/Plex  Transcoder' '-codec:3' 'hevc' '-noaccurate_seek' '-probesize' '10000000' '-i' '/media/Movies/ Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX2 2160p.mkv' '-map' '0:3' '-meta data:s:0' 'language=eng' '-codec:0' 'copy' '-map' '0:0' '-metadata:s:1' 'language=eng' '-code c:1' 'copy' '-copypriorss:1' '0' '-f' 'dash' '-min_seg_duration' '5000000' '-skip_to_segment'  '1' '-time_delta' '0.0625' '-manifest_name' 'http://127.0.0.1:32400/video/:/transcode/session/ds2acwsq5va9ugf9rujhabni/6b482cef-269a-464a-aa1e-bf7e9a64e75d/manifest' '-avoid_negative_ts ' 'disabled' '-map_metadata' '-1' '-map_chapters' '-1' 'dash' '-start_at_zero' '-copyts' '-vs ync' 'cfr' '-y' '-nostats' '-loglevel' 'quiet' '-loglevel_plex' 'error' '-progressurl' 'http: //127.0.0.1:32400/video/:/transcode/session/ds2acwsq5va9ugf9rujhabni/6b482cef-269a-464a-aa1e- bf7e9a64e75d/progress'
Dec 21, 2018 18:40:45.781 [0x80da53d00] DEBUG - Jobs: Starting child process with pid 86209
Dec 21, 2018 18:40:45.816 [0x8178f2000] DEBUG - Request: [127.0.0.1:36628 (Loopback)] PUT /vi deo/:/transcode/session/ds2acwsq5va9ugf9rujhabni/6b482cef-269a-464a-aa1e-bf7e9a64e75d/progres s?status=startup (11 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 18:40:45.816 [0x80b89ba00] DEBUG - Completed: [127.0.0.1:36628] 204 PUT /video/: /transcode/session/ds2acwsq5va9ugf9rujhabni/6b482cef-269a-464a-aa1e-bf7e9a64e75d/progress?sta tus=startup (11 live) 0ms 203 bytes (pipelined: 1) (range: bytes=0-)
Dec 21, 2018 18:40:45.817 [0x80db9ec00] DEBUG - Request: [127.0.0.1:36628 (Loopback)] PUT /vi deo/:/transcode/session/ds2acwsq5va9ugf9rujhabni/6b482cef-269a-464a-aa1e-bf7e9a64e75d/progres s?status=opening (11 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 18:40:45.817 [0x80b89b500] DEBUG - Completed: [127.0.0.1:36628] 204 PUT /video/: /transcode/session/ds2acwsq5va9ugf9rujhabni/6b482cef-269a-464a-aa1e-bf7e9a64e75d/progress?sta tus=opening (11 live) 0ms 203 bytes (pipelined: 2) (range: bytes=0-)
Dec 21, 2018 18:40:45.863 [0x80db9ec00] DEBUG - Request: [127.0.0.1:36628 (Loopback)] PUT /vi deo/:/transcode/session/ds2acwsq5va9ugf9rujhabni/6b482cef-269a-464a-aa1e-bf7e9a64e75d/progres s?status=opened (11 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 18:40:45.863 [0x80b89ba00] DEBUG - Completed: [127.0.0.1:36628] 204 PUT /video/: /transcode/session/ds2acwsq5va9ugf9rujhabni/6b482cef-269a-464a-aa1e-bf7e9a64e75d/progress?sta tus=opened (11 live) 0ms 203 bytes (pipelined: 3) (range: bytes=0-)
Dec 21, 2018 18:40:45.863 [0x8178f2000] DEBUG - Request: [127.0.0.1:36628 (Loopback)] PUT /vi deo/:/transcode/session/ds2acwsq5va9ugf9rujhabni/6b482cef-269a-464a-aa1e-bf7e9a64e75d/progres s/stream?index=0&id=0&codec=ac3&type=audio (11 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 18:40:45.864 [0x80b89ba00] DEBUG - Completed: [127.0.0.1:36628] 206 PUT /video/: /transcode/session/ds2acwsq5va9ugf9rujhabni/6b482cef-269a-464a-aa1e-bf7e9a64e75d/progress/str eam?index=0&id=0&codec=ac3&type=audio (11 live) 0ms 256 bytes (pipelined: 4) (range: bytes=0- )
Dec 21, 2018 18:40:45.864 [0x80db9ec00] DEBUG - Request: [127.0.0.1:36628 (Loopback)] PUT /vi deo/:/transcode/session/ds2acwsq5va9ugf9rujhabni/6b482cef-269a-464a-aa1e-bf7e9a64e75d/progres s/stream?index=1&id=0&codec=ac3&type=audio (11 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 18:40:45.864 [0x80b89ba00] DEBUG - Completed: [127.0.0.1:36628] 206 PUT /video/: /transcode/session/ds2acwsq5va9ugf9rujhabni/6b482cef-269a-464a-aa1e-bf7e9a64e75d/progress/str eam?index=1&id=0&codec=ac3&type=audio (11 live) 0ms 256 bytes (pipelined: 5) (range: bytes=0- )
Dec 21, 2018 18:40:45.865 [0x80db9ec00] DEBUG - Request: [127.0.0.1:36628 (Loopback)] PUT /vi deo/:/transcode/session/ds2acwsq5va9ugf9rujhabni/6b482cef-269a-464a-aa1e-bf7e9a64e75d/progres s/stream?index=2&id=0&codec=eac3&type=audio (11 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 18:40:45.865 [0x80b89ba00] DEBUG - Completed: [127.0.0.1:36628] 206 PUT /video/: /transcode/session/ds2acwsq5va9ugf9rujhabni/6b482cef-269a-464a-aa1e-bf7e9a64e75d/progress/str eam?index=2&id=0&codec=eac3&type=audio (11 live) 0ms 256 bytes (pipelined: 6) (range: bytes=0 -)

ffmpeg version 4.1 Copyright (c) 2000-2018 the FFmpeg developers
  built with FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0)
  configuration: --prefix=/usr/local --mandir=/usr/local/man --datadir=/usr/local/share/ffmpeg --pkgconfigdir=/usr/local/libdata/pkgconfig --enable-shared --enable-pic --enable-gpl --enable-postproc --enable-avfilter --enable-avresample --enable-pthreads --cc=cc --disable-alsa --disable-libopencore-amrnb --disable-libopencore-amrwb --disable-libaom --disable-libass --disable-libbs2b --disable-libcaca --disable-libcdio --disable-libcelt --disable-chromaprint --disable-libcodec2 --disable-libdavs2 --disable-libdc1394 --disable-debug --enable-htmlpages --disable-libdrm --disable-libfdk-aac --disable-libflite --enable-fontconfig --enable-libfreetype --enable-frei0r --disable-libfribidi --disable-gcrypt --disable-libgme --enable-gmp --enable-gnutls --enable-version3 --disable-libgsm --enable-iconv --disable-libilbc --disable-libjack --disable-libklvanc --disable-libkvazaar --disable-ladspa --disable-libmp3lame --disable-liblensfun --disable-libbluray --disable-librsvg --disable-librtmp --disable-libxml2 --disable-lv2 --disable-mbedtls --enable-mmx --disable-libmodplug --disable-libmysofa --disable-nonfree --disable-openal --disable-opencl --enable-libopencv --disable-opengl --disable-libopenh264 --disable-libopenjpeg --disable-libopenmpt --disable-openssl --enable-optimizations --enable-libopus --disable-libpulse --enable-runtime-cpudetect --disable-librubberband --disable-sdl2 --disable-libsmbclient --disable-libsnappy --disable-sndio --disable-libsoxr --disable-libspeex --disable-libsrt --enable-sse --disable-libssh --disable-libtensorflow --disable-libtesseract --enable-libtheora --disable-libtwolame --enable-libv4l2 --enable-vaapi --disable-vapoursynth --enable-vdpau --disable-libvidstab --enable-libvorbis --disable-libvo-amrwbenc --enable-libvpx --disable-libwavpack --disable-libwebp --enable-libx264 --enable-libx265 --disable-libxavs2 --enable-libxcb --enable-libxvid --disable-outdev=xv --disable-libzimg --disable-libzmq --disable-libzvbi
  libavutil      56. 22.100 / 56. 22.100
  libavcodec     58. 35.100 / 58. 35.100
  libavformat    58. 20.100 / 58. 20.100
  libavdevice    58.  5.100 / 58.  5.100
  libavfilter     7. 40.101 /  7. 40.101
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale      5.  3.100 /  5.  3.100
  libswresample   3.  3.100 /  3.  3.100
  libpostproc    55.  3.100 / 55.  3.100
Guessed Channel Layout for Input Stream #0.2 : 7.1
Input #0, matroska,webm, from 'Avengers Infinity War (2018) REMUX2 2160p.mkv':
  Metadata:
    title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
    ENCODER         : Lavf58.20.100
  Duration: 02:29:21.98, start: 0.000000, bitrate: 47898 kb/s
    Chapter #0:0: start 0.000000, end 688.729000
    Metadata:
      title           : Chapter 1
    Chapter #0:1: start 688.729000, end 1093.884000
    Metadata:
      title           : Chapter 2
    Chapter #0:2: start 1093.884000, end 1643.808000
    Metadata:
      title           : Chapter 3
    Chapter #0:3: start 1643.808000, end 2148.813000
    Metadata:
      title           : Chapter 4
    Chapter #0:4: start 2148.813000, end 2543.541000
    Metadata:
      title           : Chapter 5
    Chapter #0:5: start 2543.541000, end 3252.874000
    Metadata:
      title           : Chapter 6
    Chapter #0:6: start 3252.874000, end 3576.739000
    Metadata:
      title           : Chapter 7
    Chapter #0:7: start 3576.739000, end 3907.153000
    Metadata:
      title           : Chapter 8
    Chapter #0:8: start 3907.153000, end 4253.666000
    Metadata:
      title           : Chapter 9
    Chapter #0:9: start 4253.666000, end 4626.955000
    Metadata:
      title           : Chapter 10
    Chapter #0:10: start 4626.955000, end 5054.758000
    Metadata:
      title           : Chapter 11
    Chapter #0:11: start 5054.758000, end 5468.004000
    Metadata:
      title           : Chapter 12
    Chapter #0:12: start 5468.004000, end 6120.405000
    Metadata:
      title           : Chapter 13
    Chapter #0:13: start 6120.405000, end 6357.809000
    Metadata:
      title           : Chapter 14
    Chapter #0:14: start 6357.809000, end 6784.068000
    Metadata:
      title           : Chapter 15
    Chapter #0:15: start 6784.068000, end 7132.917000
    Metadata:
      title           : Chapter 16
    Chapter #0:16: start 7132.917000, end 7438.180000
    Metadata:
      title           : Chapter 17
    Chapter #0:17: start 7438.180000, end 7873.282000
    Metadata:
      title           : Chapter 18
    Chapter #0:18: start 7873.282000, end 8251.284000
    Metadata:
      title           : Chapter 19
    Chapter #0:19: start 8251.284000, end 8961.984000
    Metadata:
      title           : Chapter 20
    Stream #0:0(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s (default)
    Metadata:
      title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 640000
      DURATION-eng    : 02:29:21.952000000
      NUMBER_OF_FRAMES-eng: 280061
      NUMBER_OF_BYTES-eng: 716956160
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      DURATION        : 02:29:21.984000000
    Stream #0:1(eng): Audio: ac3, 48000 Hz, stereo, fltp, 320 kb/s
    Metadata:
      title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 320000
      DURATION-eng    : 02:29:21.952000000
      NUMBER_OF_FRAMES-eng: 280061
      NUMBER_OF_BYTES-eng: 358478080
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      DURATION        : 02:29:21.953000000
    Stream #0:2(jpn): Audio: eac3, 48000 Hz, 7.1, fltp
    Metadata:
      title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 1024000
      DURATION-eng    : 02:29:21.952000000
      NUMBER_OF_FRAMES-eng: 280061
      NUMBER_OF_BYTES-eng: 1147129856
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      DURATION        : 02:29:21.953000000
    Stream #0:3(eng): Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 23.98 tbc (default)
    Metadata:
      title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 45907443
      DURATION-eng    : 02:29:21.953000000
      NUMBER_OF_FRAMES-eng: 214872
      NUMBER_OF_BYTES-eng: 51427544400
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      DURATION        : 02:29:21.953000000
    Stream #0:4: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 120x176, 1k tbr, 1k tbn, 1k tbc
    Metadata:
      FILENAME        : small_cover.jpg
      MIMETYPE        : image/jpeg
      DURATION        : 00:00:00.000000000
    Stream #0:5: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 213x120, 1k tbr, 1k tbn, 1k tbc
    Metadata:
      FILENAME        : small_cover_land.jpg
      MIMETYPE        : image/jpeg
      DURATION        : 00:00:00.000000000
    Stream #0:6: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 600x882, 1k tbr, 1k tbn, 1k tbc
    Metadata:
      FILENAME        : cover.jpg
      MIMETYPE        : image/jpeg
      DURATION        : 00:00:00.000000000
    Stream #0:7: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 1067x600, 1k tbr, 1k tbn, 1k tbc
    Metadata:
      FILENAME        : cover_land.jpg
      MIMETYPE        : image/jpeg
      DURATION        : 00:00:00.000000000

This was the command I was using during my testing. This one I was using after my conversion (but you could use the -disposition:a:0 default part in an actual conversion or move)
ffmpeg -i filename.mkv -map 0:0 -map 0:1 -map 0:2 -vcodec copy -acodec copy -disposition:a:0 default filename.fixed.mkv

I was using the above on HEVC/HDR files with the original TrueHD track in 0:2 and the moved AC3 track in 0:1. The disposition:a:0 sets the first audio track with the default flag (which in my example is the 0:1 stream. If for example you had the original file that had audio tracks like: TrueHD(english), TrueHD(spanish), TrueHD(Russian), AC3(English) and you only wanted the English tracks it would like this:
ffmpeg -i filename.mkv -map 0:0 -map 0:4 -map 0:1 -vcodec copy -acodec copy -disposition:a:0 default filename.fixed.mkv
This would end with a file that has two audio tracks in this order: AC3(English), TrueHD(English).
You should be able to do something like this to match the other mapping style (But I haven’t tested this one):
ffmpeg -i *.mkv -map 0:0 -map 0:1 -c:v copy -c:a copy -disposition:a:0 default "Name.mkv"

Yes, the part displayed is from an unused setting that does not affect the MDE (media decision engine) or actual playback

I tried your FFMPEG command and it still fails…

Dec 21, 2018 20:42:50.568 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:42:50.569 [0x80c641400] DEBUG - Request: [10.10.0.120:50870 (WAN)] GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:42:50.572 [0x80c641400] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:42:50.677 [0x80b89ba00] DEBUG - Failed to stream media, client probably disconnected after 3768320 bytes: 54 - Connection reset by peer
Dec 21, 2018 20:42:50.677 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:50870] 200 GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP 108ms 3768320 bytes (pipelined: 1) (range: bytes=969408512-52509214869)
Dec 21, 2018 20:42:50.690 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:42:50.690 [0x80d878300] DEBUG - Request: [10.10.0.120:50871 (WAN)] GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:42:50.693 [0x80d878300] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:42:50.713 [0x80b89ba00] DEBUG - Failed to stream media, client probably disconnected after 376832 bytes: 32 - Broken pipe
Dec 21, 2018 20:42:50.713 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:50871] 200 GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP 23ms 376832 bytes (pipelined: 1) (range: bytes=970194944-52509214869)
Dec 21, 2018 20:42:50.723 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:42:50.723 [0x80c641400] DEBUG - Request: [10.10.0.120:50872 (WAN)] GET /library/parts/17909/1545438710/file.mkv (8 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:42:50.726 [0x80c641400] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:42:50.741 [0x80b89ba00] DEBUG - Failed to stream media, client probably disconnected after 409600 bytes: 32 - Broken pipe
Dec 21, 2018 20:42:50.742 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:50872] 200 GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP 18ms 409600 bytes (pipelined: 1) (range: bytes=1101004800-52509214869)
Dec 21, 2018 20:42:50.752 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:42:50.752 [0x80d878300] DEBUG - Request: [10.10.0.120:50873 (WAN)] GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:42:50.755 [0x80d878300] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:42:50.886 [0x80b89b500] DEBUG - Failed to stream media, client probably disconnected after 4227072 bytes: 32 - Broken pipe
Dec 21, 2018 20:42:50.886 [0x80b89b500] DEBUG - Completed: [10.10.0.120:50873] 200 GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP 134ms 4227072 bytes (pipelined: 1) (range: bytes=970719232-52509214869)
Dec 21, 2018 20:42:50.895 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:42:50.895 [0x80c641400] DEBUG - Request: [10.10.0.120:50874 (WAN)] GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:42:50.898 [0x80c641400] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:42:50.915 [0x80b89b500] DEBUG - Failed to stream media, client probably disconnected after 393216 bytes: 32 - Broken pipe
Dec 21, 2018 20:42:50.915 [0x80b89b500] DEBUG - Completed: [10.10.0.120:50874] 200 GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP 19ms 393216 bytes (pipelined: 1) (range: bytes=1101266944-52509214869)
Dec 21, 2018 20:42:50.928 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:42:50.928 [0x80d878300] DEBUG - Request: [10.10.0.120:50875 (WAN)] GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:42:50.931 [0x80d878300] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:42:50.969 [0x80b89ba00] DEBUG - Failed to stream media, client probably disconnected after 983040 bytes: 32 - Broken pipe
Dec 21, 2018 20:42:50.969 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:50875] 200 GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP 41ms 983040 bytes (pipelined: 1) (range: bytes=971505664-52509214869)
Dec 21, 2018 20:42:50.984 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:42:50.985 [0x80c641400] DEBUG - Request: [10.10.0.120:50876 (WAN)] GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:42:50.987 [0x80c641400] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:42:51.136 [0x80b89b500] DEBUG - Failed to stream media, client probably disconnected after 4620288 bytes: 54 - Connection reset by peer
Dec 21, 2018 20:42:51.136 [0x80b89b500] DEBUG - Completed: [10.10.0.120:50876] 200 GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP 152ms 4620288 bytes (pipelined: 1) (range: bytes=972029952-52509214869)
Dec 21, 2018 20:42:51.149 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:42:51.149 [0x80d878300] DEBUG - Request: [10.10.0.120:50877 (WAN)] GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:42:51.152 [0x80d878300] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:42:51.172 [0x80b89ba00] DEBUG - Failed to stream media, client probably disconnected after 376832 bytes: 32 - Broken pipe
Dec 21, 2018 20:42:51.172 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:50877] 200 GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP 23ms 376832 bytes (pipelined: 1) (range: bytes=1101529088-52509214869)
Dec 21, 2018 20:42:51.182 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:42:51.182 [0x80d652900] DEBUG - Request: [10.10.0.120:50878 (WAN)] GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:42:51.185 [0x80d652900] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:42:51.220 [0x80b89b500] DEBUG - Failed to stream media, client probably disconnected after 884736 bytes: 32 - Broken pipe
Dec 21, 2018 20:42:51.220 [0x80b89b500] DEBUG - Completed: [10.10.0.120:50878] 200 GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP 38ms 884736 bytes (pipelined: 1) (range: bytes=972554240-52509214869)
Dec 21, 2018 20:42:51.232 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:42:51.232 [0x80d878300] DEBUG - Request: [10.10.0.120:50879 (WAN)] GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:42:51.235 [0x80d878300] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:42:51.262 [0x80b89ba00] DEBUG - Failed to stream media, client probably disconnected after 688128 bytes: 32 - Broken pipe
Dec 21, 2018 20:42:51.263 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:50879] 200 GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP 30ms 688128 bytes (pipelined: 1) (range: bytes=1101791232-52509214869)
Dec 21, 2018 20:42:51.276 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:42:51.276 [0x80d652900] DEBUG - Request: [10.10.0.120:50880 (WAN)] GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:42:51.280 [0x80d652900] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:42:51.302 [0x80b89b500] DEBUG - Failed to stream media, client probably disconnected after 540672 bytes: 32 - Broken pipe
Dec 21, 2018 20:42:51.302 [0x80b89b500] DEBUG - Completed: [10.10.0.120:50880] 200 GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP 26ms 540672 bytes (pipelined: 1) (range: bytes=973340672-52509214869)
Dec 21, 2018 20:42:51.312 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:42:51.313 [0x80d878300] DEBUG - Request: [10.10.0.120:50881 (WAN)] GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:42:51.315 [0x80d878300] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:42:51.427 [0x80b89ba00] DEBUG - Failed to stream media, client probably disconnected after 4046848 bytes: 32 - Broken pipe
Dec 21, 2018 20:42:51.427 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:50881] 200 GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP 114ms 4046848 bytes (pipelined: 1) (range: bytes=1102053376-52509214869)
Dec 21, 2018 20:42:51.441 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:42:51.441 [0x80d652900] DEBUG - Request: [10.10.0.120:50882 (WAN)] GET /library/parts/17909/1545438710/file.mkv (7 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:42:51.444 [0x80d652900] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:42:52.549 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:42:52.549 [0x80d652900] DEBUG - Request: [10.10.0.120:50883 (WAN)] GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=205483&playQueueItemID=17050&state=buffering&hasMDE=1&time=206000&duration=8961000 (8 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:42:52.550 [0x80d652900] DEBUG - Client [42t3344ijabhsi6382c637wc] reporting timeline state buffering, progress of 206000/8961000ms for guid=, ratingKey=10401 url=, key=/library/metadata/10401, containerKey=, metadataId=10401, source=
Dec 21, 2018 20:42:52.639 [0x80d652900] DEBUG - Play progress on 10401 'Avengers: Infinity War' - got played 206000 ms by account 1!
Dec 21, 2018 20:42:52.639 [0x80d652900] DEBUG - [Now] User is ME@ME.COM (ID: 1)
Dec 21, 2018 20:42:52.640 [0x80d652900] DEBUG - [Now] Device is Xbox One (XBOXONE).
Dec 21, 2018 20:42:52.640 [0x80d652900] DEBUG - [Now] Profile is Xbox One
Dec 21, 2018 20:42:52.640 [0x80d652900] DEBUG - [Now] Updated play state for /library/metadata/10401.
Dec 21, 2018 20:42:52.640 [0x80d652900] DEBUG - Statistics: (kt9t52kip6245ov1rezopp26) Reporting active playback in state 2 of type 1 (scrobble: 0) for account 1
Dec 21, 2018 20:42:52.642 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:50883] 200 GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=205483&playQueueItemID=17050&state=buffering&hasMDE=1&time=206000&duration=8961000 (8 live) TLS GZIP 92ms 497 bytes (pipelined: 1)
Dec 21, 2018 20:42:53.123 [0x80c641400] DEBUG - Activity: updated activity 42a33fd1-d78c-431a-aa44-0196cbe2729e - completed 7% - Generating video preview thumbnails
Dec 21, 2018 20:42:55.644 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:42:55.644 [0x80d652900] DEBUG - Request: [10.10.0.120:50883 (WAN)] GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=206161&playQueueItemID=17050&state=buffering&hasMDE=1&time=206000&duration=8961000 (8 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:42:55.646 [0x80d652900] DEBUG - Client [42t3344ijabhsi6382c637wc] reporting timeline state buffering, progress of 206000/8961000ms for guid=, ratingKey=10401 url=, key=/library/metadata/10401, containerKey=, metadataId=10401, source=
Dec 21, 2018 20:42:55.647 [0x80b89b500] DEBUG - handleStreamRead code 335544539: short read
Dec 21, 2018 20:42:55.665 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:42:55.665 [0x80c641400] DEBUG - Request: [10.10.0.120:50884 (WAN)] GET /player/proxy/poll?deviceClass=pc&protocolVersion=1&protocolCapabilities=timeline%2Cplayback%2Cnavigation%2Cmirror%2Cplayqueues&timeout=1 (8 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:42:55.666 [0x80c641400] DEBUG - Beginning read from two-way stream.
Dec 21, 2018 20:42:55.737 [0x80d652900] DEBUG - Play progress on 10401 'Avengers: Infinity War' - got played 206000 ms by account 1!
Dec 21, 2018 20:42:55.737 [0x80d652900] DEBUG - [Now] User is ME@ME.COM (ID: 1)
Dec 21, 2018 20:42:55.737 [0x80d652900] DEBUG - [Now] Device is Xbox One (XBOXONE).
Dec 21, 2018 20:42:55.737 [0x80d652900] DEBUG - [Now] Profile is Xbox One
Dec 21, 2018 20:42:55.737 [0x80d652900] DEBUG - [Now] Updated play state for /library/metadata/10401.
Dec 21, 2018 20:42:55.738 [0x80d652900] DEBUG - Statistics: (kt9t52kip6245ov1rezopp26) Reporting active playback in state 2 of type 1 (scrobble: 0) for account 1
Dec 21, 2018 20:42:55.740 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:50883] 200 GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=206161&playQueueItemID=17050&state=buffering&hasMDE=1&time=206000&duration=8961000 (8 live) TLS GZIP 96ms 497 bytes (pipelined: 2)
Dec 21, 2018 20:43:15.668 [0x80b89ba00] DEBUG - handleStreamRead code 335544539: short read
Dec 21, 2018 20:43:15.678 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:43:15.678 [0x80d652900] DEBUG - Request: [10.10.0.120:50883 (WAN)] GET /player/proxy/poll?deviceClass=pc&protocolVersion=1&protocolCapabilities=timeline%2Cplayback%2Cnavigation%2Cmirror%2Cplayqueues&timeout=1 (7 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:43:15.678 [0x80d652900] DEBUG - Beginning read from two-way stream.

ffmpeg version 4.1 Copyright (c) 2000-2018 the FFmpeg developers
  built with FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0)
  configuration: --prefix=/usr/local --mandir=/usr/local/man --datadir=/usr/local/share/ffmpeg --pkgconfigdir=/usr/local/libdata/pkgconfig --enable-shared --enable-pic --enable-gpl --enable-postproc --enable-avfilter --enable-avresample --enable-pthreads --cc=cc --disable-alsa --disable-libopencore-amrnb --disable-libopencore-amrwb --disable-libaom --disable-libass --disable-libbs2b --disable-libcaca --disable-libcdio --disable-libcelt --disable-chromaprint --disable-libcodec2 --disable-libdavs2 --disable-libdc1394 --disable-debug --enable-htmlpages --disable-libdrm --disable-libfdk-aac --disable-libflite --enable-fontconfig --enable-libfreetype --enable-frei0r --disable-libfribidi --disable-gcrypt --disable-libgme --enable-gmp --enable-gnutls --enable-version3 --disable-libgsm --enable-iconv --disable-libilbc --disable-libjack --disable-libklvanc --disable-libkvazaar --disable-ladspa --disable-libmp3lame --disable-liblensfun --disable-libbluray --disable-librsvg --disable-librtmp --disable-libxml2 --disable-lv2 --disable-mbedtls --enable-mmx --disable-libmodplug --disable-libmysofa --disable-nonfree --disable-openal --disable-opencl --enable-libopencv --disable-opengl --disable-libopenh264 --disable-libopenjpeg --disable-libopenmpt --disable-openssl --enable-optimizations --enable-libopus --disable-libpulse --enable-runtime-cpudetect --disable-librubberband --disable-sdl2 --disable-libsmbclient --disable-libsnappy --disable-sndio --disable-libsoxr --disable-libspeex --disable-libsrt --enable-sse --disable-libssh --disable-libtensorflow --disable-libtesseract --enable-libtheora --disable-libtwolame --enable-libv4l2 --enable-vaapi --disable-vapoursynth --enable-vdpau --disable-libvidstab --enable-libvorbis --disable-libvo-amrwbenc --enable-libvpx --disable-libwavpack --disable-libwebp --enable-libx264 --enable-libx265 --disable-libxavs2 --enable-libxcb --enable-libxvid --disable-outdev=xv --disable-libzimg --disable-libzmq --disable-libzvbi
  libavutil      56. 22.100 / 56. 22.100
  libavcodec     58. 35.100 / 58. 35.100
  libavformat    58. 20.100 / 58. 20.100
  libavdevice    58.  5.100 / 58.  5.100
  libavfilter     7. 40.101 /  7. 40.101
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale      5.  3.100 /  5.  3.100
  libswresample   3.  3.100 /  3.  3.100
  libpostproc    55.  3.100 / 55.  3.100
Input #0, matroska,webm, from 'Avengers Infinity War (2018) REMUX3 2160p.mkv':
  Metadata:
    title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
    ENCODER         : Lavf58.20.100
  Duration: 02:29:21.98, start: 0.001000, bitrate: 46872 kb/s
    Chapter #0:0: start 0.000000, end 688.729000
    Metadata:
      title           : Chapter 1
    Chapter #0:1: start 688.729000, end 1093.884000
    Metadata:
      title           : Chapter 2
    Chapter #0:2: start 1093.884000, end 1643.808000
    Metadata:
      title           : Chapter 3
    Chapter #0:3: start 1643.808000, end 2148.813000
    Metadata:
      title           : Chapter 4
    Chapter #0:4: start 2148.813000, end 2543.541000
    Metadata:
      title           : Chapter 5
    Chapter #0:5: start 2543.541000, end 3252.874000
    Metadata:
      title           : Chapter 6
    Chapter #0:6: start 3252.874000, end 3576.739000
    Metadata:
      title           : Chapter 7
    Chapter #0:7: start 3576.739000, end 3907.153000
    Metadata:
      title           : Chapter 8
    Chapter #0:8: start 3907.153000, end 4253.666000
    Metadata:
      title           : Chapter 9
    Chapter #0:9: start 4253.666000, end 4626.955000
    Metadata:
      title           : Chapter 10
    Chapter #0:10: start 4626.955000, end 5054.758000
    Metadata:
      title           : Chapter 11
    Chapter #0:11: start 5054.758000, end 5468.004000
    Metadata:
      title           : Chapter 12
    Chapter #0:12: start 5468.004000, end 6120.405000
    Metadata:
      title           : Chapter 13
    Chapter #0:13: start 6120.405000, end 6357.809000
    Metadata:
      title           : Chapter 14
    Chapter #0:14: start 6357.809000, end 6784.068000
    Metadata:
      title           : Chapter 15
    Chapter #0:15: start 6784.068000, end 7132.917000
    Metadata:
      title           : Chapter 16
    Chapter #0:16: start 7132.917000, end 7438.180000
    Metadata:
      title           : Chapter 17
    Chapter #0:17: start 7438.180000, end 7873.282000
    Metadata:
      title           : Chapter 18
    Chapter #0:18: start 7873.282000, end 8251.284000
    Metadata:
      title           : Chapter 19
    Chapter #0:19: start 8251.284000, end 8961.984000
    Metadata:
      title           : Chapter 20
    Stream #0:0(eng): Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 23.98 tbc (default)
    Metadata:
      title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 45907443
      DURATION-eng    : 02:29:21.953000000
      NUMBER_OF_FRAMES-eng: 214872
      NUMBER_OF_BYTES-eng: 51427544400
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      DURATION        : 02:29:21.953000000
    Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s (default)
    Metadata:
      title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 640000
      DURATION-eng    : 02:29:21.952000000
      NUMBER_OF_FRAMES-eng: 280061
      NUMBER_OF_BYTES-eng: 716956160
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      DURATION        : 02:29:21.984000000
    Stream #0:2(eng): Audio: ac3, 48000 Hz, stereo, fltp, 320 kb/s
    Metadata:
      title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 320000
      DURATION-eng    : 02:29:21.952000000
      NUMBER_OF_FRAMES-eng: 280061
      NUMBER_OF_BYTES-eng: 358478080
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      DURATION        : 02:29:21.953000000

In fact, now I cannot watch past ~4:30 and it goes into an infinite buffer loop

Dec 21, 2018 20:47:31.614 [0x80cd33900] DEBUG - [Now] Adding 1 sessions.
Dec 21, 2018 20:47:31.618 [0x80b89b500] DEBUG - Completed: [10.10.0.10:55337] 200 GET /status/sessions (32 live) TLS GZIP 3ms 6072 bytes (pipelined: 6)
Dec 21, 2018 20:47:31.685 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:47:31.685 [0x80d877400] DEBUG - Request: [10.10.0.120:50918 (WAN)] POST /player/proxy/timeline?commandID=225 (32 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:47:31.686 [0x80d876000] DEBUG - HTTP requesting POST http://10.10.0.14:32500/:/timeline
Dec 21, 2018 20:47:31.686 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:50918] 200 POST /player/proxy/timeline?commandID=225 (32 live) TLS GZIP 0ms 195 bytes (pipelined: 20)
Dec 21, 2018 20:47:31.804 [0x80d876000] DEBUG - HTTP 200 response from POST http://10.10.0.14:32500/:/timeline
Dec 21, 2018 20:47:32.431 [0x80d652900] DEBUG - [CompanionProxy] attached controller AE4545F0-C238-4696-815E-DD37FB861484 was last refreshed 11 secs ago
Dec 21, 2018 20:47:32.663 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:47:32.663 [0x80cd33900] DEBUG - Request: [10.10.0.120:50918 (WAN)] POST /player/proxy/timeline?commandID=225 (32 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:47:32.664 [0x80b89fb00] DEBUG - HTTP requesting POST http://10.10.0.14:32500/:/timeline
Dec 21, 2018 20:47:32.664 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:50918] 200 POST /player/proxy/timeline?commandID=225 (32 live) TLS GZIP 0ms 195 bytes (pipelined: 21)
Dec 21, 2018 20:47:32.702 [0x80b89fb00] DEBUG - HTTP 200 response from POST http://10.10.0.14:32500/:/timeline
Dec 21, 2018 20:47:33.135 [0x80b89ba00] DEBUG - handleStreamRead code 335544539: short read
Dec 21, 2018 20:47:33.145 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:47:33.145 [0x80d877400] DEBUG - Request: [10.10.0.120:50918 (WAN)] GET /player/proxy/poll?deviceClass=pc&protocolVersion=1&protocolCapabilities=timeline%2Cplayback%2Cnavigation%2Cmirror%2Cplayqueues&timeout=1 (31 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:47:33.145 [0x80d877400] DEBUG - Beginning read from two-way stream.
Dec 21, 2018 20:47:33.664 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:47:33.664 [0x80d653d00] DEBUG - Request: [10.10.0.120:50920 (WAN)] POST /player/proxy/timeline?commandID=225 (32 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:47:33.665 [0x80c641400] DEBUG - HTTP requesting POST http://10.10.0.14:32500/:/timeline
Dec 21, 2018 20:47:33.665 [0x80b89b500] DEBUG - Completed: [10.10.0.120:50920] 200 POST /player/proxy/timeline?commandID=225 (32 live) TLS GZIP 0ms 195 bytes (pipelined: 1)
Dec 21, 2018 20:47:33.734 [0x80c641400] DEBUG - HTTP 200 response from POST http://10.10.0.14:32500/:/timeline
Dec 21, 2018 20:47:33.924 [0x80b89b500] DEBUG - Failed to stream media, client probably disconnected after 120897536 bytes: 32 - Broken pipe
Dec 21, 2018 20:47:33.924 [0x80b89b500] DEBUG - Completed: [10.10.0.120:50916] 200 GET /library/parts/17909/1545438710/file.mkv (32 live) TLS GZIP 18673ms 120897536 bytes (pipelined: 5) (range: bytes=262144-52509214869)
Dec 21, 2018 20:47:33.932 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:47:33.932 [0x80d653d00] DEBUG - Request: [10.10.0.120:50920 (WAN)] GET /library/parts/17909/1545438710/file.mkv (31 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:47:33.935 [0x80d653d00] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:47:33.965 [0x80b89ba00] DEBUG - Failed to stream media, client probably disconnected after 638976 bytes: 32 - Broken pipe
Dec 21, 2018 20:47:33.965 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:50920] 200 GET /library/parts/17909/1545438710/file.mkv (31 live) TLS GZIP 32ms 638976 bytes (pipelined: 2) (range: bytes=103284736-52509214869)
Dec 21, 2018 20:47:33.976 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:47:33.976 [0x80d877400] DEBUG - Request: [10.10.0.120:50921 (WAN)] GET /library/parts/17909/1545438710/file.mkv (31 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:47:33.981 [0x80d877400] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:47:34.012 [0x80b89b500] DEBUG - Failed to stream media, client probably disconnected after 688128 bytes: 32 - Broken pipe
Dec 21, 2018 20:47:34.012 [0x80b89b500] DEBUG - Completed: [10.10.0.120:50921] 200 GET /library/parts/17909/1545438710/file.mkv (31 live) TLS GZIP 36ms 688128 bytes (pipelined: 1) (range: bytes=107479040-52509214869)
Dec 21, 2018 20:47:34.025 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:47:34.025 [0x80d653d00] DEBUG - Request: [10.10.0.120:50922 (WAN)] GET /library/parts/17909/1545438710/file.mkv (31 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:47:34.029 [0x80d653d00] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:47:34.049 [0x80b89b500] DEBUG - Failed to stream media, client probably disconnected after 393216 bytes: 32 - Broken pipe
Dec 21, 2018 20:47:34.049 [0x80b89b500] DEBUG - Completed: [10.10.0.120:50922] 200 GET /library/parts/17909/1545438710/file.mkv (31 live) TLS GZIP 24ms 393216 bytes (pipelined: 1) (range: bytes=104071168-52509214869)



. . .


Dec 21, 2018 20:52:03.043 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:52:03.043 [0x80d878d00] DEBUG - Request: [10.10.0.120:52883 (WAN)] GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:52:03.046 [0x80d878d00] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:52:03.071 [0x80b89b500] DEBUG - Failed to stream media, client probably disconnected after 606208 bytes: 32 - Broken pipe
Dec 21, 2018 20:52:03.071 [0x80b89b500] DEBUG - Completed: [10.10.0.120:52883] 200 GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP 28ms 606208 bytes (pipelined: 1) (range: bytes=1498939392-52509214869)
Dec 21, 2018 20:52:03.084 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:52:03.085 [0x80cd33900] DEBUG - Request: [10.10.0.120:52884 (WAN)] GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:52:03.088 [0x80cd33900] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:52:03.280 [0x80b89ba00] DEBUG - Failed to stream media, client probably disconnected after 6242304 bytes: 32 - Broken pipe
Dec 21, 2018 20:52:03.280 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:52884] 200 GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP 195ms 6242304 bytes (pipelined: 1) (range: bytes=1689255936-52509214869)
Dec 21, 2018 20:52:03.294 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:52:03.294 [0x80d878d00] DEBUG - Request: [10.10.0.120:52885 (WAN)] GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:52:03.297 [0x80d878d00] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:52:03.329 [0x80b89ba00] DEBUG - Failed to stream media, client probably disconnected after 786432 bytes: 32 - Broken pipe
Dec 21, 2018 20:52:03.329 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:52885] 200 GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP 34ms 786432 bytes (pipelined: 1) (range: bytes=1500512256-52509214869)
Dec 21, 2018 20:52:03.343 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:52:03.343 [0x80cd33900] DEBUG - Request: [10.10.0.120:52886 (WAN)] GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:52:03.346 [0x80cd33900] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:52:03.364 [0x80b89ba00] DEBUG - Failed to stream media, client probably disconnected after 393216 bytes: 32 - Broken pipe
Dec 21, 2018 20:52:03.364 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:52886] 200 GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP 21ms 393216 bytes (pipelined: 1) (range: bytes=1690042368-52509214869)
Dec 21, 2018 20:52:03.376 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:52:03.376 [0x80d878d00] DEBUG - Request: [10.10.0.120:52887 (WAN)] GET /library/parts/17909/1545438710/file.mkv (25 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:52:03.379 [0x80d878d00] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:52:03.444 [0x80b89ba00] DEBUG - Failed to stream media, client probably disconnected after 2097152 bytes: 32 - Broken pipe
Dec 21, 2018 20:52:03.444 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:52887] 200 GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP 68ms 2097152 bytes (pipelined: 1) (range: bytes=1501298688-52509214869)
Dec 21, 2018 20:52:03.459 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:52:03.459 [0x80cd33900] DEBUG - Request: [10.10.0.120:52888 (WAN)] GET /library/parts/17909/1545438710/file.mkv (25 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:52:03.462 [0x80cd33900] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:52:03.488 [0x80b89b500] DEBUG - Failed to stream media, client probably disconnected after 589824 bytes: 32 - Broken pipe
Dec 21, 2018 20:52:03.488 [0x80b89b500] DEBUG - Completed: [10.10.0.120:52888] 200 GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP 28ms 589824 bytes (pipelined: 1) (range: bytes=1690304512-52509214869)
Dec 21, 2018 20:52:03.500 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:52:03.500 [0x80d878d00] DEBUG - Request: [10.10.0.120:52889 (WAN)] GET /library/parts/17909/1545438710/file.mkv (25 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:52:03.505 [0x80d878d00] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:52:03.572 [0x80b89b500] DEBUG - Failed to stream media, client probably disconnected after 2129920 bytes: 32 - Broken pipe
Dec 21, 2018 20:52:03.572 [0x80b89b500] DEBUG - Completed: [10.10.0.120:52889] 200 GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP 72ms 2129920 bytes (pipelined: 1) (range: bytes=1690828800-52509214869)
Dec 21, 2018 20:52:03.587 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:52:03.588 [0x80cd33900] DEBUG - Request: [10.10.0.120:52890 (WAN)] GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:52:03.591 [0x80cd33900] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:52:03.613 [0x80b89b500] DEBUG - Failed to stream media, client probably disconnected after 425984 bytes: 32 - Broken pipe
Dec 21, 2018 20:52:03.613 [0x80b89b500] DEBUG - Completed: [10.10.0.120:52890] 200 GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP 25ms 425984 bytes (pipelined: 1) (range: bytes=1503133696-52509214869)
Dec 21, 2018 20:52:03.616 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:52:03.616 [0x80d878d00] DEBUG - Request: [10.10.0.10:55337 (WAN)] GET /status/sessions (24 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:52:03.616 [0x80d878d00] DEBUG - [Now] Adding 1 sessions.
Dec 21, 2018 20:52:03.619 [0x80b89b500] DEBUG - Completed: [10.10.0.10:55337] 200 GET /status/sessions (24 live) TLS GZIP 2ms 6074 bytes (pipelined: 50)
Dec 21, 2018 20:52:03.625 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:52:03.625 [0x80cd33900] DEBUG - Request: [10.10.0.120:52891 (WAN)] GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:52:03.630 [0x80cd33900] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:52:03.659 [0x80b89ba00] DEBUG - Failed to stream media, client probably disconnected after 671744 bytes: 32 - Broken pipe
Dec 21, 2018 20:52:03.659 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:52891] 200 GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP 33ms 671744 bytes (pipelined: 1) (range: bytes=1691353088-52509214869)
Dec 21, 2018 20:52:03.671 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:52:03.671 [0x80d878d00] DEBUG - Request: [10.10.0.120:52892 (WAN)] GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:52:03.675 [0x80d878d00] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:52:03.822 [0x80b89ba00] DEBUG - Failed to stream media, client probably disconnected after 4571136 bytes: 54 - Connection reset by peer
Dec 21, 2018 20:52:03.822 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:52892] 200 GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP 151ms 4571136 bytes (pipelined: 1) (range: bytes=1504182272-52509214869)
Dec 21, 2018 20:52:03.835 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:52:03.835 [0x80cd33900] DEBUG - Request: [10.10.0.120:52893 (WAN)] GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:52:03.837 [0x80cd33900] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:52:03.905 [0x80b89ba00] DEBUG - Failed to stream media, client probably disconnected after 1982464 bytes: 32 - Broken pipe
Dec 21, 2018 20:52:03.905 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:52893] 200 GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP 70ms 1982464 bytes (pipelined: 1) (range: bytes=1691877376-52509214869)
Dec 21, 2018 20:52:03.916 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:52:03.916 [0x80d878d00] DEBUG - Request: [10.10.0.120:52894 (WAN)] GET /library/parts/17909/1545438710/file.mkv (25 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:52:03.919 [0x80d878d00] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:52:03.988 [0x80b89b500] DEBUG - Failed to stream media, client probably disconnected after 2048000 bytes: 32 - Broken pipe
Dec 21, 2018 20:52:03.988 [0x80b89b500] DEBUG - Completed: [10.10.0.120:52894] 200 GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP 71ms 2048000 bytes (pipelined: 1) (range: bytes=1505755136-52509214869)
Dec 21, 2018 20:52:04.000 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:52:04.000 [0x80cd33900] DEBUG - Request: [10.10.0.120:52895 (WAN)] GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:52:04.004 [0x80cd33900] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:52:04.116 [0x80b89ba00] DEBUG - Failed to stream media, client probably disconnected after 3571712 bytes: 32 - Broken pipe
Dec 21, 2018 20:52:04.116 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:52895] 200 GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP 115ms 3571712 bytes (pipelined: 1) (range: bytes=1692401664-52509214869)
Dec 21, 2018 20:52:04.131 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:52:04.131 [0x80d878d00] DEBUG - Request: [10.10.0.120:52896 (WAN)] GET /library/parts/17909/1545438710/file.mkv (25 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:52:04.134 [0x80d878d00] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:52:04.283 [0x80b89ba00] DEBUG - Failed to stream media, client probably disconnected after 4718592 bytes: 32 - Broken pipe
Dec 21, 2018 20:52:04.283 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:52896] 200 GET /library/parts/17909/1545438710/file.mkv (23 live) TLS GZIP 151ms 4718592 bytes (pipelined: 1) (range: bytes=1507328000-52509214869)
Dec 21, 2018 20:52:04.292 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:52:04.292 [0x80cd33900] DEBUG - Request: [10.10.0.120:52897 (WAN)] GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:52:04.295 [0x80cd33900] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:52:04.321 [0x80b89b500] DEBUG - Failed to stream media, client probably disconnected after 655360 bytes: 32 - Broken pipe
Dec 21, 2018 20:52:04.322 [0x80b89b500] DEBUG - Completed: [10.10.0.120:52897] 200 GET /library/parts/17909/1545438710/file.mkv (24 live) TLS GZIP 29ms 655360 bytes (pipelined: 1) (range: bytes=1693188096-52509214869)
Dec 21, 2018 20:52:04.335 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:52:04.336 [0x80d877400] DEBUG - Request: [10.10.0.120:52898 (WAN)] GET /library/parts/17909/1545438710/file.mkv (25 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:52:04.338 [0x80d877400] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 20:52:05.264 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:52:05.264 [0x80d877400] DEBUG - Request: [10.10.0.120:52899 (WAN)] GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=287977&playQueueItemID=17053&state=playing&hasMDE=1&time=289000&duration=8961000 (25 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:52:05.266 [0x80d877400] DEBUG - Client [42t3344ijabhsi6382c637wc] reporting timeline state playing, progress of 289000/8961000ms for guid=, ratingKey=10401 url=, key=/library/metadata/10401, containerKey=, metadataId=10401, source=
Dec 21, 2018 20:52:05.306 [0x80d877400] DEBUG - Play progress on 10401 'Avengers: Infinity War' - got played 289000 ms by account 1!
Dec 21, 2018 20:52:05.306 [0x80d877400] DEBUG - [Now] User is ME@ME.COM (ID: 1)
Dec 21, 2018 20:52:05.306 [0x80d877400] DEBUG - [Now] Device is Xbox One (XBOXONE).
Dec 21, 2018 20:52:05.306 [0x80d877400] DEBUG - [Now] Profile is Xbox One
Dec 21, 2018 20:52:05.306 [0x80d877400] DEBUG - [Now] Updated play state for /library/metadata/10401.
Dec 21, 2018 20:52:05.306 [0x80b89b500] DEBUG - handleStreamWrite code 32: Broken pipe
Dec 21, 2018 20:52:05.306 [0x80b89b500] DEBUG - NotificationStream: Removing because of error
Dec 21, 2018 20:52:05.306 [0x80d877400] DEBUG - Statistics: (kt9t52kip6245ov1rezopp26) Reporting active playback in state 0 of type 1 (scrobble: 0) for account 1
Dec 21, 2018 20:52:05.308 [0x80b89b500] DEBUG - Completed: [10.10.0.120:52899] 200 GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=287977&playQueueItemID=17053&state=playing&hasMDE=1&time=289000&duration=8961000 (24 live) TLS GZIP 43ms 497 bytes (pipelined: 1)
Dec 21, 2018 20:52:05.520 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:52:05.520 [0x80cd33900] DEBUG - Request: [10.10.0.120:52899 (WAN)] GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=289004&playQueueItemID=17053&state=buffering&hasMDE=1&time=289000&duration=8961000 (24 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:52:05.522 [0x80cd33900] DEBUG - Client [42t3344ijabhsi6382c637wc] reporting timeline state buffering, progress of 289000/8961000ms for guid=, ratingKey=10401 url=, key=/library/metadata/10401, containerKey=, metadataId=10401, source=
Dec 21, 2018 20:52:05.544 [0x80cd33900] DEBUG - Play progress on 10401 'Avengers: Infinity War' - got played 289000 ms by account 1!
Dec 21, 2018 20:52:05.544 [0x80cd33900] DEBUG - [Now] User is ME@ME.COM (ID: 1)
Dec 21, 2018 20:52:05.544 [0x80cd33900] DEBUG - [Now] Device is Xbox One (XBOXONE).
Dec 21, 2018 20:52:05.544 [0x80cd33900] DEBUG - [Now] Profile is Xbox One
Dec 21, 2018 20:52:05.544 [0x80cd33900] DEBUG - [Now] Updated play state for /library/metadata/10401.
Dec 21, 2018 20:52:05.545 [0x80cd33900] DEBUG - Statistics: (kt9t52kip6245ov1rezopp26) Reporting active playback in state 2 of type 1 (scrobble: 0) for account 1
Dec 21, 2018 20:52:05.546 [0x80b89b500] DEBUG - Completed: [10.10.0.120:52899] 200 GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=289004&playQueueItemID=17053&state=buffering&hasMDE=1&time=289000&duration=8961000 (24 live) TLS GZIP 25ms 497 bytes (pipelined: 2)
Dec 21, 2018 20:52:06.247 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 20:52:06.247 [0x80cd33900] DEBUG - Request: [10.10.0.120:52899 (WAN)] GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=289135&playQueueItemID=17053&state=buffering&hasMDE=1&time=289000&duration=8961000 (24 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 20:52:06.249 [0x80cd33900] DEBUG - Client [42t3344ijabhsi6382c637wc] reporting timeline state buffering, progress of 289000/8961000ms for guid=, ratingKey=10401 url=, key=/library/metadata/10401, containerKey=, metadataId=10401, source=
Dec 21, 2018 20:52:06.319 [0x80cd33900] DEBUG - Play progress on 10401 'Avengers: Infinity War' - got played 289000 ms by account 1!
Dec 21, 2018 20:52:06.319 [0x80cd33900] DEBUG - [Now] User is ME@ME.COM (ID: 1)
Dec 21, 2018 20:52:06.319 [0x80cd33900] DEBUG - [Now] Device is Xbox One (XBOXONE).
Dec 21, 2018 20:52:06.319 [0x80cd33900] DEBUG - [Now] Profile is Xbox One
Dec 21, 2018 20:52:06.319 [0x80cd33900] DEBUG - [Now] Updated play state for /library/metadata/10401.
Dec 21, 2018 20:52:06.319 [0x80cd33900] DEBUG - Statistics: (kt9t52kip6245ov1rezopp26) Reporting active playback in state 2 of type 1 (scrobble: 0) for account 1
Dec 21, 2018 20:52:06.321 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:52899] 200 GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=289135&playQueueItemID=17053&state=buffering&hasMDE=1&time=289000&duration=8961000 (24 live) TLS GZIP 73ms 497 bytes (pipelined: 3)
^C

At this point - it just stops and never stops buffering.

I used:

ffmpeg -i "/media/temp/Avengers Infinity War (2018) 2180p.mkv" -map 0:0 -map 0:3 -map 0:4 -vcodec copy -acodec copy -disposition:a:0 default -sn "Avengers Infinity War (2018) REMUX3 2160p.mkv"

It shouldn’t be by itself. But for some reason the xbox is thinking that is the video stream (Which it should just be additional embedded metadata) and not selecting the actual video stream which would definitely cause an issue. (The mere presence of those shouldn’t cause a problem in general though)

What could be causing a problem (It may not be relevant) is that the original venom file does have both a 4K video stream (at 0:0) and a 1080p video stream (at 0:1). I know some players have issues when that happens (But I have never tried it with the xbox one as I don’t store any files with 2 embedded video streams)

That is interesting. It is definitely trying to direct play it directly instead of direct streaming. But during that direct play it appear something is still rejecting the stream completely. Here are somethings that I would try to see if I could get it working:

  1. Enabling log to server from the Xbox One Plex app settings. This will temporarily send additional data back to the server logs, because it is direct playing now you get almost no information at all because the server does nothing but send the file.
  2. Verify that it is the first audio track being selected. (Or try switching to the secondary audio track). Switching to the 2nd Audio track should switch it from direct play to direct stream, but if the bug I think is being hit is happening it could be misselecting the audio track and attempting to directplay the 2nd audio track which causes massive problems with playback.
  3. You can also verify the audio by looking at the inplay statistics because the two tracks have different audio bitrates (640K vs 320k)
  4. Turn off direct play from the Xbox One app settings. This will force the server to remux the streams. This should be fairly easy for the server to do in realtime as no actual conversion happens just copying.
  5. Try creating a new library with only that file in it to see if the problem could be a bad analysis of the file. I usually move my testing files into a temporary library so it’s easier to test with them.

Looking at the 2nd set of logs/response, the infinite buffer loop sounds like the app is trying to recover but is getting stuck waiting for data. But the server had already stopped sending data because of a lack of response from the app.

The only issue I saw with this one is Similar to the Venom one where the analyzer might be getting confused because the video stream is not 0:0 and so it is selecting the wrong video stream. But the remuxing you tried should have accounted for that.

If the above was indeed the original Avengers file and you used this command:

ffmpeg -i "/media/temp/Avengers Infinity War (2018) 2180p.mkv" -map 0:0 -map 0:3 -map 0:4 -vcodec copy -acodec copy -disposition:a:0 default -sn "Avengers Infinity War (2018) REMUX3 2160p.mkv"

I am not sure how this file would play because it would map to something like this:
Original Stream:
0:0 = AC3 Audio Stream
0:3 = video stream
0:4 = the cover file

Which would then give you:
0:0 = AC3 Audio Stream
0:1 = Video Stream
0:2 = Cover file

So it might be worth a shot to try (Just to eliminate the stream order from causing issues):

ffmpeg -i "/media/temp/Avengers Infinity War (2018) 2180p.mkv" -map 0:3 -map 0:0 -map 0:4 -vcodec copy -acodec copy -disposition:a:0 default -sn "Avengers Infinity War (2018) REMUX3 2160p.mkv"

Ok, it worked a little longer, but it still isn’t direct play. It’s transcoding to H.264 but the Bitrate is 46.87mbps, the player stats show that it’s HEVC, Profile 10, 4K Resolution and it looks proper up until it buffers.

image

Dec 21, 2018 21:29:18.379 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 21:29:18.379 [0x80d629900] DEBUG - Request: [10.10.0.120:50315 (WAN)] GET /library/parts/17909/1545438710/file.mkv (29 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 21:29:18.382 [0x80d629900] DEBUG - Content-Length of /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv is 52509214870.
Dec 21, 2018 21:29:18.398 [0x80b89ba00] DEBUG - Failed to stream media, client probably disconnected after 425984 bytes: 32 - Broken pipe
Dec 21, 2018 21:29:18.398 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:50315] 200 GET /library/parts/17909/1545438710/file.mkv (29 live) TLS GZIP 19ms 425984 bytes (pipelined: 1) (range: bytes=3518234624-52509214869)
Dec 21, 2018 21:29:18.554 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 21:29:18.554 [0x80d9aad00] DEBUG - Request: [10.10.0.120:50316 (WAN)] POST /log (29 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 21:29:18.555 [0x80d9aad00] WARN - [ui-edge-winvergo] [Player] A critical HTML media error occurred: 3 (Decode); the player cannot recover
Dec 21, 2018 21:29:18.555 [0x80b89b500] DEBUG - Completed: [10.10.0.120:50316] 200 POST /log (29 live) TLS GZIP 0ms 195 bytes (pipelined: 1)
Dec 21, 2018 21:29:19.115 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 21:29:19.115 [0x80d9aad00] DEBUG - Request: [10.10.0.120:50316 (WAN)] GET /video/:/transcode/universal/decision?hasMDE=1&path=%2Flibrary%2Fmetadata%2F10401&mediaIndex=0&partIndex=0&protocol=dash&fastSeek=1&directPlay=0&directStream=1&subtitleSize=100&audioBoost=200&location=lan&directStreamAudio=1&mediaBufferSize=81920&session=gn9jnzsja2h1gf45pbblj82x&subtitles=burn&Accept-Language=en (29 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 21:29:19.115 [0x80d9aad00] DEBUG - Found session GUID of gn9jnzsja2h1gf45pbblj82x in session start.
Dec 21, 2018 21:29:19.116 [0x80d9aad00] DEBUG - TranscodeUniversalRequest: using augmented profile Xbox One
Dec 21, 2018 21:29:19.116 [0x80d9aad00] DEBUG - Downloading document http://127.0.0.1:32400/library/metadata/10401?includeBandwidths=1&offset=-1&X-Plex-Session-Identifier=bxt6ehjzkfw16mxx1719hjdz
Dec 21, 2018 21:29:19.116 [0x80d9aad00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 21:29:19.128 [0x80d9aad00] DEBUG - It took 7.812500 ms to retrieve 129 items.
Dec 21, 2018 21:29:19.130 [0x80d9aad00] DEBUG - Audio Stream: 39484, Subtitle Stream: -1
Dec 21, 2018 21:29:19.132 [0x80d9aad00] DEBUG - MDE: Selected protocol dash; container: mp4
Dec 21, 2018 21:29:19.132 [0x80d9aad00] DEBUG - MDE: analyzing media item 17744
Dec 21, 2018 21:29:19.132 [0x80d9aad00] DEBUG - MDE: Avengers: Infinity War (2018): Direct Play is disabled
Dec 21, 2018 21:29:19.132 [0x80d9aad00] DEBUG - MDE: Avengers: Infinity War (2018): media must be transcoded in order to use the dash protocol
Dec 21, 2018 21:29:19.133 [0x80d9aad00] DEBUG - MDE: Avengers: Infinity War (2018): selected media 0 / 17744
Dec 21, 2018 21:29:19.133 [0x80d9aad00] DEBUG - Streaming Resource: Reached Decision id=10401 codes=(General=1001,Direct play not available; Conversion OK. Direct Play=3000,App cannot direct play this item. Direct play is disabled. Transcode=1001,Direct play not available; Conversion OK.) media=(id=17744 part=(id=17909 decision=transcode container=mp4 protocol=dash streams=(Video=(id=39483 decision=copy width=3840 height=2160) Audio=(id=39484 decision=copy channels=6 rate=48000))))
Dec 21, 2018 21:29:19.135 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:50316] 200 GET /video/:/transcode/universal/decision?hasMDE=1&path=%2Flibrary%2Fmetadata%2F10401&mediaIndex=0&partIndex=0&protocol=dash&fastSeek=1&directPlay=0&directStream=1&subtitleSize=100&audioBoost=200&location=lan&directStreamAudio=1&mediaBufferSize=81920&session=gn9jnzsja2h1gf45pbblj82x&subtitles=burn&Accept-Language=en (30 live) TLS GZIP 20ms 5538 bytes (pipelined: 2)
Dec 21, 2018 21:29:19.140 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 21:29:19.141 [0x80d629900] DEBUG - Request: [10.10.0.120:50317 (WAN)] POST /log (30 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 21:29:19.141 [0x80d629900] INFO - [ui-edge-winvergo]   subtitles: burn
Dec 21, 2018 21:29:19.141 [0x80d629900] INFO - [ui-edge-winvergo]   session: gn9jnzsja2h1gf45pbblj82x
Dec 21, 2018 21:29:19.141 [0x80d629900] INFO - [ui-edge-winvergo]   X-Plex-Session-Identifier: bxt6ehjzkfw16mxx1719hjdz
Dec 21, 2018 21:29:19.141 [0x80d629900] INFO - [ui-edge-winvergo]   mediaBufferSize: 81920
Dec 21, 2018 21:29:19.141 [0x80d629900] INFO - [ui-edge-winvergo]   directStreamAudio: 1
Dec 21, 2018 21:29:19.141 [0x80d629900] INFO - [ui-edge-winvergo]   location: lan
Dec 21, 2018 21:29:19.141 [0x80d629900] INFO - [ui-edge-winvergo]   audioBoost: 200
Dec 21, 2018 21:29:19.141 [0x80d629900] INFO - [ui-edge-winvergo]   subtitleSize: 100
Dec 21, 2018 21:29:19.141 [0x80d629900] INFO - [ui-edge-winvergo]   directStream: 1
Dec 21, 2018 21:29:19.142 [0x80d629900] INFO - [ui-edge-winvergo]   directPlay: 0
Dec 21, 2018 21:29:19.142 [0x80d629900] INFO - [ui-edge-winvergo]   fastSeek: 1
Dec 21, 2018 21:29:19.142 [0x80d629900] INFO - [ui-edge-winvergo]   protocol: dash
Dec 21, 2018 21:29:19.142 [0x80d629900] INFO - [ui-edge-winvergo]   partIndex: 0
Dec 21, 2018 21:29:19.142 [0x80d629900] INFO - [ui-edge-winvergo]   mediaIndex: 0
Dec 21, 2018 21:29:19.142 [0x80d629900] INFO - [ui-edge-winvergo]   path: /library/metadata/10401
Dec 21, 2018 21:29:19.142 [0x80d629900] INFO - [ui-edge-winvergo]   hasMDE: 1
Dec 21, 2018 21:29:19.142 [0x80d629900] INFO - [ui-edge-winvergo] [Transcoder] Video (start) options
Dec 21, 2018 21:29:19.142 [0x80d629900] INFO - [ui-edge-winvergo]   Direct Play: false
Dec 21, 2018 21:29:19.142 [0x80d629900] INFO - [ui-edge-winvergo]   Protocol: dash
Dec 21, 2018 21:29:19.142 [0x80d629900] INFO - [ui-edge-winvergo]   Player: html
Dec 21, 2018 21:29:19.142 [0x80d629900] INFO - [ui-edge-winvergo] [PDE] Player decision
Dec 21, 2018 21:29:19.142 [0x80d629900] INFO - [ui-edge-winvergo]   videoResolution: 2560
Dec 21, 2018 21:29:19.142 [0x80d629900] INFO - [ui-edge-winvergo]   bitrate: 46873
Dec 21, 2018 21:29:19.143 [0x80d629900] INFO - [ui-edge-winvergo]   canDirectStreamAudio: true
Dec 21, 2018 21:29:19.143 [0x80d629900] INFO - [ui-edge-winvergo]   canDirectStreamVideo: true
Dec 21, 2018 21:29:19.143 [0x80d629900] INFO - [ui-edge-winvergo]   canDirectPlay: false
Dec 21, 2018 21:29:19.143 [0x80d629900] INFO - [ui-edge-winvergo]   canPlay: true
Dec 21, 2018 21:29:19.143 [0x80d629900] INFO - [ui-edge-winvergo] [MDE] Finished analysis of 4k (mkv, hevc, ac3, 153, main 10)
Dec 21, 2018 21:29:19.143 [0x80d629900] WARN - [ui-edge-winvergo] [MDE] Direct play failed; option is disabled
Dec 21, 2018 21:29:19.143 [0x80d629900] INFO - [ui-edge-winvergo] [MDE] Starting analysis of 4k (mkv, hevc, ac3, 153, main 10)
Dec 21, 2018 21:29:19.144 [0x80d629900] INFO - [ui-edge-winvergo] [MDE] Augmented profile: { "directPlay": { "mp4": { "video": { "codecs": { "h264": { "maxWidth": 1920, "maxHeight": 1080, "maxBitDepth": 8, "maxLevel": 51 }, "hevc": { "maxWidth": 4096, "maxHeight": 2160, "maxBitDepth": 10 }, "mpeg4": { "maxWidth": 4096, "maxHeight": 2160, "maxBitDepth": 8 }, "vc1": { "maxWidth": 1920, "maxHeight": 1080, "maxBitDepth": 8 }, "wmv3": { "maxWidth": 1920, "maxHeight": 1080, "maxBitDepth": 8 } } }, "audio": { "codecs": { "aac": { "maxChannels": 6 }, "ac3": { "maxChannels": 6 }, "eac3": { "maxChannels": 6 }, "mp3": { "maxChannels": 2 } } } }, "mkv": { "video": { "codecs": { "h264": { "maxWidth": 1920, "maxHeight": 1080, "maxBitDepth": 8, "maxLevel": 51 }, "hevc": { "maxWidth": 4096, "maxHeight": 2160, "maxBitDepth": 10 }, "mpeg4": { "maxWidth": 4096, "maxHeight": 2160, "maxBitDepth": 8 }, "msmpeg4v2": { "maxWidth": 1920, "maxHeight": 1080, "maxBitDepth": 8 }, "msmpeg4v3": { "maxWidth": 1920, "maxHeight": 1080, "maxBitDepth": 8 }, "vc1": { "maxWidth": 1920, "maxHeight": 1080, "maxBitDepth": 8 }, "vp9": { "maxWidth": 4096, "maxHeight": 2160, "maxBitDepth": 10 }, "wmv3": { "maxWidth": 1920, "maxHeight": 1080, "maxBitDepth": 8 } } }, "audio": { "codecs": { "aac": { "maxChannels": 6 }, "ac3": { "maxChannels": 6 }, "eac3": { "maxChannels": 6 }, "alac": { "maxChannels": 6 }, "flac": { "maxChannels": 6 }, "mp3": { "maxChannels": 2 } } } }, "mpegts": { "video": { "codecs": { "h264": { "maxWidth": 1920, "maxHeight": 1080, "maxBitDepth": 8, "maxLevel": 51 }, "mpeg2video": { "maxWidth": 1920, "maxHeight": 1080, "maxBitDepth": 8 } } }, "audio": { "codecs": { "aac": { "maxChannels": 6 }, "ac3": { "maxChannels": 6 }, "mp2": { "maxChannels": 6 } } } }, "avi": { "video": { "codecs": { "mpeg4": { "maxWidth": 4096, "maxHeight": 2160, "maxBitDepth": 8 }, "msmpeg4": { "maxWidth": 1920, "maxHeight": 1080, "maxBitDepth": 8 }, "msmpeg4v2": { "maxWidth": 1920, "maxHeight": 1080, "maxBitDepth": 8 }, "msmpeg4v3": { "maxWidth": 1920, "maxHeight": 1080, "maxBitDepth": 8 }, "vc1": { "maxWidth": 1920, "maxHeight": 1080, "maxBitDepth": 8 }, "wmv3": { "maxWidth": 1920, "maxHeight": 1080, "maxBitDepth": 8 } } }, "audio": { "codecs": { "aac": { "maxChannels": 6 }, "ac3": { "maxChannels": 6 }, "mp3": { "maxChannels": 2 } } } }, "mov": { "video": { "codecs": { "h264": { "maxWidth": 1920, "maxHeight": 1080, "maxBitDepth": 8, "maxLevel": 51 } } }, "audio": { "codecs": { "aac": { "maxChannels": 6 } } } }, "asf": { "video": { "codecs": { "vc1": { "maxWidth": 1920, "maxHeight": 1080, "maxBitDepth": 8 }, "wmv2": { "maxWidth": 1920, "maxHeight": 1080, "maxBitDepth": 8 } } }, "audio": { "codecs": { "wmav2": { "maxChannels": 6 } } } } }, "directStream": { "video": { "codecs": { "h264": { "maxWidth": 1920, "maxHeight": 1080, "maxBitDepth": 8, "maxLevel": 51 }, "hevc": { "maxWidth": 4096, "maxHeight": 2160, "maxBitDepth": 10 } } }, "audio": { "codecs": { "aac": { "maxChannels": 6 }, "ac3": { "maxChannels": 6 }, "eac3": { "maxChannels": 6 } } } } }
Dec 21, 2018 21:29:19.144 [0x80d629900] INFO - [ui-edge-winvergo] [Player] Selected transcode protocol: dash
Dec 21, 2018 21:29:19.144 [0x80d629900] INFO - [ui-edge-winvergo] [Player] Can force direct play? false
Dec 21, 2018 21:29:19.144 [0x80d629900] INFO - [ui-edge-winvergo] [Player] Can direct stream? true (isAllowed: true)
Dec 21, 2018 21:29:19.144 [0x80d629900] INFO - [ui-edge-winvergo] [Player] Can play AUTOMATIC? true
Dec 21, 2018 21:29:19.144 [0x80d629900] INFO - [ui-edge-winvergo]   Type: Paused
Dec 21, 2018 21:29:19.144 [0x80d629900] INFO - [ui-edge-winvergo]   Status: 4
Dec 21, 2018 21:29:19.144 [0x80d629900] INFO - [ui-edge-winvergo] [WinvergoSystemMediaTransportControls] setSMTCPlaybackStatus
Dec 21, 2018 21:29:19.144 [0x80d629900] WARN - [ui-edge-winvergo] [Player] Direct Play failed, but server can transcode. Attempting to fallback to either Direct Stream or transcode...
Dec 21, 2018 21:29:19.145 [0x80b89b500] DEBUG - Completed: [10.10.0.120:50317] 200 POST /log (30 live) TLS GZIP 4ms 195 bytes (pipelined: 1)
Dec 21, 2018 21:29:19.174 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 21:29:19.174 [0x80d629900] DEBUG - Request: [10.10.0.120:50317 (WAN)] POST /log (30 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 21:29:19.174 [0x80d629900] INFO - [ui-edge-winvergo]   X-Plex-Client-Profile-Extra: add-limitation(scope=videoCodec&scopeName=hevc&type=upperBound&name=video.width&value=4096&replace=true)+add-limitation(scope=videoCodec&scopeName=hevc&type=upperBound&name=video.height&value=2160&replace=true)+add-limitation(scope=videoCodec&scopeName=hevc&type=upperBound&name=video.bitDepth&value=10&replace=true)+append-transcode-target-codec(type=videoProfile&context=streaming&protocol=dash&videoCodec=hevc)+add-limitation(scope=videoTranscodeTarget&scopeName=hevc&scopeType=videoCodec&context=streaming&protocol=dash&type=match&name=video.colorTrc&list=bt709|bt470m|bt470bg|smpte170m|smpte240m|bt2020-10|smpte2084&isRequired=false)+add-transcode-target(type=videoProfile&context=streaming&protocol=dash&container=mp4&videoCodec=h264%2Chevc&audioCodec=ac3%2Caac%2Ceac3&replace=true)
Dec 21, 2018 21:29:19.174 [0x80d629900] INFO - [ui-edge-winvergo]   subtitles: burn
Dec 21, 2018 21:29:19.174 [0x80d629900] INFO - [ui-edge-winvergo]   session: gn9jnzsja2h1gf45pbblj82x
Dec 21, 2018 21:29:19.174 [0x80d629900] INFO - [ui-edge-winvergo]   X-Plex-Session-Identifier: bxt6ehjzkfw16mxx1719hjdz
Dec 21, 2018 21:29:19.174 [0x80d629900] INFO - [ui-edge-winvergo]   mediaBufferSize: 81920
Dec 21, 2018 21:29:19.174 [0x80d629900] INFO - [ui-edge-winvergo]   directStreamAudio: 1
Dec 21, 2018 21:29:19.174 [0x80d629900] INFO - [ui-edge-winvergo]   location: lan
Dec 21, 2018 21:29:19.175 [0x80d629900] INFO - [ui-edge-winvergo]   audioBoost: 200
Dec 21, 2018 21:29:19.175 [0x80d629900] INFO - [ui-edge-winvergo]   subtitleSize: 100
Dec 21, 2018 21:29:19.175 [0x80d629900] INFO - [ui-edge-winvergo]   directStream: 1
Dec 21, 2018 21:29:19.175 [0x80d629900] INFO - [ui-edge-winvergo]   directPlay: 0
Dec 21, 2018 21:29:19.175 [0x80d629900] INFO - [ui-edge-winvergo]   fastSeek: 1
Dec 21, 2018 21:29:19.175 [0x80d629900] INFO - [ui-edge-winvergo]   protocol: dash
Dec 21, 2018 21:29:19.175 [0x80d629900] INFO - [ui-edge-winvergo]   partIndex: 0
Dec 21, 2018 21:29:19.175 [0x80d629900] INFO - [ui-edge-winvergo]   mediaIndex: 0
Dec 21, 2018 21:29:19.175 [0x80d629900] INFO - [ui-edge-winvergo]   path: /library/metadata/10401
Dec 21, 2018 21:29:19.175 [0x80d629900] INFO - [ui-edge-winvergo]   hasMDE: 1
Dec 21, 2018 21:29:19.175 [0x80d629900] INFO - [ui-edge-winvergo] [Transcoder] Video (decision) options
Dec 21, 2018 21:29:19.175 [0x80d629900] INFO - [ui-edge-winvergo]   X-Plex-Client-Profile-Extra: add-limitation(scope=videoCodec&scopeName=hevc&type=upperBound&name=video.width&value=4096&replace=true)+add-limitation(scope=videoCodec&scopeName=hevc&type=upperBound&name=video.height&value=2160&replace=true)+add-limitation(scope=videoCodec&scopeName=hevc&type=upperBound&name=video.bitDepth&value=10&replace=true)+append-transcode-target-codec(type=videoProfile&context=streaming&protocol=dash&videoCodec=hevc)+add-limitation(scope=videoTranscodeTarget&scopeName=hevc&scopeType=videoCodec&context=streaming&protocol=dash&type=match&name=video.colorTrc&list=bt709|bt470m|bt470bg|smpte170m|smpte240m|bt2020-10|smpte2084&isRequired=false)+add-transcode-target(type=videoProfile&context=streaming&protocol=dash&container=mp4&videoCodec=h264%2Chevc&audioCodec=ac3%2Caac%2Ceac3&replace=true)
Dec 21, 2018 21:29:19.175 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:50317] 200 POST /log (30 live) TLS GZIP 1ms 195 bytes (pipelined: 2)
Dec 21, 2018 21:29:19.220 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 21:29:19.220 [0x80d629900] DEBUG - Request: [10.10.0.120:50317 (WAN)] POST /log (30 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 21:29:19.220 [0x80d629900] DEBUG - [ui-edge-winvergo] [Metrics] Updating session last interaction time
Dec 21, 2018 21:29:19.221 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:50317] 200 POST /log (30 live) TLS GZIP 0ms 195 bytes (pipelined: 3)
Dec 21, 2018 21:29:19.453 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 21:29:19.453 [0x80d9aad00] DEBUG - Request: [10.10.0.120:50317 (WAN)] GET /video/:/transcode/universal/start.mpd?hasMDE=1&path=%2Flibrary%2Fmetadata%2F10401&mediaIndex=0&partIndex=0&protocol=dash&fastSeek=1&directPlay=0&directStream=1&subtitleSize=100&audioBoost=200&location=lan&directStreamAudio=1&mediaBufferSize=81920&session=gn9jnzsja2h1gf45pbblj82x&subtitles=burn&Accept-Language=en (29 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 21:29:19.454 [0x80d9aad00] DEBUG - Found session GUID of gn9jnzsja2h1gf45pbblj82x in session start.
Dec 21, 2018 21:29:19.454 [0x80d9aad00] DEBUG - TranscodeUniversalRequest: using augmented profile Xbox One
Dec 21, 2018 21:29:19.455 [0x80d9aad00] DEBUG - Downloading document http://127.0.0.1:32400/library/metadata/10401?checkFiles=1&includeBandwidths=1&offset=-1&X-Plex-Session-Identifier=bxt6ehjzkfw16mxx1719hjdz
Dec 21, 2018 21:29:19.455 [0x80d9aad00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 21:29:19.471 [0x80d9aad00] DEBUG - It took 7.812500 ms to retrieve 129 items.
Dec 21, 2018 21:29:19.472 [0x80d9aad00] DEBUG - Media part for /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv previously failed BIF generation with the same FFMPEG version (531e313-1328), skipping BIF generation
Dec 21, 2018 21:29:19.476 [0x80d9aad00] DEBUG - Audio Stream: 39484, Subtitle Stream: -1
Dec 21, 2018 21:29:19.478 [0x80d9aad00] DEBUG - Found session GUID of gn9jnzsja2h1gf45pbblj82x in session start.
Dec 21, 2018 21:29:19.479 [0x80d9aad00] DEBUG - Cleaning directory for session gn9jnzsja2h1gf45pbblj82x ()
Dec 21, 2018 21:29:19.480 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 21:29:19.480 [0x80d653d00] DEBUG - Request: [10.10.0.120:50316 (WAN)] POST /log (28 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 21:29:19.480 [0x80d653d00] INFO - [ui-edge-winvergo] Display Mode: 5
Dec 21, 2018 21:29:19.480 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.480 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports HDR: false
Dec 21, 2018 21:29:19.480 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: false
Dec 21, 2018 21:29:19.480 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: false
Dec 21, 2018 21:29:19.480 [0x80d653d00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: false
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Pixel Encoding: 0
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Color Space: 0
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Refresh Rate: 50
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Resolution: 3840x2160
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo] Display Mode: 4
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports HDR: false
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: false
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: false
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: false
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Pixel Encoding: 0
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Color Space: 0
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Refresh Rate: 50
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Resolution: 1920x1080
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo] Display Mode: 3
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports HDR: false
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: false
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: false
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: false
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Pixel Encoding: 0
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Color Space: 0
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Refresh Rate: 50
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Resolution: 1280x720
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo] Display Mode: 2
Dec 21, 2018 21:29:19.481 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports HDR: false
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: false
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: false
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: false
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Pixel Encoding: 0
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Color Space: 0
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Refresh Rate: 23.976023976023977
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Resolution: 1920x1080
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo] Display Mode: 1
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports HDR: false
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: false
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: false
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: false
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Pixel Encoding: 0
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Color Space: 0
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Refresh Rate: 23.976023976023977
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Resolution: 3840x2160
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo] Display Mode: 0
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo] [Winvergo] getSupportedDisplayModes
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports HDR: true
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: true
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: true
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: true
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Pixel Encoding: 2
Dec 21, 2018 21:29:19.482 [0x80d653d00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Color Space: 2
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Refresh Rate: 59.94005994005994
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Resolution: 3840x2160
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo] Display Mode: 12
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports HDR: false
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: false
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: true
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: true
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Pixel Encoding: 2
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Color Space: 3
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Refresh Rate: 59.94005994005994
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Resolution: 3840x2160
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo] Display Mode: 11
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports HDR: true
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: true
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: true
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: true
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Pixel Encoding: 2
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Color Space: 2
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Refresh Rate: 50
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Resolution: 3840x2160
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo] Display Mode: 10
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports HDR: false
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: false
Dec 21, 2018 21:29:19.483 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: true
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: true
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Pixel Encoding: 2
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Color Space: 3
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Refresh Rate: 50
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Resolution: 3840x2160
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo] Display Mode: 9
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports HDR: true
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: false
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: false
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: false
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Pixel Encoding: 2
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Color Space: 2
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Refresh Rate: 23.976023976023977
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Resolution: 3840x2160
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo] Display Mode: 8
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports HDR: false
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: false
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: true
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: true
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Pixel Encoding: 1
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 30
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Color Space: 3
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Refresh Rate: 23.976023976023977
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo]   Resolution: 3840x2160
Dec 21, 2018 21:29:19.484 [0x80d653d00] INFO - [ui-edge-winvergo] Display Mode: 7
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports HDR: true
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: true
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: true
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: true
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Pixel Encoding: 0
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 30
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Color Space: 2
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Refresh Rate: 23.976023976023977
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Resolution: 3840x2160
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo] Display Mode: 6
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports HDR: false
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: false
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: false
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: false
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Pixel Encoding: 0
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Color Space: 0
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Refresh Rate: 59.94005994005994
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Resolution: 3840x2160
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo] Display Mode: 5
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports HDR: false
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: false
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: false
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: false
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Pixel Encoding: 0
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.485 [0x80d653d00] INFO - [ui-edge-winvergo]   Color Space: 0
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Refresh Rate: 50
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Resolution: 3840x2160
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo] Display Mode: 4
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports HDR: false
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: false
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: false
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: false
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Pixel Encoding: 0
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Color Space: 0
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Refresh Rate: 50
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Resolution: 1920x1080
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo] Display Mode: 3
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports HDR: false
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: false
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: false
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: false
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Pixel Encoding: 0
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Color Space: 0
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Refresh Rate: 50
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Resolution: 1280x720
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo] Display Mode: 2
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports HDR: false
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: false
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: false
Dec 21, 2018 21:29:19.486 [0x80d653d00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: false
Dec 21, 2018 21:29:19.487 [0x80d653d00] INFO - [ui-edge-winvergo]   Pixel Encoding: 0
Dec 21, 2018 21:29:19.487 [0x80d653d00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.487 [0x80d653d00] INFO - [ui-edge-winvergo]   Color Space: 0
Dec 21, 2018 21:29:19.487 [0x80d653d00] INFO - [ui-edge-winvergo]   Refresh Rate: 23.976023976023977
Dec 21, 2018 21:29:19.487 [0x80d653d00] INFO - [ui-edge-winvergo]   Resolution: 1920x1080
Dec 21, 2018 21:29:19.487 [0x80d653d00] INFO - [ui-edge-winvergo] Display Mode: 1
Dec 21, 2018 21:29:19.487 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.487 [0x80d653d00] INFO - [ui-edge-winvergo]   Supports HDR: false
Dec 21, 2018 21:29:19.487 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: false
Dec 21, 2018 21:29:19.487 [0x80d653d00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: false
Dec 21, 2018 21:29:19.487 [0x80d653d00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: false
Dec 21, 2018 21:29:19.487 [0x80d653d00] INFO - [ui-edge-winvergo]   Pixel Encoding: 0
Dec 21, 2018 21:29:19.487 [0x80d653d00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.487 [0x80d653d00] INFO - [ui-edge-winvergo]   Color Space: 0
Dec 21, 2018 21:29:19.487 [0x80d653d00] INFO - [ui-edge-winvergo]   Refresh Rate: 23.976023976023977
Dec 21, 2018 21:29:19.487 [0x80d653d00] INFO - [ui-edge-winvergo]   Resolution: 3840x2160
Dec 21, 2018 21:29:19.487 [0x80d653d00] INFO - [ui-edge-winvergo] Display Mode: 0
Dec 21, 2018 21:29:19.487 [0x80d653d00] INFO - [ui-edge-winvergo] [Winvergo] getSupportedDisplayModes
Dec 21, 2018 21:29:19.487 [0x80d653d00] INFO - [ui-edge-winvergo]   Type: Playing
Dec 21, 2018 21:29:19.487 [0x80d653d00] INFO - [ui-edge-winvergo]   Status: 3
Dec 21, 2018 21:29:19.487 [0x80d653d00] INFO - [ui-edge-winvergo] [WinvergoSystemMediaTransportControls] setSMTCPlaybackStatus
Dec 21, 2018 21:29:19.488 [0x80b89b500] DEBUG - Completed: [10.10.0.120:50316] 200 POST /log (28 live) TLS GZIP 7ms 195 bytes (pipelined: 3)
Dec 21, 2018 21:29:19.502 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 21:29:19.502 [0x80d9b2c00] DEBUG - Request: [10.10.0.120:50316 (WAN)] POST /log (28 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 21:29:19.503 [0x80d9b2c00] INFO - [ui-edge-winvergo] [WinvergoDisplayMode] Most compatible display mode set
Dec 21, 2018 21:29:19.503 [0x80d9b2c00] INFO - [ui-edge-winvergo] [Winvergo] setDisplayMode: Display mode already active
Dec 21, 2018 21:29:19.503 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.503 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Supports HDR: true
Dec 21, 2018 21:29:19.503 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: true
Dec 21, 2018 21:29:19.503 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: true
Dec 21, 2018 21:29:19.503 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: true
Dec 21, 2018 21:29:19.503 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Pixel Encoding: 2
Dec 21, 2018 21:29:19.503 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.503 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Color Space: 2
Dec 21, 2018 21:29:19.504 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Refresh Rate: 59.94005994005994
Dec 21, 2018 21:29:19.504 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Resolution: 3840x2160
Dec 21, 2018 21:29:19.504 [0x80d9b2c00] INFO - [ui-edge-winvergo] Display Mode: 12
Dec 21, 2018 21:29:19.504 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.504 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Supports HDR: false
Dec 21, 2018 21:29:19.504 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: false
Dec 21, 2018 21:29:19.504 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: true
Dec 21, 2018 21:29:19.504 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: true
Dec 21, 2018 21:29:19.504 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Pixel Encoding: 2
Dec 21, 2018 21:29:19.504 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.504 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Color Space: 3
Dec 21, 2018 21:29:19.504 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Refresh Rate: 59.94005994005994
Dec 21, 2018 21:29:19.504 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Resolution: 3840x2160
Dec 21, 2018 21:29:19.504 [0x80d9b2c00] INFO - [ui-edge-winvergo] Display Mode: 11
Dec 21, 2018 21:29:19.504 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.504 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Supports HDR: true
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: true
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: true
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: true
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Pixel Encoding: 2
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Color Space: 2
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Refresh Rate: 50
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Resolution: 3840x2160
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo] Display Mode: 10
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Supports HDR: false
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: false
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: true
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: true
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Pixel Encoding: 2
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Color Space: 3
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Refresh Rate: 50
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Resolution: 3840x2160
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo] Display Mode: 9
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Supports HDR: true
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: false
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: false
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: false
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Pixel Encoding: 2
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Color Space: 2
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Refresh Rate: 23.976023976023977
Dec 21, 2018 21:29:19.505 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Resolution: 3840x2160
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo] Display Mode: 8
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Supports HDR: false
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: false
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: true
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: true
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Pixel Encoding: 1
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 30
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Color Space: 3
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Refresh Rate: 23.976023976023977
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Resolution: 3840x2160
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo] Display Mode: 7
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Supports HDR: true
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: true
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: true
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: true
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Pixel Encoding: 0
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 30
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Color Space: 2
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Refresh Rate: 23.976023976023977
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Resolution: 3840x2160
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo] Display Mode: 6
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Supports Stereo: false
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Supports HDR: false
Dec 21, 2018 21:29:19.506 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is SMPTE2084 Supported: false
Dec 21, 2018 21:29:19.507 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is SDR Luminance Supported: false
Dec 21, 2018 21:29:19.507 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Is 2086 Metadata Supported: false
Dec 21, 2018 21:29:19.507 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Pixel Encoding: 0
Dec 21, 2018 21:29:19.507 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Bits Per Pixel: 24
Dec 21, 2018 21:29:19.507 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Color Space: 0
Dec 21, 2018 21:29:19.507 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Refresh Rate: 59.94005994005994
Dec 21, 2018 21:29:19.507 [0x80d9b2c00] INFO - [ui-edge-winvergo]   Resolution: 3840x2160
Dec 21, 2018 21:29:19.507 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:50316] 200 POST /log (28 live) TLS GZIP 4ms 195 bytes (pipelined: 4)
Dec 21, 2018 21:29:19.638 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 21:29:19.639 [0x80d878d00] DEBUG - Request: [10.10.0.10:55687 (WAN)] GET /status/sessions (28 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 21:29:19.639 [0x80d878d00] DEBUG - [Now] Adding 1 sessions.
Dec 21, 2018 21:29:19.643 [0x80b89ba00] DEBUG - Completed: [10.10.0.10:55687] 200 GET /status/sessions (28 live) TLS GZIP 4ms 5905 bytes (pipelined: 16)
Dec 21, 2018 21:29:19.685 [0x80d9aad00] DEBUG - Starting a transcode session gn9jnzsja2h1gf45pbblj82x at offset -1.0 (state=3)
Dec 21, 2018 21:29:19.758 [0x80d9aad00] DEBUG - TPU: hardware transcoding: enabled, but no hardware decode accelerator found
Dec 21, 2018 21:29:19.758 [0x80d9aad00] DEBUG - [Universal] Using local file path instead of URL: /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv
Dec 21, 2018 21:29:19.758 [0x80d9aad00] DEBUG - TPU: hardware transcoding: final decoder: , final encoder:
Dec 21, 2018 21:29:19.759 [0x80d9aad00] DEBUG - Job running: EAE_ROOT='/tmp/pms-c4071ed8-232b-4877-bb42-f8109d8bc503/EasyAudioEncoder' FFMPEG_EXTERNAL_LIBS='/usr/local/plexdata-plexpass/Plex\ Media\ Server/Codecs/531e313-1328-freebsd-x86_64/' XDG_CACHE_HOME='/usr/local/plexdata-plexpass/Plex Media Server/Cache' XDG_DATA_HOME='/usr/local/share/plexmediaserver-plexpass/Resources' X_PLEX_TOKEN='xxxxxxxxxxxxxxxxxxxx' '/usr/local/share/plexmediaserver-plexpass/Plex Transcoder' '-codec:0' 'hevc' '-noaccurate_seek' '-probesize' '10000000' '-i' '/media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv' '-map' '0:0' '-metadata:s:0' 'language=eng' '-codec:0' 'copy' '-map' '0:1' '-metadata:s:1' 'language=eng' '-codec:1' 'copy' '-copypriorss:1' '0' '-f' 'dash' '-min_seg_duration' '5000000' '-skip_to_segment' '1' '-time_delta' '0.0625' '-manifest_name' 'http://127.0.0.1:32400/video/:/transcode/session/gn9jnzsja2h1gf45pbblj82x/3654ec31-2620-45c6-ab9e-263c2afededd/manifest' '-avoid_negative_ts' 'disabled' '-map_metadata' '-1' '-map_chapters' '-1' 'dash' '-start_at_zero' '-copyts' '-vsync' 'cfr' '-y' '-nostats' '-loglevel' 'quiet' '-loglevel_plex' 'error' '-progressurl' 'http://127.0.0.1:32400/video/:/transcode/session/gn9jnzsja2h1gf45pbblj82x/3654ec31-2620-45c6-ab9e-263c2afededd/progress'
Dec 21, 2018 21:29:19.771 [0x80d9aad00] DEBUG - Jobs: Starting child process with pid 73274
Dec 21, 2018 21:29:19.814 [0x80d9b2c00] DEBUG - Request: [127.0.0.1:32287 (Loopback)] PUT /video/:/transcode/session/gn9jnzsja2h1gf45pbblj82x/3654ec31-2620-45c6-ab9e-263c2afededd/progress?status=startup (29 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 21:29:19.815 [0x80b89b500] DEBUG - Completed: [127.0.0.1:32287] 204 PUT /video/:/transcode/session/gn9jnzsja2h1gf45pbblj82x/3654ec31-2620-45c6-ab9e-263c2afededd/progress?status=startup (29 live) 0ms 203 bytes (pipelined: 1) (range: bytes=0-)
Dec 21, 2018 21:29:19.815 [0x80d9b2c00] DEBUG - Request: [127.0.0.1:32287 (Loopback)] PUT /video/:/transcode/session/gn9jnzsja2h1gf45pbblj82x/3654ec31-2620-45c6-ab9e-263c2afededd/progress?status=opening (29 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 21:29:19.816 [0x80b89b500] DEBUG - Completed: [127.0.0.1:32287] 204 PUT /video/:/transcode/session/gn9jnzsja2h1gf45pbblj82x/3654ec31-2620-45c6-ab9e-263c2afededd/progress?status=opening (29 live) 0ms 203 bytes (pipelined: 2) (range: bytes=0-)
Dec 21, 2018 21:29:19.829 [0x80d653d00] DEBUG - Request: [127.0.0.1:32287 (Loopback)] PUT /video/:/transcode/session/gn9jnzsja2h1gf45pbblj82x/3654ec31-2620-45c6-ab9e-263c2afededd/progress?status=opened (29 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 21:29:19.830 [0x80b89ba00] DEBUG - Completed: [127.0.0.1:32287] 204 PUT /video/:/transcode/session/gn9jnzsja2h1gf45pbblj82x/3654ec31-2620-45c6-ab9e-263c2afededd/progress?status=opened (29 live) 0ms 203 bytes (pipelined: 3) (range: bytes=0-)
Dec 21, 2018 21:29:19.830 [0x80d653d00] DEBUG - Request: [127.0.0.1:32287 (Loopback)] PUT /video/:/transcode/session/gn9jnzsja2h1gf45pbblj82x/3654ec31-2620-45c6-ab9e-263c2afededd/progress/stream?index=0&id=0&codec=hevc&type=video (29 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 21:29:19.830 [0x80b89ba00] DEBUG - Completed: [127.0.0.1:32287] 206 PUT /video/:/transcode/session/gn9jnzsja2h1gf45pbblj82x/3654ec31-2620-45c6-ab9e-263c2afededd/progress/stream?index=0&id=0&codec=hevc&type=video (29 live) 0ms 256 bytes (pipelined: 4) (range: bytes=0-)
Dec 21, 2018 21:29:19.830 [0x80d653d00] DEBUG - Request: [127.0.0.1:32287 (Loopback)] PUT /video/:/transcode/session/gn9jnzsja2h1gf45pbblj82x/3654ec31-2620-45c6-ab9e-263c2afededd/progress/stream?index=1&id=0&codec=ac3&type=audio (29 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 21:29:19.831 [0x80b89ba00] DEBUG - Completed: [127.0.0.1:32287] 206 PUT /video/:/transcode/session/gn9jnzsja2h1gf45pbblj82x/3654ec31-2620-45c6-ab9e-263c2afededd/progress/stream?index=1&id=0&codec=ac3&type=audio (29 live) 0ms 256 bytes (pipelined: 5) (range: bytes=0-)
Dec 21, 2018 21:29:19.831 [0x80d9b2c00] DEBUG - Request: [127.0.0.1:32287 (Loopback)] PUT /video/:/transcode/session/gn9jnzsja2h1gf45pbblj82x/3654ec31-2620-45c6-ab9e-263c2afededd/progress/stream?index=2&id=0&codec=ac3&type=audio (29 live) Signed-in Token (ME@ME.COM)

The original file (For avengers, I am re-ripping Venom)

ffmpeg version 4.1 Copyright (c) 2000-2018 the FFmpeg developers
  built with FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0)
  configuration: --prefix=/usr/local --mandir=/usr/local/man --datadir=/usr/local/share/ffmpeg --pkgconfigdir=/usr/local/libdata/pkgconfig --enable-shared --enable-pic --enable-gpl --enable-postproc --enable-avfilter --enable-avresample --enable-pthreads --cc=cc --disable-alsa --disable-libopencore-amrnb --disable-libopencore-amrwb --disable-libaom --disable-libass --disable-libbs2b --disable-libcaca --disable-libcdio --disable-libcelt --disable-chromaprint --disable-libcodec2 --disable-libdavs2 --disable-libdc1394 --disable-debug --enable-htmlpages --disable-libdrm --disable-libfdk-aac --disable-libflite --enable-fontconfig --enable-libfreetype --enable-frei0r --disable-libfribidi --disable-gcrypt --disable-libgme --enable-gmp --enable-gnutls --enable-version3 --disable-libgsm --enable-iconv --disable-libilbc --disable-libjack --disable-libklvanc --disable-libkvazaar --disable-ladspa --disable-libmp3lame --disable-liblensfun --disable-libbluray --disable-librsvg --disable-librtmp --disable-libxml2 --disable-lv2 --disable-mbedtls --enable-mmx --disable-libmodplug --disable-libmysofa --disable-nonfree --disable-openal --disable-opencl --enable-libopencv --disable-opengl --disable-libopenh264 --disable-libopenjpeg --disable-libopenmpt --disable-openssl --enable-optimizations --enable-libopus --disable-libpulse --enable-runtime-cpudetect --disable-librubberband --disable-sdl2 --disable-libsmbclient --disable-libsnappy --disable-sndio --disable-libsoxr --disable-libspeex --disable-libsrt --enable-sse --disable-libssh --disable-libtensorflow --disable-libtesseract --enable-libtheora --disable-libtwolame --enable-libv4l2 --enable-vaapi --disable-vapoursynth --enable-vdpau --disable-libvidstab --enable-libvorbis --disable-libvo-amrwbenc --enable-libvpx --disable-libwavpack --disable-libwebp --enable-libx264 --enable-libx265 --disable-libxavs2 --enable-libxcb --enable-libxvid --disable-outdev=xv --disable-libzimg --disable-libzmq --disable-libzvbi
  libavutil      56. 22.100 / 56. 22.100
  libavcodec     58. 35.100 / 58. 35.100
  libavformat    58. 20.100 / 58. 20.100
  libavdevice    58.  5.100 / 58.  5.100
  libavfilter     7. 40.101 /  7. 40.101
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale      5.  3.100 /  5.  3.100
  libswresample   3.  3.100 /  3.  3.100
  libpostproc    55.  3.100 / 55.  3.100
[matroska,webm @ 0x80ca50000] Stream #20: not enough frames to estimate rate; consider increasing probesize
[matroska,webm @ 0x80ca50000] Stream #21: not enough frames to estimate rate; consider increasing probesize
[matroska,webm @ 0x80ca50000] Stream #22: not enough frames to estimate rate; consider increasing probesize
[matroska,webm @ 0x80ca50000] Stream #23: not enough frames to estimate rate; consider increasing probesize
[matroska,webm @ 0x80ca50000] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x80ca50000] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x80ca50000] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x80ca50000] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x80ca50000] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x80ca50000] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x80ca50000] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x80ca50000] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x80ca50000] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x80ca50000] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x80ca50000] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x80ca50000] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Guessed Channel Layout for Input Stream #0.6 : 7.1
Guessed Channel Layout for Input Stream #0.7 : 7.1
Input #0, matroska,webm, from '/media/assets/Avengers Infinity War (2018) 2180p.mkv':
  Metadata:
    title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
    encoder         : libebml v1.3.6 + libmatroska v1.4.9
    creation_time   : 2018-08-07T12:37:09.000000Z
  Duration: 02:29:21.98, start: 0.000000, bitrate: 57518 kb/s
    Chapter #0:0: start 0.000000, end 688.729000
    Metadata:
      title           : Chapter 1
    Chapter #0:1: start 688.729000, end 1093.884000
    Metadata:
      title           : Chapter 2
    Chapter #0:2: start 1093.884000, end 1643.808000
    Metadata:
      title           : Chapter 3
    Chapter #0:3: start 1643.808000, end 2148.813000
    Metadata:
      title           : Chapter 4
    Chapter #0:4: start 2148.813000, end 2543.541000
    Metadata:
      title           : Chapter 5
    Chapter #0:5: start 2543.541000, end 3252.874000
    Metadata:
      title           : Chapter 6
    Chapter #0:6: start 3252.874000, end 3576.739000
    Metadata:
      title           : Chapter 7
    Chapter #0:7: start 3576.739000, end 3907.153000
    Metadata:
      title           : Chapter 8
    Chapter #0:8: start 3907.153000, end 4253.666000
    Metadata:
      title           : Chapter 9
    Chapter #0:9: start 4253.666000, end 4626.955000
    Metadata:
      title           : Chapter 10
    Chapter #0:10: start 4626.955000, end 5054.758000
    Metadata:
      title           : Chapter 11
    Chapter #0:11: start 5054.758000, end 5468.004000
    Metadata:
      title           : Chapter 12
    Chapter #0:12: start 5468.004000, end 6120.405000
    Metadata:
      title           : Chapter 13
    Chapter #0:13: start 6120.405000, end 6357.809000
    Metadata:
      title           : Chapter 14
    Chapter #0:14: start 6357.809000, end 6784.068000
    Metadata:
      title           : Chapter 15
    Chapter #0:15: start 6784.068000, end 7132.917000
    Metadata:
      title           : Chapter 16
    Chapter #0:16: start 7132.917000, end 7438.180000
    Metadata:
      title           : Chapter 17
    Chapter #0:17: start 7438.180000, end 7873.282000
    Metadata:
      title           : Chapter 18
    Chapter #0:18: start 7873.282000, end 8251.284000
    Metadata:
      title           : Chapter 19
    Chapter #0:19: start 8251.284000, end 8961.984000
    Metadata:
      title           : Chapter 20
    Stream #0:0(eng): Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 23.98 tbc (default)
    Metadata:
      title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 45907443
      DURATION-eng    : 02:29:21.953000000
      NUMBER_OF_FRAMES-eng: 214872
      NUMBER_OF_BYTES-eng: 51427544400
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream #0:1(eng): Audio: truehd, 48000 Hz, 7.1, s32 (24 bit) (default)
    Metadata:
      title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 4533826
      DURATION-eng    : 02:29:21.922000000
      NUMBER_OF_FRAMES-eng: 10754226
      NUMBER_OF_BYTES-eng: 5078974652
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream #0:2(eng): Audio: dts (DTS-HD MA), 48000 Hz, 7.1, s32p (24 bit)
    Metadata:
      title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 3289674
      DURATION-eng    : 02:29:21.910000000
      NUMBER_OF_FRAMES-eng: 840179
      NUMBER_OF_BYTES-eng: 3685221092
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream #0:3(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s
    Metadata:
      title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 640000
      DURATION-eng    : 02:29:21.952000000
      NUMBER_OF_FRAMES-eng: 280061
      NUMBER_OF_BYTES-eng: 716956160
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream #0:4(eng): Audio: ac3, 48000 Hz, stereo, fltp, 320 kb/s
    Metadata:
      title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 320000
      DURATION-eng    : 02:29:21.952000000
      NUMBER_OF_FRAMES-eng: 280061
      NUMBER_OF_BYTES-eng: 358478080
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream #0:5(fre): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s
    Metadata:
      title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 640000
      DURATION-eng    : 02:29:21.952000000
      NUMBER_OF_FRAMES-eng: 280061
      NUMBER_OF_BYTES-eng: 716956160
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream #0:6(spa): Audio: eac3, 48000 Hz, 7.1, fltp
    Metadata:
      title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 1024000
      DURATION-eng    : 02:29:21.952000000
      NUMBER_OF_FRAMES-eng: 280061
      NUMBER_OF_BYTES-eng: 1147129856
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream #0:7(jpn): Audio: eac3, 48000 Hz, 7.1, fltp
    Metadata:
      title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 1024000
      DURATION-eng    : 02:29:21.952000000
      NUMBER_OF_FRAMES-eng: 280061
      NUMBER_OF_BYTES-eng: 1147129856
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream #0:8(eng): Subtitle: hdmv_pgs_subtitle (default)
    Metadata:
      title           : English-PGS
      BPS-eng         : 32661
      DURATION-eng    : 02:28:27.858000000
      NUMBER_OF_FRAMES-eng: 4134
      NUMBER_OF_BYTES-eng: 36367448
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream #0:9(fre): Subtitle: hdmv_pgs_subtitle
    Metadata:
      title           : French-PGS
      BPS-eng         : 24751
      DURATION-eng    : 02:28:51.757000000
      NUMBER_OF_FRAMES-eng: 3194
      NUMBER_OF_BYTES-eng: 27634014
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream #0:10(spa): Subtitle: hdmv_pgs_subtitle
    Metadata:
      title           : Spanish-PGS
      BPS-eng         : 24299
      DURATION-eng    : 02:28:51.757000000
      NUMBER_OF_FRAMES-eng: 3144
      NUMBER_OF_BYTES-eng: 27130114
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream #0:11(chi): Subtitle: hdmv_pgs_subtitle
    Metadata:
      title           : Chinese-PGS
      BPS-eng         : 15585
      DURATION-eng    : 02:28:51.757000000
      NUMBER_OF_FRAMES-eng: 3152
      NUMBER_OF_BYTES-eng: 17401267
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream #0:12(jpn): Subtitle: hdmv_pgs_subtitle
    Metadata:
      title           : Japanese-PGS
      BPS-eng         : 20058
      DURATION-eng    : 02:28:52.841000000
      NUMBER_OF_FRAMES-eng: 3040
      NUMBER_OF_BYTES-eng: 22397874
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream #0:13(kor): Subtitle: hdmv_pgs_subtitle
    Metadata:
      title           : Korean-PGS
      BPS-eng         : 12798
      DURATION-eng    : 02:28:51.757000000
      NUMBER_OF_FRAMES-eng: 3150
      NUMBER_OF_BYTES-eng: 14289316
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream #0:14(tha): Subtitle: hdmv_pgs_subtitle
    Metadata:
      title           : Thai-PGS
      BPS-eng         : 15813
      DURATION-eng    : 02:28:51.757000000
      NUMBER_OF_FRAMES-eng: 3154
      NUMBER_OF_BYTES-eng: 17655647
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream #0:15(chi): Subtitle: hdmv_pgs_subtitle
    Metadata:
      title           : Chinese-PGS
      BPS-eng         : 18421
      DURATION-eng    : 02:28:51.757000000
      NUMBER_OF_FRAMES-eng: 3150
      NUMBER_OF_BYTES-eng: 20567143
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream #0:16(eng): Subtitle: hdmv_pgs_subtitle
    Metadata:
      title           : English-FORCED-PGS
      BPS-eng         : 87765
      DURATION-eng    : 00:00:01.126000000
      NUMBER_OF_FRAMES-eng: 2
      NUMBER_OF_BYTES-eng: 12353
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream #0:17(fre): Subtitle: hdmv_pgs_subtitle
    Metadata:
      title           : French-FORCED-PGS
      BPS-eng         : 431
      DURATION-eng    : 02:17:56.435000000
      NUMBER_OF_FRAMES-eng: 70
      NUMBER_OF_BYTES-eng: 446291
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream #0:18(spa): Subtitle: hdmv_pgs_subtitle
    Metadata:
      title           : Spanish-FORCED-PGS
      BPS-eng         : 136
      DURATION-eng    : 02:01:51.930000000
      NUMBER_OF_FRAMES-eng: 16
      NUMBER_OF_BYTES-eng: 125107
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream #0:19(jpn): Subtitle: hdmv_pgs_subtitle
    Metadata:
      title           : Japanese-FORCED-PGS
      BPS-eng         : 152
      DURATION-eng    : 02:12:27.648000000
      NUMBER_OF_FRAMES-eng: 28
      NUMBER_OF_BYTES-eng: 151809
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream #0:20: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 120x176, 90k tbr, 90k tbn, 90k tbc
    Metadata:
      filename        : small_cover.jpg
      mimetype        : image/jpeg
    Stream #0:21: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 213x120, 90k tbr, 90k tbn, 90k tbc
    Metadata:
      filename        : small_cover_land.jpg
      mimetype        : image/jpeg
    Stream #0:22: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 600x882, 90k tbr, 90k tbn, 90k tbc
    Metadata:
      filename        : cover.jpg
      mimetype        : image/jpeg
    Stream #0:23: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 1067x600, 90k tbr, 90k tbn, 90k tbc
    Metadata:
      filename        : cover_land.jpg
      mimetype        : image/jpeg

Used:

 ffmpeg -i "/media/assets/Avengers Infinity War (2018) 2180p.mkv" -map 0:0 -map 0:2 -map 0:3 -vcodec copy -acodec copy -disposition:a:0 default -sn "Avengers Infinity War (2018) REMUX3 2160p.mkv"

Which produced:

ffmpeg version 4.1 Copyright (c) 2000-2018 the FFmpeg developers
  built with FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0)
  configuration: --prefix=/usr/local --mandir=/usr/local/man --datadir=/usr/local/share/ffmpeg --pkgconfigdir=/usr/local/libdata/pkgconfig --enable-shared --enable-pic --enable-gpl --enable-postproc --enable-avfilter --enable-avresample --enable-pthreads --cc=cc --disable-alsa --disable-libopencore-amrnb --disable-libopencore-amrwb --disable-libaom --disable-libass --disable-libbs2b --disable-libcaca --disable-libcdio --disable-libcelt --disable-chromaprint --disable-libcodec2 --disable-libdavs2 --disable-libdc1394 --disable-debug --enable-htmlpages --disable-libdrm --disable-libfdk-aac --disable-libflite --enable-fontconfig --enable-libfreetype --enable-frei0r --disable-libfribidi --disable-gcrypt --disable-libgme --enable-gmp --enable-gnutls --enable-version3 --disable-libgsm --enable-iconv --disable-libilbc --disable-libjack --disable-libklvanc --disable-libkvazaar --disable-ladspa --disable-libmp3lame --disable-liblensfun --disable-libbluray --disable-librsvg --disable-librtmp --disable-libxml2 --disable-lv2 --disable-mbedtls --enable-mmx --disable-libmodplug --disable-libmysofa --disable-nonfree --disable-openal --disable-opencl --enable-libopencv --disable-opengl --disable-libopenh264 --disable-libopenjpeg --disable-libopenmpt --disable-openssl --enable-optimizations --enable-libopus --disable-libpulse --enable-runtime-cpudetect --disable-librubberband --disable-sdl2 --disable-libsmbclient --disable-libsnappy --disable-sndio --disable-libsoxr --disable-libspeex --disable-libsrt --enable-sse --disable-libssh --disable-libtensorflow --disable-libtesseract --enable-libtheora --disable-libtwolame --enable-libv4l2 --enable-vaapi --disable-vapoursynth --enable-vdpau --disable-libvidstab --enable-libvorbis --disable-libvo-amrwbenc --enable-libvpx --disable-libwavpack --disable-libwebp --enable-libx264 --enable-libx265 --disable-libxavs2 --enable-libxcb --enable-libxvid --disable-outdev=xv --disable-libzimg --disable-libzmq --disable-libzvbi
  libavutil      56. 22.100 / 56. 22.100
  libavcodec     58. 35.100 / 58. 35.100
  libavformat    58. 20.100 / 58. 20.100
  libavdevice    58.  5.100 / 58.  5.100
  libavfilter     7. 40.101 /  7. 40.101
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale      5.  3.100 /  5.  3.100
  libswresample   3.  3.100 /  3.  3.100
  libpostproc    55.  3.100 / 55.  3.100
Input #0, matroska,webm, from 'Avengers Infinity War (2018) REMUX3 2160p.mkv':
  Metadata:
    title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
    ENCODER         : Lavf58.20.100
  Duration: 02:29:21.98, start: 0.001000, bitrate: 46872 kb/s
    Chapter #0:0: start 0.000000, end 688.729000
    Metadata:
      title           : Chapter 1
    Chapter #0:1: start 688.729000, end 1093.884000
    Metadata:
      title           : Chapter 2
    Chapter #0:2: start 1093.884000, end 1643.808000
    Metadata:
      title           : Chapter 3
    Chapter #0:3: start 1643.808000, end 2148.813000
    Metadata:
      title           : Chapter 4
    Chapter #0:4: start 2148.813000, end 2543.541000
    Metadata:
      title           : Chapter 5
    Chapter #0:5: start 2543.541000, end 3252.874000
    Metadata:
      title           : Chapter 6
    Chapter #0:6: start 3252.874000, end 3576.739000
    Metadata:
      title           : Chapter 7
    Chapter #0:7: start 3576.739000, end 3907.153000
    Metadata:
      title           : Chapter 8
    Chapter #0:8: start 3907.153000, end 4253.666000
    Metadata:
      title           : Chapter 9
    Chapter #0:9: start 4253.666000, end 4626.955000
    Metadata:
      title           : Chapter 10
    Chapter #0:10: start 4626.955000, end 5054.758000
    Metadata:
      title           : Chapter 11
    Chapter #0:11: start 5054.758000, end 5468.004000
    Metadata:
      title           : Chapter 12
    Chapter #0:12: start 5468.004000, end 6120.405000
    Metadata:
      title           : Chapter 13
    Chapter #0:13: start 6120.405000, end 6357.809000
    Metadata:
      title           : Chapter 14
    Chapter #0:14: start 6357.809000, end 6784.068000
    Metadata:
      title           : Chapter 15
    Chapter #0:15: start 6784.068000, end 7132.917000
    Metadata:
      title           : Chapter 16
    Chapter #0:16: start 7132.917000, end 7438.180000
    Metadata:
      title           : Chapter 17
    Chapter #0:17: start 7438.180000, end 7873.282000
    Metadata:
      title           : Chapter 18
    Chapter #0:18: start 7873.282000, end 8251.284000
    Metadata:
      title           : Chapter 19
    Chapter #0:19: start 8251.284000, end 8961.984000
    Metadata:
      title           : Chapter 20
    Stream #0:0(eng): Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 23.98 tbc (default)
    Metadata:
      title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 45907443
      DURATION-eng    : 02:29:21.953000000
      NUMBER_OF_FRAMES-eng: 214872
      NUMBER_OF_BYTES-eng: 51427544400
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      DURATION        : 02:29:21.953000000
    Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s (default)
    Metadata:
      title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 640000
      DURATION-eng    : 02:29:21.952000000
      NUMBER_OF_FRAMES-eng: 280061
      NUMBER_OF_BYTES-eng: 716956160
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      DURATION        : 02:29:21.984000000
    Stream #0:2(eng): Audio: ac3, 48000 Hz, stereo, fltp, 320 kb/s
    Metadata:
      title           : Avengers.Infinity.War.2018.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
      BPS-eng         : 320000
      DURATION-eng    : 02:29:21.952000000
      NUMBER_OF_FRAMES-eng: 280061
      NUMBER_OF_BYTES-eng: 358478080
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 12:37:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      DURATION        : 02:29:21.953000000
At least one output file must be specified

And is the source of the errors in the last 3 posts of mine.

I tried Avengers 2012 which is in 4K HVEC and this will play Direct PLAY, then buffer for a brief second, then Direct STREAM, but no quality loss and uninterrupted playback. I am going to try to disable direct play and see if Infinity war will play

ffmpeg version 4.1 Copyright (c) 2000-2018 the FFmpeg developers
  built with FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0)
  configuration: --prefix=/usr/local --mandir=/usr/local/man --datadir=/usr/local/share/ffmpeg --pkgconfigdir=/usr/local/libdata/pkgconfig --enable-shared --enable-pic --enable-gpl --enable-postproc --enable-avfilter --enable-avresample --enable-pthreads --cc=cc --disable-alsa --disable-libopencore-amrnb --disable-libopencore-amrwb --disable-libaom --disable-libass --disable-libbs2b --disable-libcaca --disable-libcdio --disable-libcelt --disable-chromaprint --disable-libcodec2 --disable-libdavs2 --disable-libdc1394 --disable-debug --enable-htmlpages --disable-libdrm --disable-libfdk-aac --disable-libflite --enable-fontconfig --enable-libfreetype --enable-frei0r --disable-libfribidi --disable-gcrypt --disable-libgme --enable-gmp --enable-gnutls --enable-version3 --disable-libgsm --enable-iconv --disable-libilbc --disable-libjack --disable-libklvanc --disable-libkvazaar --disable-ladspa --disable-libmp3lame --disable-liblensfun --disable-libbluray --disable-librsvg --disable-librtmp --disable-libxml2 --disable-lv2 --disable-mbedtls --enable-mmx --disable-libmodplug --disable-libmysofa --disable-nonfree --disable-openal --disable-opencl --enable-libopencv --disable-opengl --disable-libopenh264 --disable-libopenjpeg --disable-libopenmpt --disable-openssl --enable-optimizations --enable-libopus --disable-libpulse --enable-runtime-cpudetect --disable-librubberband --disable-sdl2 --disable-libsmbclient --disable-libsnappy --disable-sndio --disable-libsoxr --disable-libspeex --disable-libsrt --enable-sse --disable-libssh --disable-libtensorflow --disable-libtesseract --enable-libtheora --disable-libtwolame --enable-libv4l2 --enable-vaapi --disable-vapoursynth --enable-vdpau --disable-libvidstab --enable-libvorbis --disable-libvo-amrwbenc --enable-libvpx --disable-libwavpack --disable-libwebp --enable-libx264 --enable-libx265 --disable-libxavs2 --enable-libxcb --enable-libxvid --disable-outdev=xv --disable-libzimg --disable-libzmq --disable-libzvbi
  libavutil      56. 22.100 / 56. 22.100
  libavcodec     58. 35.100 / 58. 35.100
  libavformat    58. 20.100 / 58. 20.100
  libavdevice    58.  5.100 / 58.  5.100
  libavfilter     7. 40.101 /  7. 40.101
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale      5.  3.100 /  5.  3.100
  libswresample   3.  3.100 /  3.  3.100
  libpostproc    55.  3.100 / 55.  3.100
Guessed Channel Layout for Input Stream #0.4 : 7.1
Guessed Channel Layout for Input Stream #0.5 : 7.1
Input #0, matroska,webm, from 'Avengers (2012) 2160p.mkv':
  Metadata:
    ENCODER         : Lavf58.20.100
  Duration: 02:22:55.71, start: 0.000000, bitrate: 46617 kb/s
    Chapter #0:0: start 0.000000, end 483.148000
    Metadata:
      title           : Chapter 1
    Chapter #0:1: start 483.148000, end 709.999000
    Metadata:
      title           : Chapter 2
    Chapter #0:2: start 709.999000, end 919.584000
    Metadata:
      title           : Chapter 3
    Chapter #0:3: start 919.584000, end 1234.315000
    Metadata:
      title           : Chapter 4
    Chapter #0:4: start 1234.315000, end 1385.091000
    Metadata:
      title           : Chapter 5
    Chapter #0:5: start 1385.091000, end 1780.277000
    Metadata:
      title           : Chapter 6
    Chapter #0:6: start 1780.277000, end 2244.824000
    Metadata:
      title           : Chapter 7
    Chapter #0:7: start 2244.824000, end 2568.815000
    Metadata:
      title           : Chapter 8
    Chapter #0:8: start 2568.815000, end 3023.102000
    Metadata:
      title           : Chapter 9
    Chapter #0:9: start 3023.102000, end 3665.494000
    Metadata:
      title           : Chapter 10
    Chapter #0:10: start 3665.494000, end 4445.940000
    Metadata:
      title           : Chapter 11
    Chapter #0:11: start 4445.940000, end 5282.067000
    Metadata:
      title           : Chapter 12
    Chapter #0:12: start 5282.067000, end 5901.394000
    Metadata:
      title           : Chapter 13
    Chapter #0:13: start 5901.394000, end 6341.000000
    Metadata:
      title           : Chapter 14
    Chapter #0:14: start 6341.000000, end 6675.918000
    Metadata:
      title           : Chapter 15
    Chapter #0:15: start 6675.918000, end 7068.602000
    Metadata:
      title           : Chapter 16
    Chapter #0:16: start 7068.602000, end 7479.512000
    Metadata:
      title           : Chapter 17
    Chapter #0:17: start 7479.512000, end 7780.229000
    Metadata:
      title           : Chapter 18
    Chapter #0:18: start 7780.229000, end 7991.524000
    Metadata:
      title           : Chapter 19
    Chapter #0:19: start 7991.524000, end 8575.712000
    Metadata:
      title           : Chapter 20
    Stream #0:0(eng): Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 23.98 tbc (default)
    Metadata:
      BPS-eng         : 42959127
      DURATION-eng    : 02:22:55.692000000
      NUMBER_OF_FRAMES-eng: 205611
      NUMBER_OF_BYTES-eng: 46050530989
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 07:04:32
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      DURATION        : 02:22:55.691000000
    Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s
    Metadata:
      BPS-eng         : 640000
      DURATION-eng    : 02:22:55.680000000
      NUMBER_OF_FRAMES-eng: 267990
      NUMBER_OF_BYTES-eng: 686054400
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 07:04:32
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      DURATION        : 02:22:55.711000000
    Stream #0:2(eng): Audio: ac3, 48000 Hz, stereo, fltp, 320 kb/s
    Metadata:
      BPS-eng         : 320000
      DURATION-eng    : 02:22:55.712000000
      NUMBER_OF_FRAMES-eng: 267991
      NUMBER_OF_BYTES-eng: 343028480
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 07:04:32
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      DURATION        : 02:22:55.712000000
    Stream #0:3(fre): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s
    Metadata:
      BPS-eng         : 640000
      DURATION-eng    : 02:22:55.712000000
      NUMBER_OF_FRAMES-eng: 267991
      NUMBER_OF_BYTES-eng: 686056960
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 07:04:32
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      DURATION        : 02:22:55.712000000
    Stream #0:4(spa): Audio: eac3, 48000 Hz, 7.1, fltp
    Metadata:
      BPS-eng         : 1024000
      DURATION-eng    : 02:22:55.712000000
      NUMBER_OF_FRAMES-eng: 267991
      NUMBER_OF_BYTES-eng: 1097691136
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 07:04:32
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      DURATION        : 02:22:55.712000000
    Stream #0:5(jpn): Audio: eac3, 48000 Hz, 7.1, fltp
    Metadata:
      BPS-eng         : 1024000
      DURATION-eng    : 02:22:55.712000000
      NUMBER_OF_FRAMES-eng: 267991
      NUMBER_OF_BYTES-eng: 1097691136
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-08-07 07:04:32
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      DURATION        : 02:22:55.712000000

Sadly, that is exactly what I was afraid of. So the reason you are seeing the transcode is because something in either the video or the audio stream is causing the video player on the xbox one to simply crash. It’s a hard enough crash that it isn’t reporting a problem with the specific stream, but rather the entire player is crashing.

What you see after that point is sort of the normal progression:

  1. Direct play - If the codecs are compatible start trying to play them
  2. Start playing video
  3. Error encountered
  4. Direct Stream - Try and see if the error is something that can be fixed by placing things in a different container and removing extra streams. (Direct Play sends the file as is, Direct Stream sends only the required stream)
    4a) Direct Stream with transcoding - If the audio or video stream triggered an error and is recoverable then we will try only converting the trouble stream and copying the working stream.
  5. Start playback of new stream at point error occured
  6. Another error Encountered
  7. Full transcode - Since we already tried minimums switch to full transcoding to see if we can get a playable stream. (This is the step you are seeing above where everything is transcoding)

The problem here is the error the player is reporting is a total crash so it skips steps 4-6 and switches directly to a full transcode. Unfortunately, with that error code, it isn’t something I can debug myself and is something that the developers would have to investigate as they have additional tools I do not have access to. (I have re-mentioned the issue to the developers so I know it is on the radar still)

1 Like

Well @jmckee your suggestion of just Disabling Direct Play is working. Not ideal, but works well enough

It’s Direct Streaming, and I’ve gotten further in Infinity War than I have before without buffer. No loss of HDR, proper size, proper audio track, and my CPU is doing fine on the PMS.

I’ve got some time tonight so I am going to try a few other videos I had trouble with and see if the Direct Play disabling fixes it.

This actually clears a lot of things up. I see where I think the problem may be, but I have no idea what is actually causing it.

So the original file is:
Movie (0:0)
TrueHD (0:1)
DTS-MA (0:2)
AC3 (0:3)

This command should be taking the 2nd and 3rd and then making track 2 as the new default. The problem here is that the Xbox One has no 3rd party decoder for DTS-MA either so it can’t actually play that track.

Now here’s the bad part. The ffmpeg command you are using specifies copy for the audio and video. But your resulting file is showing the DTS track is now an AC3 track and I don’t see anywhere that it actually converted the track?
Which looking more closely at the streams I am thinking the ffmpeg is actually mapping streams 0:3 and 0:4 which is the AC3 640k and 320k tracks and seem to line up perfectly.

What you are describing with Avengers seems to be how it should behave where it slowly progresses through the fallback procedure until it finds a combo it can play.

One other thing you can try (Sorry about all these remuxing options) is actually converting a new Audio track instead of copying the old one and hope that it is the audio track the player is choking on and not the video track. If you want to try that route I would do something like this:

 ffmpeg -i "/media/assets/Avengers Infinity War (2018) 2180p.mkv" -map 0:0 -map 0:1 -vcodec copy -acodec ac3 -b:a 640k -sn "Avengers Infinity War (2018) REMUX3 2160p.mkv"

This would strip out all audio except your new track. (And since it is now the only track there is no worry about what track is marked as default).

That’s pretty much good news, because it is starting on the direct stream stage it means there is something in one of the other streams or the old container metadata that the video player just doesn’t like. I’ll forward on the new information which should hopefully help the developers.

Direct streaming in general should have almost no impact on actual server performance except for increased hard drive usage. If you’re doing a lot of streams at once or everything is on a slower spinning drive you can notice some slowdown (But shouldn’t notice enough to cause buffering etc). Everything else is a direct copy so HDR, video/audio quality, etc should all be the exact same, however since it strips out extra metadata/streams/etc it actually uses less space/network then the original file.

Well… I spoke too soon.

I had watched some Infinity War, went back to menu and tried to RESUME where I left off, HDR was stripped and took several minutes to buffer and start.

It claims 4K resolution, but it is terrible, terrible quality and my CPU starts getting taxed, hard.

Dec 21, 2018 22:54:40.447 [0x80b89b500] DEBUG - handleStreamRead code 335544539: short read
Dec 21, 2018 22:54:40.469 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 22:54:40.470 [0x80d654c00] DEBUG - Request: [10.10.0.120:54650 (WAN)] GET /player/proxy/poll?deviceClass=pc&protocolVersion=1&protocolCapabilities=timeline%2Cplayback%2Cnavigation%2Cmirror%2Cplayqueues&timeout=1 (5 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:54:40.470 [0x80d654c00] DEBUG - Beginning read from two-way stream.
Dec 21, 2018 22:55:00.505 [0x80b89b500] DEBUG - handleStreamRead code 335544539: short read
Dec 21, 2018 22:55:00.534 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 22:55:00.534 [0x80c641900] DEBUG - Request: [10.10.0.120:54651 (WAN)] GET /player/proxy/poll?deviceClass=pc&protocolVersion=1&protocolCapabilities=timeline%2Cplayback%2Cnavigation%2Cmirror%2Cplayqueues&timeout=1 (5 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:00.534 [0x80c641900] DEBUG - Beginning read from two-way stream.
Dec 21, 2018 22:55:03.036 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 22:55:03.036 [0x80c641900] DEBUG - Request: [10.10.0.120:54652 (WAN)] POST /playQueues?type=video&uri=server%3A%2F%2F0fd885f190b674551f21103d249ddd4a3b82caab%2Fcom.plexapp.plugins.library%2Flibrary%2Fmetadata%2F10401&repeat=0&own=1&includeChapters=1&includeGeolocation=1 (6 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:03.036 [0x80c641900] DEBUG - PlayQueue: Converted 'server://0fd885f190b674551f21103d249ddd4a3b82caab/com.plexapp.plugins.library/library/metadata/10401' to 'library://x/item/%2Flibrary%2Fmetadata%2F10401'
Dec 21, 2018 22:55:03.038 [0x80c641900] DEBUG - PlayQueue: 0 generated IDs compressed down to a 2 byte blob.
Dec 21, 2018 22:55:03.109 [0x80c641900] DEBUG - PlayQueue: Start index: 0 End index: 0 Count: 1
Dec 21, 2018 22:55:03.110 [0x80c641900] DEBUG - PlayQueue: 1 generated IDs compressed down to a 24 byte blob.
Dec 21, 2018 22:55:03.175 [0x80c641900] DEBUG - PlayQueue: Added 1 items in 0.0 sec.
Dec 21, 2018 22:55:03.235 [0x80c641900] DEBUG - It took 0.000000 ms to retrieve 129 items.
Dec 21, 2018 22:55:03.237 [0x80c641900] DEBUG - Audio Stream: 39484, Subtitle Stream: -1
Dec 21, 2018 22:55:03.239 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:54652] 200 POST /playQueues?type=video&uri=server%3A%2F%2F0fd885f190b674551f21103d249ddd4a3b82caab%2Fcom.plexapp.plugins.library%2Flibrary%2Fmetadata%2F10401&repeat=0&own=1&includeChapters=1&includeGeolocation=1 (6 live) TLS GZIP 203ms 6087 bytes (pipelined: 1)
Dec 21, 2018 22:55:03.417 [0x80c641900] DEBUG - [PlexRelay] Transferred: sent 2888, received 3972 bytes, in 301.3 seconds
Dec 21, 2018 22:55:03.418 [0x80d652400] DEBUG - [PlexRelay] Bytes per second: sent 9.6, received 13.2
Dec 21, 2018 22:55:03.418 [0x80bc66000] DEBUG - Jobs: '/usr/local/share/plexmediaserver-plexpass/Plex Relay' exit code for process 15406 is 255 (failure)
Dec 21, 2018 22:55:03.951 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 22:55:03.951 [0x80c641900] DEBUG - Request: [10.10.0.120:54652 (WAN)] GET /video/:/transcode/universal/decision?hasMDE=1&path=%2Flibrary%2Fmetadata%2F10401&mediaIndex=0&partIndex=0&protocol=dash&fastSeek=1&directPlay=0&directStream=1&subtitleSize=100&audioBoost=200&location=lan&maxVideoBitrate=2000&directStreamAudio=1&mediaBufferSize=81920&session=i8qvj3uz9dkhrtyellcurkbj&subtitles=burn&Accept-Language=en (6 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:03.952 [0x80c641900] DEBUG - Found session GUID of i8qvj3uz9dkhrtyellcurkbj in session start.
Dec 21, 2018 22:55:03.952 [0x80c641900] DEBUG - TranscodeUniversalRequest: using augmented profile Xbox One
Dec 21, 2018 22:55:03.952 [0x80c641900] DEBUG - Downloading document http://127.0.0.1:32400/library/metadata/10401?includeBandwidths=1&offset=-1&X-Plex-Session-Identifier=w048sk6zxusqd7d97w321h8v
Dec 21, 2018 22:55:03.953 [0x80c641900] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 22:55:03.961 [0x80c641900] DEBUG - It took 7.812500 ms to retrieve 129 items.
Dec 21, 2018 22:55:03.963 [0x80c641900] DEBUG - Audio Stream: 39484, Subtitle Stream: -1
Dec 21, 2018 22:55:03.965 [0x80c641900] DEBUG - Codecs: testing h264_nvenc (encoder)
Dec 21, 2018 22:55:03.965 [0x80c641900] WARN - Failed to find encoder 'h264_nvenc'
Dec 21, 2018 22:55:03.965 [0x80c641900] DEBUG - Codecs: hardware transcoding: testing API vaapi
Dec 21, 2018 22:55:03.965 [0x80c641900] ERROR - [FFMPEG] - No VA display found for device: /dev/dri/renderD128.
Dec 21, 2018 22:55:03.965 [0x80c641900] DEBUG - Codecs: hardware transcoding: opening hw device failed - probably not supported by this system, error: Invalid argument
Dec 21, 2018 22:55:03.965 [0x80c641900] DEBUG - Scaled up video bitrate to 206608Kbps based on 4.500000x fudge factor.
Dec 21, 2018 22:55:03.965 [0x80c641900] DEBUG - Scaled maximum bitrate for resolution reduction to 51652Kbps.
Dec 21, 2018 22:55:03.965 [0x80c641900] DEBUG - MDE: Selected protocol dash; container: mp4
Dec 21, 2018 22:55:03.965 [0x80c641900] DEBUG - MDE: analyzing media item 17744
Dec 21, 2018 22:55:03.965 [0x80c641900] DEBUG - MDE: Avengers: Infinity War (2018): Direct Play is disabled
Dec 21, 2018 22:55:03.965 [0x80c641900] DEBUG - MDE: Avengers: Infinity War (2018): media must be transcoded in order to use the dash protocol
Dec 21, 2018 22:55:03.965 [0x80c641900] DEBUG - Avengers: Infinity War - video.bitrate limitation applies: 45913 > 2000
Dec 21, 2018 22:55:03.965 [0x80c641900] DEBUG - Avengers: Infinity War - video.bitrate limitation applies: 45913 > 2000
Dec 21, 2018 22:55:03.965 [0x80c641900] DEBUG - MDE: Avengers: Infinity War (2018): no remuxable profile found, so video stream will be transcoded
Dec 21, 2018 22:55:03.965 [0x80c641900] DEBUG - Codecs: testing h264_nvenc (encoder)
Dec 21, 2018 22:55:03.966 [0x80c641900] WARN - Failed to find encoder 'h264_nvenc'
Dec 21, 2018 22:55:03.966 [0x80c641900] DEBUG - MDE: Cannot direct stream video stream due to profile or setting limitations
Dec 21, 2018 22:55:03.966 [0x80c641900] DEBUG - Codecs: hardware transcoding: testing API vaapi
Dec 21, 2018 22:55:03.966 [0x80c641900] ERROR - [FFMPEG] - No VA display found for device: /dev/dri/renderD128.
Dec 21, 2018 22:55:03.966 [0x80c641900] DEBUG - Codecs: hardware transcoding: opening hw device failed - probably not supported by this system, error: Invalid argument
Dec 21, 2018 22:55:03.966 [0x80c641900] DEBUG - Scaled up video bitrate to 206608Kbps based on 4.500000x fudge factor.
Dec 21, 2018 22:55:03.966 [0x80c641900] DEBUG - Scaled maximum bitrate for resolution reduction to 51652Kbps.
Dec 21, 2018 22:55:03.966 [0x80c641900] DEBUG - MDE: Avengers: Infinity War (2018): selected media 0 / 17744
Dec 21, 2018 22:55:03.966 [0x80c641900] DEBUG - Streaming Resource: Calculated bandwidth of 3444kbps exceeds bandwidth limit. Changing decision parameters provided by client to fit bandwidth limit of 2000kbps
Dec 21, 2018 22:55:03.966 [0x80c641900] DEBUG - Streaming Resource: Determining preferred transcode encoders through transcode only decision.
Dec 21, 2018 22:55:03.966 [0x80c641900] DEBUG - Codecs: testing h264_nvenc (encoder)
Dec 21, 2018 22:55:03.966 [0x80c641900] WARN - Failed to find encoder 'h264_nvenc'
Dec 21, 2018 22:55:03.966 [0x80c641900] DEBUG - Codecs: hardware transcoding: testing API vaapi
Dec 21, 2018 22:55:03.966 [0x80c641900] ERROR - [FFMPEG] - No VA display found for device: /dev/dri/renderD128.
Dec 21, 2018 22:55:03.966 [0x80c641900] DEBUG - Codecs: hardware transcoding: opening hw device failed - probably not supported by this system, error: Invalid argument
Dec 21, 2018 22:55:03.966 [0x80c641900] DEBUG - Scaled up video bitrate to 206608Kbps based on 4.500000x fudge factor.
Dec 21, 2018 22:55:03.966 [0x80c641900] DEBUG - Scaled maximum bitrate for resolution reduction to 51652Kbps.
Dec 21, 2018 22:55:03.967 [0x80c641900] DEBUG - Codecs: testing h264_nvenc (encoder)
Dec 21, 2018 22:55:03.967 [0x80c641900] WARN - Failed to find encoder 'h264_nvenc'
Dec 21, 2018 22:55:03.967 [0x80c641900] DEBUG - Codecs: hardware transcoding: testing API vaapi
Dec 21, 2018 22:55:03.967 [0x80c641900] ERROR - [FFMPEG] - No VA display found for device: /dev/dri/renderD128.
Dec 21, 2018 22:55:03.967 [0x80c641900] DEBUG - Codecs: hardware transcoding: opening hw device failed - probably not supported by this system, error: Invalid argument
Dec 21, 2018 22:55:03.967 [0x80c641900] DEBUG - Scaled up video bitrate to 206608Kbps based on 4.500000x fudge factor.
Dec 21, 2018 22:55:03.967 [0x80c641900] DEBUG - Scaled maximum bitrate for resolution reduction to 51652Kbps.
Dec 21, 2018 22:55:03.967 [0x80c641900] DEBUG - Streaming Resource: Reducing playback quality for 1904kbps stream bitrate: video resolution to 720x406, audio channels to 2, quality to 41, disable audio DS as 2147483647kbps is > the 162kbps available
Dec 21, 2018 22:55:03.967 [0x80c641900] DEBUG - Codecs: testing h264_nvenc (encoder)
Dec 21, 2018 22:55:03.967 [0x80c641900] WARN - Failed to find encoder 'h264_nvenc'
Dec 21, 2018 22:55:03.967 [0x80c641900] DEBUG - Codecs: hardware transcoding: testing API vaapi
Dec 21, 2018 22:55:03.967 [0x80c641900] ERROR - [FFMPEG] - No VA display found for device: /dev/dri/renderD128.
Dec 21, 2018 22:55:03.967 [0x80c641900] DEBUG - Codecs: hardware transcoding: opening hw device failed - probably not supported by this system, error: Invalid argument
Dec 21, 2018 22:55:03.967 [0x80c641900] DEBUG - Scaled up video bitrate to 206608Kbps based on 4.500000x fudge factor.
Dec 21, 2018 22:55:03.968 [0x80c641900] DEBUG - Scaled maximum bitrate for resolution reduction to 7281Kbps.
Dec 21, 2018 22:55:03.968 [0x80c641900] DEBUG - MDE: Selected protocol dash; container: mp4
Dec 21, 2018 22:55:03.968 [0x80c641900] DEBUG - MDE: analyzing media item 17744
Dec 21, 2018 22:55:03.968 [0x80c641900] DEBUG - MDE: Avengers: Infinity War (2018): Direct Play is disabled
Dec 21, 2018 22:55:03.968 [0x80c641900] DEBUG - MDE: Avengers: Infinity War (2018): media must be transcoded in order to use the dash protocol
Dec 21, 2018 22:55:03.968 [0x80c641900] DEBUG - Avengers: Infinity War - video.bitrate limitation applies: 45913 > 2000
Dec 21, 2018 22:55:03.968 [0x80c641900] DEBUG - Avengers: Infinity War - audio.channels limitation applies: 6 > 2
Dec 21, 2018 22:55:03.968 [0x80c641900] DEBUG - Avengers: Infinity War - video.bitrate limitation applies: 45913 > 2000
Dec 21, 2018 22:55:03.968 [0x80c641900] DEBUG - MDE: Avengers: Infinity War (2018): no remuxable profile found, so video stream will be transcoded
Dec 21, 2018 22:55:03.968 [0x80c641900] DEBUG - Codecs: testing h264_nvenc (encoder)
Dec 21, 2018 22:55:03.968 [0x80c641900] WARN - Failed to find encoder 'h264_nvenc'
Dec 21, 2018 22:55:03.968 [0x80c641900] DEBUG - MDE: Cannot direct stream video stream due to profile or setting limitations
Dec 21, 2018 22:55:03.968 [0x80c641900] DEBUG - Codecs: hardware transcoding: testing API vaapi
Dec 21, 2018 22:55:03.968 [0x80c641900] ERROR - [FFMPEG] - No VA display found for device: /dev/dri/renderD128.
Dec 21, 2018 22:55:03.968 [0x80c641900] DEBUG - Codecs: hardware transcoding: opening hw device failed - probably not supported by this system, error: Invalid argument
Dec 21, 2018 22:55:03.968 [0x80c641900] DEBUG - Scaled up video bitrate to 206608Kbps based on 4.500000x fudge factor.
Dec 21, 2018 22:55:03.968 [0x80c641900] DEBUG - Scaled maximum bitrate for resolution reduction to 7281Kbps.
Dec 21, 2018 22:55:03.968 [0x80c641900] DEBUG - MDE: Avengers: Infinity War (2018): Audio Direct Streaming is disabled, so video's audio stream will be transcoded
Dec 21, 2018 22:55:03.968 [0x80c641900] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Dec 21, 2018 22:55:03.969 [0x80c641900] DEBUG - MDE: Avengers: Infinity War (2018): selected media 0 / 17744
Dec 21, 2018 22:55:03.969 [0x80c641900] DEBUG - Streaming Resource: Adding session 0x80c2d0820:w048sk6zxusqd7d97w321h8v which is using transcoder slot.  Used slots is now 1
Dec 21, 2018 22:55:03.969 [0x80c641900] DEBUG - Streaming Resource: Added session 0x80c2d0820:w048sk6zxusqd7d97w321h8v
Dec 21, 2018 22:55:03.969 [0x80c641900] DEBUG - Streaming Resource: Reached Decision id=10401 codes=(General=1001,Direct play not available; Conversion OK. Direct Play=3000,App cannot direct play this item. Direct play is disabled. Transcode=1001,Direct play not available; Conversion OK.) media=(id=17744 part=(id=17909 decision=transcode container=mp4 protocol=dash streams=(Video=(id=39483 decision=transcode bitrate=1724 encoder=libx264 width=720 height=406) Audio=(id=39484 decision=transcode bitrate=162 encoder=aac channels=2 rate=48000))))
Dec 21, 2018 22:55:03.971 [0x80b89b500] DEBUG - Completed: [10.10.0.120:54652] 200 GET /video/:/transcode/universal/decision?hasMDE=1&path=%2Flibrary%2Fmetadata%2F10401&mediaIndex=0&partIndex=0&protocol=dash&fastSeek=1&directPlay=0&directStream=1&subtitleSize=100&audioBoost=200&location=lan&maxVideoBitrate=2000&directStreamAudio=1&mediaBufferSize=81920&session=i8qvj3uz9dkhrtyellcurkbj&subtitles=burn&Accept-Language=en (6 live) TLS GZIP 19ms 5522 bytes (pipelined: 2)
Dec 21, 2018 22:55:05.323 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 22:55:05.323 [0x80d652400] DEBUG - Request: [10.10.0.120:54652 (WAN)] GET /video/:/transcode/universal/start.mpd?hasMDE=1&path=%2Flibrary%2Fmetadata%2F10401&mediaIndex=0&partIndex=0&protocol=dash&fastSeek=1&directPlay=0&directStream=1&subtitleSize=100&audioBoost=200&location=lan&maxVideoBitrate=2000&directStreamAudio=1&mediaBufferSize=81920&session=i8qvj3uz9dkhrtyellcurkbj&subtitles=burn&Accept-Language=en (6 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:05.324 [0x80d652400] DEBUG - Found session GUID of i8qvj3uz9dkhrtyellcurkbj in session start.
Dec 21, 2018 22:55:05.324 [0x80d652400] DEBUG - TranscodeUniversalRequest: using augmented profile Xbox One
Dec 21, 2018 22:55:05.324 [0x80d652400] DEBUG - Downloading document http://127.0.0.1:32400/library/metadata/10401?checkFiles=1&includeBandwidths=1&offset=-1&X-Plex-Session-Identifier=w048sk6zxusqd7d97w321h8v
Dec 21, 2018 22:55:05.325 [0x80d652400] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 22:55:05.334 [0x80d652400] DEBUG - It took 7.812500 ms to retrieve 129 items.
Dec 21, 2018 22:55:05.336 [0x80d652400] DEBUG - Audio Stream: 39484, Subtitle Stream: -1
Dec 21, 2018 22:55:05.338 [0x80d652400] DEBUG - Found session GUID of i8qvj3uz9dkhrtyellcurkbj in session start.
Dec 21, 2018 22:55:05.338 [0x80d652400] DEBUG - Cleaning directory for session i8qvj3uz9dkhrtyellcurkbj ()
Dec 21, 2018 22:55:05.339 [0x80d652400] DEBUG - Starting a transcode session i8qvj3uz9dkhrtyellcurkbj at offset -1.0 (state=3)
Dec 21, 2018 22:55:05.340 [0x80d652400] DEBUG - TPU: hardware transcoding: enabled, but no hardware decode accelerator found
Dec 21, 2018 22:55:05.340 [0x80d652400] DEBUG - [Universal] Using local file path instead of URL: /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv
Dec 21, 2018 22:55:05.340 [0x80d652400] DEBUG - TPU: hardware transcoding: zero-copy support not present
Dec 21, 2018 22:55:05.341 [0x80d652400] DEBUG - TPU: hardware transcoding: final decoder: , final encoder:
Dec 21, 2018 22:55:05.341 [0x80d652400] DEBUG - Job running: EAE_ROOT='/tmp/pms-d9e059c9-cdae-41e8-82f8-fe0f8df3bb94/EasyAudioEncoder' FFMPEG_EXTERNAL_LIBS='/usr/local/plexdata-plexpass/Plex\ Media\ Server/Codecs/531e313-1328-freebsd-x86_64/' XDG_CACHE_HOME='/usr/local/plexdata-plexpass/Plex Media Server/Cache' XDG_DATA_HOME='/usr/local/share/plexmediaserver-plexpass/Resources' X_PLEX_TOKEN='xxxxxxxxxxxxxxxxxxxx' '/usr/local/share/plexmediaserver-plexpass/Plex Transcoder' '-codec:0' 'hevc' '-codec:1' 'ac3' '-probesize' '10000000' '-i' '/media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv' '-filter_complex' '[0:0]scale=w=720:h=406[0];[0]format=pix_fmts=yuv420p|nv12[1]' '-filter_complex' '[0:1] aresample=async=1:ocl='\''stereo'\'':osr=48000:rematrix_maxval=10.000000dB[2]' '-map' '[1]' '-metadata:s:0' 'language=eng' '-codec:0' 'libx264' '-crf:0' '21' '-maxrate:0' '1724k' '-bufsize:0' '3448k' '-r:0' '23.975999999999999' '-preset:0' 'veryfast' '-x264opts:0' 'subme=6:me_range=4:rc_lookahead=10:me=hex:8x8dct=1' '-force_key_frames:0' 'expr:gte(t,0+n_forced*8)' '-map' '[2]' '-metadata:s:1' 'language=eng' '-codec:1' 'aac' '-b:1' '162k' '-f' 'dash' '-min_seg_duration' '8000000' '-skip_to_segment' '1' '-time_delta' '0.0625' '-manifest_name' 'http://127.0.0.1:32400/video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/manifest' '-avoid_negative_ts' 'disabled' '-map_metadata' '-1' '-map_chapters' '-1' 'dash' '-start_at_zero' '-copyts' '-vsync' 'cfr' '-y' '-nostats' '-loglevel' 'quiet' '-loglevel_plex' 'error' '-progressurl' 'http://127.0.0.1:32400/video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/progress'
Dec 21, 2018 22:55:05.345 [0x80d652400] DEBUG - Jobs: Starting child process with pid 18065
Dec 21, 2018 22:55:05.363 [0x80c641400] DEBUG - Request: [127.0.0.1:57100 (Loopback)] PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/progress?status=startup (7 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:05.364 [0x80b89ba00] DEBUG - Completed: [127.0.0.1:57100] 204 PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/progress?status=startup (7 live) 0ms 203 bytes (pipelined: 1) (range: bytes=0-)
Dec 21, 2018 22:55:05.364 [0x80c641900] DEBUG - Request: [127.0.0.1:57100 (Loopback)] PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/progress?status=opening (7 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:05.365 [0x80b89b500] DEBUG - Completed: [127.0.0.1:57100] 204 PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/progress?status=opening (7 live) 0ms 203 bytes (pipelined: 2) (range: bytes=0-)
Dec 21, 2018 22:55:05.366 [0x80c641900] DEBUG - Request: [127.0.0.1:57100 (Loopback)] PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/progress?status=opened (7 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:05.366 [0x80b89ba00] DEBUG - Completed: [127.0.0.1:57100] 204 PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/progress?status=opened (7 live) 0ms 203 bytes (pipelined: 3) (range: bytes=0-)
Dec 21, 2018 22:55:05.366 [0x80c641900] DEBUG - Request: [127.0.0.1:57100 (Loopback)] PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/progress/stream?index=0&id=0&codec=hevc&type=video (7 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:05.366 [0x80b89b500] DEBUG - Completed: [127.0.0.1:57100] 206 PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/progress/stream?index=0&id=0&codec=hevc&type=video (7 live) 0ms 256 bytes (pipelined: 4) (range: bytes=0-)
Dec 21, 2018 22:55:05.367 [0x80c641900] DEBUG - Request: [127.0.0.1:57100 (Loopback)] PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/progress/stream?index=1&id=0&codec=ac3&type=audio (7 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:05.367 [0x80b89b500] DEBUG - Completed: [127.0.0.1:57100] 206 PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/progress/stream?index=1&id=0&codec=ac3&type=audio (7 live) 0ms 256 bytes (pipelined: 5) (range: bytes=0-)
Dec 21, 2018 22:55:05.367 [0x80c641900] DEBUG - Request: [127.0.0.1:57100 (Loopback)] PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/progress/stream?index=2&id=0&codec=ac3&type=audio (7 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:05.367 [0x80b89b500] DEBUG - Completed: [127.0.0.1:57100] 206 PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/progress/stream?index=2&id=0&codec=ac3&type=audio (7 live) 0ms 256 bytes (pipelined: 6) (range: bytes=0-)
Dec 21, 2018 22:55:05.369 [0x80c641900] DEBUG - Request: [127.0.0.1:57100 (Loopback)] PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/progress/streamDetail?index=0&id=0&codec=hevc&type=video&profile=Main%2010&language=eng&width=3840&height=2160&interlaced=0&sar=1:1&level=153&frameRate=23.976&disp_default=1 (7 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:05.369 [0x80b89ba00] DEBUG - Completed: [127.0.0.1:57100] 206 PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/progress/streamDetail?index=0&id=0&codec=hevc&type=video&profile=Main%2010&language=eng&width=3840&height=2160&interlaced=0&sar=1:1&level=153&frameRate=23.976&disp_default=1 (7 live) 0ms 256 bytes (pipelined: 7) (range: bytes=0-)
Dec 21, 2018 22:55:05.369 [0x80c641900] DEBUG - Request: [127.0.0.1:57100 (Loopback)] PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/progress/streamDetail?index=1&id=0&codec=ac3&type=audio&bitrate=640000&language=eng&channels=6&layout=5.1%28side%29&sampleRate=48000&disp_default=1 (7 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:05.370 [0x80b89ba00] DEBUG - Completed: [127.0.0.1:57100] 206 PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/progress/streamDetail?index=1&id=0&codec=ac3&type=audio&bitrate=640000&language=eng&channels=6&layout=5.1%28side%29&sampleRate=48000&disp_default=1 (7 live) 0ms 256 bytes (pipelined: 8) (range: bytes=0-)
Dec 21, 2018 22:55:05.370 [0x80c641900] DEBUG - Request: [127.0.0.1:57100 (Loopback)] PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/progress/streamDetail?index=2&id=0&codec=ac3&type=audio&bitrate=320000&language=eng&channels=2&layout=stereo&sampleRate=48000 (7 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:05.370 [0x80b89ba00] DEBUG - Completed: [127.0.0.1:57100] 206 PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/progress/streamDetail?index=2&id=0&codec=ac3&type=audio&bitrate=320000&language=eng&channels=2&layout=stereo&sampleRate=48000 (7 live) 0ms 256 bytes (pipelined: 9) (range: bytes=0-)
Dec 21, 2018 22:55:05.371 [0x80c641900] DEBUG - Request: [127.0.0.1:57100 (Loopback)] PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/progress?duration=8961.984000 (7 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:05.372 [0x80d652400] DEBUG - Started session successfully: i8qvj3uz9dkhrtyellcurkbj
Dec 21, 2018 22:55:05.372 [0x80b89b500] DEBUG - Completed: [127.0.0.1:57100] 204 PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/ed98d2be-ea3b-49c3-b091-557f64347e9b/progress?duration=8961.984000 (7 live) 0ms 203 bytes (pipelined: 10) (range: bytes=0-)
Dec 21, 2018 22:55:05.373 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:54652] 206 GET /video/:/transcode/universal/start.mpd?hasMDE=1&path=%2Flibrary%2Fmetadata%2F10401&mediaIndex=0&partIndex=0&protocol=dash&fastSeek=1&directPlay=0&directStream=1&subtitleSize=100&audioBoost=200&location=lan&maxVideoBitrate=2000&directStreamAudio=1&mediaBufferSize=81920&session=i8qvj3uz9dkhrtyellcurkbj&subtitles=burn&Accept-Language=en (7 live) TLS GZIP 49ms 1791 bytes (pipelined: 3) (range: bytes=0-)
Dec 21, 2018 22:55:05.748 [0x80c641400] DEBUG - Request: [10.10.0.120:54652 (WAN)] GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/0/initial.mp4 (7 live) TLS GZIP Signed-in
Dec 21, 2018 22:55:05.882 [0x80c641900] DEBUG - Transcoder: session i8qvj3uz9dkhrtyellcurkbj indicated fallback to software decoding
Dec 21, 2018 22:55:08.183 [0x80c641900] DEBUG - Transcoder segment range: 0 - 0
Dec 21, 2018 22:55:08.254 [0x80c641400] DEBUG - Exists("/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-ed98d2be-ea3b-49c3-b091-557f64347e9b/init-stream0.m4s") => 1
Dec 21, 2018 22:55:08.254 [0x80c641400] DEBUG - Content-Length of /tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-ed98d2be-ea3b-49c3-b091-557f64347e9b/init-stream0.m4s is 810.
Dec 21, 2018 22:55:08.254 [0x80b89b500] DEBUG - Completed: [10.10.0.120:54652] 200 GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/0/initial.mp4 (8 live) TLS GZIP 2506ms 810 bytes (pipelined: 4) (range: bytes=0-)
Dec 21, 2018 22:55:08.272 [0x80c641400] DEBUG - Request: [10.10.0.120:54652 (WAN)] GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/0/0.m4s (8 live) TLS GZIP Signed-in
Dec 21, 2018 22:55:08.273 [0x80c641400] DEBUG - Asked for segment 0 from session.
Dec 21, 2018 22:55:08.273 [0x80c641400] DEBUG - Returning segment 0 from session: "/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-ed98d2be-ea3b-49c3-b091-557f64347e9b/chunk-stream0-00001.m4s"
Dec 21, 2018 22:55:08.273 [0x80c641400] DEBUG - Content-Length of /tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-ed98d2be-ea3b-49c3-b091-557f64347e9b/init-stream0.m4s,/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-ed98d2be-ea3b-49c3-b091-557f64347e9b/chunk-stream0-00001.m4s is 11475.
Dec 21, 2018 22:55:08.273 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:54652] 200 GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/0/0.m4s (8 live) TLS GZIP 1ms 11475 bytes (pipelined: 5) (range: bytes=0-)
Dec 21, 2018 22:55:08.293 [0x80c641400] DEBUG - Request: [10.10.0.120:54652 (WAN)] GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/0/1.m4s (8 live) TLS GZIP Signed-in
Dec 21, 2018 22:55:08.293 [0x80c641400] DEBUG - Asked for segment 1 from session.
Dec 21, 2018 22:55:08.300 [0x80d652400] DEBUG - Request: [10.10.0.120:54653 (WAN)] GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/1/initial.mp4 (8 live) TLS GZIP Signed-in
Dec 21, 2018 22:55:08.300 [0x80d652400] DEBUG - Exists("/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-ed98d2be-ea3b-49c3-b091-557f64347e9b/init-stream1.m4s") => 1
Dec 21, 2018 22:55:08.300 [0x80d652400] DEBUG - Content-Length of /tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-ed98d2be-ea3b-49c3-b091-557f64347e9b/init-stream1.m4s is 752.
Dec 21, 2018 22:55:08.301 [0x80b89b500] DEBUG - Completed: [10.10.0.120:54653] 200 GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/1/initial.mp4 (8 live) TLS GZIP 1ms 752 bytes (pipelined: 1) (range: bytes=0-)
Dec 21, 2018 22:55:08.319 [0x80c641900] DEBUG - Request: [10.10.0.120:54653 (WAN)] GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/1/0.m4s (8 live) TLS GZIP Signed-in
Dec 21, 2018 22:55:08.320 [0x80c641900] DEBUG - Asked for segment 0 from session.
Dec 21, 2018 22:55:08.320 [0x80c641900] DEBUG - Returning segment 0 from session: "/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-ed98d2be-ea3b-49c3-b091-557f64347e9b/chunk-stream1-00001.m4s"
Dec 21, 2018 22:55:08.320 [0x80c641900] DEBUG - Content-Length of /tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-ed98d2be-ea3b-49c3-b091-557f64347e9b/init-stream1.m4s,/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-ed98d2be-ea3b-49c3-b091-557f64347e9b/chunk-stream1-00001.m4s is 120714.
Dec 21, 2018 22:55:08.325 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:54653] 200 GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/1/0.m4s (8 live) TLS GZIP 5ms 120714 bytes (pipelined: 2) (range: bytes=0-)
Dec 21, 2018 22:55:08.348 [0x80d652400] DEBUG - Request: [10.10.0.120:54653 (WAN)] GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/1/1.m4s (8 live) TLS GZIP Signed-in
Dec 21, 2018 22:55:08.348 [0x80d652400] DEBUG - Asked for segment 1 from session.
Dec 21, 2018 22:55:08.520 [0x80c641900] DEBUG - Request: [10.10.0.120:54654 (WAN)] GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/0/191.m4s (10 live) TLS GZIP Signed-in
Dec 21, 2018 22:55:08.520 [0x80c641900] DEBUG - Asked for segment 191 from session.
Dec 21, 2018 22:55:08.523 [0x80c122400] DEBUG - Request: [10.10.0.120:54655 (WAN)] GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/1/191.m4s (10 live) TLS GZIP Signed-in
Dec 21, 2018 22:55:08.523 [0x80c122400] DEBUG - Asked for segment 191 from session.
Dec 21, 2018 22:55:09.197 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 22:55:09.197 [0x80c640500] DEBUG - Request: [10.10.0.120:54656 (WAN)] GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=0&playQueueItemID=17134&state=buffering&hasMDE=1&time=1534000&duration=8961000 (11 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:09.199 [0x80c640500] DEBUG - Client [w048sk6zxusqd7d97w321h8v] reporting timeline state buffering, progress of 1534000/8961000ms for guid=, ratingKey=10401 url=, key=/library/metadata/10401, containerKey=, metadataId=10401, source=
Dec 21, 2018 22:55:09.323 [0x80c640500] DEBUG - Play progress on 10401 'Avengers: Infinity War' - got played 1534000 ms by account 1!
Dec 21, 2018 22:55:09.339 [0x80c640500] DEBUG - It took 15.625000 ms to retrieve 129 items.
Dec 21, 2018 22:55:09.364 [0x80c640500] DEBUG - Audio Stream: 39484, Subtitle Stream: -1
Dec 21, 2018 22:55:09.366 [0x80c640500] DEBUG - [Now] User is ME@ME.COM (ID: 1)
Dec 21, 2018 22:55:09.366 [0x80c640500] DEBUG - [Now] Device is Xbox One (XBOXONE).
Dec 21, 2018 22:55:09.367 [0x80c640500] DEBUG - [Now] Profile is Xbox One
Dec 21, 2018 22:55:09.367 [0x80c640500] DEBUG - [Now] Updated play state for /library/metadata/10401.
Dec 21, 2018 22:55:09.367 [0x80c640500] DEBUG - Statistics: (kt9t52kip6245ov1rezopp26) Reporting active playback in state 2 of type 1 (scrobble: 0) for account 1
Dec 21, 2018 22:55:09.369 [0x80b89b500] DEBUG - Completed: [10.10.0.120:54656] 200 GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=0&playQueueItemID=17134&state=buffering&hasMDE=1&time=1534000&duration=8961000 (11 live) TLS GZIP 171ms 749 bytes (pipelined: 1)
Dec 21, 2018 22:55:09.390 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 22:55:09.391 [0x80c640500] DEBUG - Request: [10.10.0.120:54656 (WAN)] GET /playQueues/885?repeat=0&own=1&includeChapters=1&includeGeolocation=1 (11 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:09.392 [0x80c640500] DEBUG - PlayQueue: total generated: 1, before cursor: 0, after cursor: 0
Dec 21, 2018 22:55:09.392 [0x80c640500] DEBUG - PlayQueue: No need to refresh, active window is operational.
Dec 21, 2018 22:55:09.408 [0x80c640500] DEBUG - It took 23.437500 ms to retrieve 129 items.
Dec 21, 2018 22:55:09.409 [0x80c640500] DEBUG - PlayQueue: Client kt9t52kip6245ov1rezopp26 requested ownership of play queue 885, but already had it.
Dec 21, 2018 22:55:09.412 [0x80c640500] DEBUG - Audio Stream: 39484, Subtitle Stream: -1
Dec 21, 2018 22:55:09.415 [0x80b89b500] DEBUG - Completed: [10.10.0.120:54656] 200 GET /playQueues/885?repeat=0&own=1&includeChapters=1&includeGeolocation=1 (11 live) TLS GZIP 24ms 6087 bytes (pipelined: 2)
Dec 21, 2018 22:55:12.497 [0x80c121f00] DEBUG - Transcoder segment range: 0 - 1
Dec 21, 2018 22:55:12.520 [0x80c122400] DEBUG - We're in a seek: asked for 191, min/max available was 0/1
Dec 21, 2018 22:55:12.520 [0x80c122400] DEBUG - Segment #191 WON.
Dec 21, 2018 22:55:12.520 [0x80c122400] DEBUG - Killing job.
Dec 21, 2018 22:55:12.520 [0x80c122400] DEBUG - Signalling job ID 18065 with 9
Dec 21, 2018 22:55:12.520 [0x80c122400] DEBUG - Job was already killed, not killing again.
Dec 21, 2018 22:55:12.520 [0x80c122400] DEBUG - Stopping transcode session i8qvj3uz9dkhrtyellcurkbj
Dec 21, 2018 22:55:12.522 [0x80c122400] DEBUG - Starting a transcode session i8qvj3uz9dkhrtyellcurkbj at offset 1528.0 (state=3)
Dec 21, 2018 22:55:12.523 [0x80c122400] DEBUG - TPU: hardware transcoding: enabled, but no hardware decode accelerator found
Dec 21, 2018 22:55:12.523 [0x80c122400] DEBUG - [Universal] Using local file path instead of URL: /media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv
Dec 21, 2018 22:55:12.523 [0x80c122400] DEBUG - TPU: hardware transcoding: zero-copy support not present
Dec 21, 2018 22:55:12.524 [0x80c122400] DEBUG - TPU: hardware transcoding: final decoder: , final encoder:
Dec 21, 2018 22:55:12.525 [0x80c122400] DEBUG - Job running: EAE_ROOT='/tmp/pms-d9e059c9-cdae-41e8-82f8-fe0f8df3bb94/EasyAudioEncoder' FFMPEG_EXTERNAL_LIBS='/usr/local/plexdata-plexpass/Plex\ Media\ Server/Codecs/531e313-1328-freebsd-x86_64/' XDG_CACHE_HOME='/usr/local/plexdata-plexpass/Plex Media Server/Cache' XDG_DATA_HOME='/usr/local/share/plexmediaserver-plexpass/Resources' X_PLEX_TOKEN='xxxxxxxxxxxxxxxxxxxx' '/usr/local/share/plexmediaserver-plexpass/Plex Transcoder' '-codec:0' 'hevc' '-codec:1' 'ac3' '-ss' '1528' '-probesize' '10000000' '-i' '/media/Movies/Avengers Infinity War 2018/Avengers Infinity War (2018) REMUX3 2160p.mkv' '-filter_complex' '[0:0]scale=w=720:h=406[0];[0]format=pix_fmts=yuv420p|nv12[1]' '-filter_complex' '[0:1] aresample=async=1:ocl='\''stereo'\'':osr=48000:rematrix_maxval=10.000000dB[2]' '-map' '[1]' '-metadata:s:0' 'language=eng' '-codec:0' 'libx264' '-crf:0' '21' '-maxrate:0' '1724k' '-bufsize:0' '3448k' '-r:0' '23.975999999999999' '-preset:0' 'veryfast' '-x264opts:0' 'subme=6:me_range=4:rc_lookahead=10:me=hex:8x8dct=1' '-force_key_frames:0' 'expr:gte(t,1528+n_forced*8)' '-map' '[2]' '-metadata:s:1' 'language=eng' '-codec:1' 'aac' '-b:1' '162k' '-f' 'dash' '-min_seg_duration' '8000000' '-skip_to_segment' '192' '-time_delta' '0.0625' '-manifest_name' 'http://127.0.0.1:32400/video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/manifest' '-avoid_negative_ts' 'disabled' '-map_metadata' '-1' '-map_chapters' '-1' 'dash' '-start_at_zero' '-copyts' '-y' '-nostats' '-loglevel' 'quiet' '-loglevel_plex' 'error' '-progressurl' 'http://127.0.0.1:32400/video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/progress'
Dec 21, 2018 22:55:12.528 [0x80c122400] DEBUG - Jobs: Starting child process with pid 18115
Dec 21, 2018 22:55:12.528 [0x80c122400] DEBUG - Started session successfully: i8qvj3uz9dkhrtyellcurkbj
Dec 21, 2018 22:55:12.529 [0x80d653300] DEBUG - Streaming Resource: Resetting play progress due to seek
Dec 21, 2018 22:55:12.531 [0x80c641400] DEBUG - Returning segment 1 from session: "/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-ed98d2be-ea3b-49c3-b091-557f64347e9b/chunk-stream0-00002.m4s"
Dec 21, 2018 22:55:12.534 [0x80c641400] DEBUG - Content-Length of /tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-ed98d2be-ea3b-49c3-b091-557f64347e9b/init-stream0.m4s,/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-ed98d2be-ea3b-49c3-b091-557f64347e9b/chunk-stream0-00002.m4s is 1442716.
Dec 21, 2018 22:55:12.536 [0x80b89ba00] DEBUG - Failed to stream media, client probably disconnected after 33578 bytes: 32 - Broken pipe
Dec 21, 2018 22:55:12.536 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:54652] 200 GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/0/1.m4s (11 live) TLS GZIP 4243ms 33578 bytes (pipelined: 6) (range: bytes=0-)
Dec 21, 2018 22:55:12.547 [0x80c640500] DEBUG - Request: [127.0.0.1:36053 (Loopback)] PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/progress?status=startup (11 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:12.547 [0x80b89ba00] DEBUG - Completed: [127.0.0.1:36053] 204 PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/progress?status=startup (11 live) 0ms 203 bytes (pipelined: 1) (range: bytes=0-)
Dec 21, 2018 22:55:12.548 [0x80c641400] DEBUG - Request: [127.0.0.1:36053 (Loopback)] PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/progress?status=opening (11 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:12.548 [0x80b89ba00] DEBUG - Completed: [127.0.0.1:36053] 204 PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/progress?status=opening (11 live) 0ms 203 bytes (pipelined: 2) (range: bytes=0-)
Dec 21, 2018 22:55:12.549 [0x80c641400] DEBUG - Request: [127.0.0.1:36053 (Loopback)] PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/progress?status=opened (11 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:12.549 [0x80b89b500] DEBUG - Completed: [127.0.0.1:36053] 204 PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/progress?status=opened (11 live) 0ms 203 bytes (pipelined: 3) (range: bytes=0-)
Dec 21, 2018 22:55:12.549 [0x80c640500] DEBUG - Request: [127.0.0.1:36053 (Loopback)] PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/progress/stream?index=0&id=0&codec=hevc&type=video (11 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:12.550 [0x80b89b500] DEBUG - Completed: [127.0.0.1:36053] 206 PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/progress/stream?index=0&id=0&codec=hevc&type=video (11 live) 0ms 256 bytes (pipelined: 4) (range: bytes=0-)
Dec 21, 2018 22:55:12.550 [0x80c640500] DEBUG - Request: [127.0.0.1:36053 (Loopback)] PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/progress/stream?index=1&id=0&codec=ac3&type=audio (11 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:12.550 [0x80b89ba00] DEBUG - Completed: [127.0.0.1:36053] 206 PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/progress/stream?index=1&id=0&codec=ac3&type=audio (11 live) 0ms 256 bytes (pipelined: 5) (range: bytes=0-)
Dec 21, 2018 22:55:12.551 [0x80c640500] DEBUG - Request: [127.0.0.1:36053 (Loopback)] PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/progress/stream?index=2&id=0&codec=ac3&type=audio (11 live) Signed-in Token (ME@ME.COM)

Continued…

Dec 21, 2018 22:55:12.551 [0x80b89ba00] DEBUG - Completed: [127.0.0.1:36053] 206 PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/progress/stream?index=2&id=0&codec=ac3&type=audio (11 live) 0ms 256 bytes (pipelined: 6) (range: bytes=0-)
Dec 21, 2018 22:55:12.552 [0x80c640500] DEBUG - Request: [127.0.0.1:36053 (Loopback)] PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/progress/streamDetail?index=0&id=0&codec=hevc&type=video&profile=Main%2010&language=eng&width=3840&height=2160&interlaced=0&sar=1:1&level=153&frameRate=23.976&disp_default=1 (11 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:12.552 [0x80b89b500] DEBUG - Completed: [127.0.0.1:36053] 206 PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/progress/streamDetail?index=0&id=0&codec=hevc&type=video&profile=Main%2010&language=eng&width=3840&height=2160&interlaced=0&sar=1:1&level=153&frameRate=23.976&disp_default=1 (11 live) 0ms 256 bytes (pipelined: 7) (range: bytes=0-)
Dec 21, 2018 22:55:12.552 [0x80c640500] DEBUG - Request: [127.0.0.1:36053 (Loopback)] PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/progress/streamDetail?index=1&id=0&codec=ac3&type=audio&bitrate=640000&language=eng&channels=6&layout=5.1%28side%29&sampleRate=48000&disp_default=1 (11 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:12.553 [0x80b89b500] DEBUG - Completed: [127.0.0.1:36053] 206 PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/progress/streamDetail?index=1&id=0&codec=ac3&type=audio&bitrate=640000&language=eng&channels=6&layout=5.1%28side%29&sampleRate=48000&disp_default=1 (11 live) 0ms 256 bytes (pipelined: 8) (range: bytes=0-)
Dec 21, 2018 22:55:12.553 [0x80c640500] DEBUG - Request: [127.0.0.1:36053 (Loopback)] PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/progress/streamDetail?index=2&id=0&codec=ac3&type=audio&bitrate=320000&language=eng&channels=2&layout=stereo&sampleRate=48000 (11 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:12.553 [0x80b89b500] DEBUG - Completed: [127.0.0.1:36053] 206 PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/progress/streamDetail?index=2&id=0&codec=ac3&type=audio&bitrate=320000&language=eng&channels=2&layout=stereo&sampleRate=48000 (11 live) 0ms 256 bytes (pipelined: 9) (range: bytes=0-)
Dec 21, 2018 22:55:12.562 [0x80c640500] DEBUG - Request: [127.0.0.1:36053 (Loopback)] PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/progress?duration=8961.984000 (11 live) Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:12.562 [0x80b89ba00] DEBUG - Completed: [127.0.0.1:36053] 204 PUT /video/:/transcode/session/i8qvj3uz9dkhrtyellcurkbj/e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/progress?duration=8961.984000 (11 live) 0ms 203 bytes (pipelined: 10) (range: bytes=0-)
Dec 21, 2018 22:55:12.564 [0x80d652400] DEBUG - Returning segment 1 from session: "/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-ed98d2be-ea3b-49c3-b091-557f64347e9b/chunk-stream1-00002.m4s"
Dec 21, 2018 22:55:12.564 [0x80d652400] DEBUG - Content-Length of /tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-ed98d2be-ea3b-49c3-b091-557f64347e9b/init-stream1.m4s,/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-ed98d2be-ea3b-49c3-b091-557f64347e9b/chunk-stream1-00002.m4s is 165254.
Dec 21, 2018 22:55:12.567 [0x80b89b500] DEBUG - Failed to stream media, client probably disconnected after 82672 bytes: 32 - Broken pipe
Dec 21, 2018 22:55:12.567 [0x80b89b500] DEBUG - Completed: [10.10.0.120:54653] 200 GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/1/1.m4s (11 live) TLS GZIP 4219ms 82672 bytes (pipelined: 3) (range: bytes=0-)
Dec 21, 2018 22:55:12.621 [0x80bc66000] DEBUG - Jobs: '/usr/local/share/plexmediaserver-plexpass/Plex Transcoder' exit code for process 18065 is -9 (signal: Killed)
Dec 21, 2018 22:55:18.275 [0x80d652400] DEBUG - Transcoder segment range: 191 - 191
Dec 21, 2018 22:55:18.312 [0x80c641900] DEBUG - Returning segment 191 from session: "/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/chunk-stream0-00192.m4s"
Dec 21, 2018 22:55:18.312 [0x80da76000] DEBUG - Cleaning directory for session i8qvj3uz9dkhrtyellcurkbj (/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-ed98d2be-ea3b-49c3-b091-557f64347e9b)
Dec 21, 2018 22:55:18.312 [0x80c641900] DEBUG - Content-Length of /tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/init-stream0.m4s,/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/chunk-stream0-00192.m4s is 748717.
Dec 21, 2018 22:55:18.333 [0x80c122400] DEBUG - Returning segment 191 from session: "/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/chunk-stream1-00192.m4s"
Dec 21, 2018 22:55:18.333 [0x80c122400] DEBUG - Content-Length of /tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/init-stream1.m4s,/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/chunk-stream1-00192.m4s is 164303.
Dec 21, 2018 22:55:18.345 [0x80b89b500] DEBUG - Completed: [10.10.0.120:54654] 200 GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/0/191.m4s (11 live) TLS GZIP 9825ms 748717 bytes (pipelined: 1) (range: bytes=0-)
Dec 21, 2018 22:55:18.346 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:54655] 200 GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/1/191.m4s (11 live) TLS GZIP 9823ms 164303 bytes (pipelined: 1) (range: bytes=0-)
Dec 21, 2018 22:55:18.369 [0x80c641400] DEBUG - Request: [10.10.0.120:54654 (WAN)] GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/0/192.m4s (11 live) TLS GZIP Signed-in
Dec 21, 2018 22:55:18.369 [0x80c641900] DEBUG - Request: [10.10.0.120:54655 (WAN)] GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/1/192.m4s (10 live) TLS GZIP Signed-in
Dec 21, 2018 22:55:18.369 [0x80c641400] DEBUG - Asked for segment 192 from session.
Dec 21, 2018 22:55:18.369 [0x80c641900] DEBUG - Asked for segment 192 from session.
Dec 21, 2018 22:55:18.408 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 22:55:18.408 [0x80d652400] DEBUG - Request: [10.10.0.120:54656 (WAN)] GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=641&playQueueItemID=17134&state=buffering&hasMDE=1&time=1534000&duration=8961000 (9 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:18.410 [0x80d652400] DEBUG - Client [w048sk6zxusqd7d97w321h8v] reporting timeline state buffering, progress of 1534000/8961000ms for guid=, ratingKey=10401 url=, key=/library/metadata/10401, containerKey=, metadataId=10401, source=
Dec 21, 2018 22:55:18.487 [0x80d652400] DEBUG - Play progress on 10401 'Avengers: Infinity War' - got played 1534000 ms by account 1!
Dec 21, 2018 22:55:18.487 [0x80d652400] DEBUG - [Now] User is ME@ME.COM (ID: 1)
Dec 21, 2018 22:55:18.487 [0x80d652400] DEBUG - [Now] Device is Xbox One (XBOXONE).
Dec 21, 2018 22:55:18.487 [0x80d652400] DEBUG - [Now] Profile is Xbox One
Dec 21, 2018 22:55:18.487 [0x80d652400] DEBUG - [Now] Updated play state for /library/metadata/10401.
Dec 21, 2018 22:55:18.488 [0x80d652400] DEBUG - Statistics: (kt9t52kip6245ov1rezopp26) Reporting active playback in state 2 of type 1 (scrobble: 0) for account 1
Dec 21, 2018 22:55:18.489 [0x80b89b500] DEBUG - Completed: [10.10.0.120:54656] 200 GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=641&playQueueItemID=17134&state=buffering&hasMDE=1&time=1534000&duration=8961000 (9 live) TLS GZIP 81ms 761 bytes (pipelined: 3)
Dec 21, 2018 22:55:20.599 [0x80b89ba00] DEBUG - handleStreamRead code 335544539: short read
Dec 21, 2018 22:55:20.609 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 22:55:20.610 [0x80d652400] DEBUG - Request: [10.10.0.120:54656 (WAN)] GET /player/proxy/poll?deviceClass=pc&protocolVersion=1&protocolCapabilities=timeline%2Cplayback%2Cnavigation%2Cmirror%2Cplayqueues&timeout=1 (8 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:20.610 [0x80d652400] DEBUG - Beginning read from two-way stream.
Dec 21, 2018 22:55:23.573 [0x80d652400] DEBUG - Transcoder segment range: 191 - 192
Dec 21, 2018 22:55:23.658 [0x80c641400] DEBUG - Returning segment 192 from session: "/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/chunk-stream0-00193.m4s"
Dec 21, 2018 22:55:23.658 [0x80c641400] DEBUG - Content-Length of /tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/init-stream0.m4s,/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/chunk-stream0-00193.m4s is 948389.
Dec 21, 2018 22:55:23.665 [0x80c641900] DEBUG - Returning segment 192 from session: "/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/chunk-stream1-00193.m4s"
Dec 21, 2018 22:55:23.666 [0x80c641900] DEBUG - Content-Length of /tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/init-stream1.m4s,/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/chunk-stream1-00193.m4s is 164171.
Dec 21, 2018 22:55:23.678 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:54655] 200 GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/1/192.m4s (9 live) TLS GZIP 5309ms 164171 bytes (pipelined: 2) (range: bytes=0-)
Dec 21, 2018 22:55:23.702 [0x80b89b500] DEBUG - Completed: [10.10.0.120:54654] 200 GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/0/192.m4s (9 live) TLS GZIP 5333ms 948389 bytes (pipelined: 2) (range: bytes=0-)
Dec 21, 2018 22:55:23.716 [0x80c641900] DEBUG - Request: [10.10.0.120:54654 (WAN)] GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/1/193.m4s (9 live) TLS GZIP Signed-in
Dec 21, 2018 22:55:23.716 [0x80c641900] DEBUG - Asked for segment 193 from session.
Dec 21, 2018 22:55:23.722 [0x80c121f00] DEBUG - Request: [10.10.0.120:54655 (WAN)] GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/0/193.m4s (9 live) TLS GZIP Signed-in
Dec 21, 2018 22:55:23.722 [0x80c121f00] DEBUG - Asked for segment 193 from session.
Dec 21, 2018 22:55:27.517 [0x80d652400] DEBUG - [PlexRelay] Transferred: sent 19560, received 6620 bytes, in 325.5 seconds
Dec 21, 2018 22:55:27.518 [0x80c122400] DEBUG - [PlexRelay] Bytes per second: sent 60.1, received 20.3
Dec 21, 2018 22:55:27.518 [0x80bc66000] DEBUG - Jobs: '/usr/local/share/plexmediaserver-plexpass/Plex Relay' exit code for process 15407 is 255 (failure)
Dec 21, 2018 22:55:28.416 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 22:55:28.416 [0x80d652400] DEBUG - Request: [10.10.0.120:54658 (WAN)] GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=641&playQueueItemID=17134&state=buffering&hasMDE=1&time=1534000&duration=8961000 (9 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:28.417 [0x80d652400] DEBUG - Client [w048sk6zxusqd7d97w321h8v] reporting timeline state buffering, progress of 1534000/8961000ms for guid=, ratingKey=10401 url=, key=/library/metadata/10401, containerKey=, metadataId=10401, source=
Dec 21, 2018 22:55:28.458 [0x80d652400] DEBUG - Play progress on 10401 'Avengers: Infinity War' - got played 1534000 ms by account 1!
Dec 21, 2018 22:55:28.458 [0x80d652400] DEBUG - [Now] User is ME@ME.COM (ID: 1)
Dec 21, 2018 22:55:28.458 [0x80d652400] DEBUG - [Now] Device is Xbox One (XBOXONE).
Dec 21, 2018 22:55:28.458 [0x80d652400] DEBUG - [Now] Profile is Xbox One
Dec 21, 2018 22:55:28.459 [0x80d652400] DEBUG - [Now] Updated play state for /library/metadata/10401.
Dec 21, 2018 22:55:28.459 [0x80d652400] DEBUG - Statistics: (kt9t52kip6245ov1rezopp26) Reporting active playback in state 2 of type 1 (scrobble: 0) for account 1
Dec 21, 2018 22:55:28.461 [0x80b89b500] DEBUG - Completed: [10.10.0.120:54658] 200 GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=641&playQueueItemID=17134&state=buffering&hasMDE=1&time=1534000&duration=8961000 (9 live) TLS GZIP 45ms 764 bytes (pipelined: 1)
Dec 21, 2018 22:55:29.212 [0x80c122400] DEBUG - Transcoder segment range: 191 - 193
Dec 21, 2018 22:55:29.230 [0x80c121f00] DEBUG - Returning segment 193 from session: "/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/chunk-stream0-00194.m4s"
Dec 21, 2018 22:55:29.230 [0x80c121f00] DEBUG - Content-Length of /tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/init-stream0.m4s,/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/chunk-stream0-00194.m4s is 1027234.
Dec 21, 2018 22:55:29.271 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:54655] 200 GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/0/193.m4s (10 live) TLS GZIP 5549ms 1027234 bytes (pipelined: 3) (range: bytes=0-)
Dec 21, 2018 22:55:29.290 [0x80d652400] DEBUG - Request: [10.10.0.120:54655 (WAN)] GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/0/194.m4s (10 live) TLS GZIP Signed-in
Dec 21, 2018 22:55:29.291 [0x80d652400] DEBUG - Asked for segment 194 from session.
Dec 21, 2018 22:55:29.300 [0x80c641900] DEBUG - Returning segment 193 from session: "/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/chunk-stream1-00194.m4s"
Dec 21, 2018 22:55:29.300 [0x80c641900] DEBUG - Content-Length of /tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/init-stream1.m4s,/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/chunk-stream1-00194.m4s is 165028.
Dec 21, 2018 22:55:29.304 [0x80b89b500] DEBUG - Completed: [10.10.0.120:54654] 200 GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/1/193.m4s (10 live) TLS GZIP 5588ms 165028 bytes (pipelined: 3) (range: bytes=0-)
Dec 21, 2018 22:55:29.334 [0x80c121f00] DEBUG - Request: [10.10.0.120:54654 (WAN)] GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/1/194.m4s (9 live) TLS GZIP Signed-in
Dec 21, 2018 22:55:29.335 [0x80c121f00] DEBUG - Asked for segment 194 from session.
Dec 21, 2018 22:55:29.476 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 22:55:29.476 [0x80c122400] DEBUG - Request: [10.10.0.120:54658 (WAN)] GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=641&playQueueItemID=17134&state=playing&hasMDE=1&time=1534000&duration=8961000 (9 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 22:55:29.477 [0x80c122400] DEBUG - Client [w048sk6zxusqd7d97w321h8v] reporting timeline state playing, progress of 1534000/8961000ms for guid=, ratingKey=10401 url=, key=/library/metadata/10401, containerKey=, metadataId=10401, source=
Dec 21, 2018 22:55:29.594 [0x80c122400] DEBUG - Play progress on 10401 'Avengers: Infinity War' - got played 1534000 ms by account 1!
Dec 21, 2018 22:55:29.603 [0x80c122400] DEBUG - It took 7.812500 ms to retrieve 129 items.
Dec 21, 2018 22:55:29.626 [0x80c122400] DEBUG - [Now] User is ME@ME.COM (ID: 1)
Dec 21, 2018 22:55:29.627 [0x80c122400] DEBUG - [Now] Device is Xbox One (XBOXONE).
Dec 21, 2018 22:55:29.627 [0x80c122400] DEBUG - [Now] Profile is Xbox One
Dec 21, 2018 22:55:29.627 [0x80c122400] DEBUG - [Now] Updated play state for /library/metadata/10401.
Dec 21, 2018 22:55:29.627 [0x80c122400] DEBUG - Statistics: (kt9t52kip6245ov1rezopp26) Reporting active playback in state 0 of type 1 (scrobble: 0) for account 1
Dec 21, 2018 22:55:29.629 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:54658] 200 GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=641&playQueueItemID=17134&state=playing&hasMDE=1&time=1534000&duration=8961000 (9 live) TLS GZIP 152ms 765 bytes (pipelined: 2)
Dec 21, 2018 22:55:34.049 [0x80c122400] DEBUG - Transcoder segment range: 191 - 194
Dec 21, 2018 22:55:34.104 [0x80c121f00] DEBUG - Returning segment 194 from session: "/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/chunk-stream1-00195.m4s"
Dec 21, 2018 22:55:34.104 [0x80c121f00] DEBUG - Content-Length of /tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/init-stream1.m4s,/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/chunk-stream1-00195.m4s is 165080.
Dec 21, 2018 22:55:34.108 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:54654] 200 GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/1/194.m4s (10 live) TLS GZIP 4774ms 165080 bytes (pipelined: 4) (range: bytes=0-)
Dec 21, 2018 22:55:34.131 [0x80c121f00] DEBUG - Request: [10.10.0.120:54654 (WAN)] GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/1/195.m4s (10 live) TLS GZIP Signed-in
Dec 21, 2018 22:55:34.131 [0x80c121f00] DEBUG - Asked for segment 195 from session.
Dec 21, 2018 22:55:34.140 [0x80d652400] DEBUG - Returning segment 194 from session: "/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/chunk-stream0-00195.m4s"
Dec 21, 2018 22:55:34.140 [0x80d652400] DEBUG - Content-Length of /tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/init-stream0.m4s,/tmp/Transcode/Sessions/plex-transcode-i8qvj3uz9dkhrtyellcurkbj-e7164f79-15f3-4b58-a49e-f6a4dddbdf1c/chunk-stream0-00195.m4s is 886417.
Dec 21, 2018 22:55:34.170 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:54655] 200 GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/0/194.m4s (10 live) TLS GZIP 4880ms 886417 bytes (pipelined: 4) (range: bytes=0-)
Dec 21, 2018 22:55:34.189 [0x80c641400] DEBUG - Request: [10.10.0.120:54655 (WAN)] GET /video/:/transcode/universal/dash/i8qvj3uz9dkhrtyellcurkbj/0/195.m4s (10 live) TLS GZIP Signed-in
Dec 21, 2018 22:55:34.190 [0x80c641400] DEBUG - Asked for segment 195 from session.

Now when I did manage to trigger HDR on a Resume from; I was stuck in an infinite buffer loop.

Dec 21, 2018 23:06:37.908 [0x80be2d000] DEBUG - Asked for segment 320 from session.
Dec 21, 2018 23:06:37.908 [0x80be2d000] DEBUG - Returning segment 320 from session: "/tmp/Transcode/Sessions/plex-transcode-tyo1rozxu4o5ofy4amjo7r2o-bd219557-7bd2-4a2c-b668-ad58d347b5c1/chunk-stream0-00321.m4s"
Dec 21, 2018 23:06:37.908 [0x80be2d000] DEBUG - Content-Length of /tmp/Transcode/Sessions/plex-transcode-tyo1rozxu4o5ofy4amjo7r2o-bd219557-7bd2-4a2c-b668-ad58d347b5c1/init-stream0.m4s,/tmp/Transcode/Sessions/plex-transcode-tyo1rozxu4o5ofy4amjo7r2o-bd219557-7bd2-4a2c-b668-ad58d347b5c1/chunk-stream0-00321.m4s is 30294882.
Dec 21, 2018 23:06:38.496 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:54733] 200 GET /video/:/transcode/universal/dash/tyo1rozxu4o5ofy4amjo7r2o/0/320.m4s (12 live) TLS GZIP 589ms 30294882 bytes (pipelined: 12) (range: bytes=0-)
Dec 21, 2018 23:06:40.953 [0x80b89ba00] DEBUG - handleStreamRead code 335544539: short read
Dec 21, 2018 23:06:40.964 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 23:06:40.964 [0x80bc63f00] DEBUG - Request: [10.10.0.120:54733 (WAN)] GET /player/proxy/poll?deviceClass=pc&protocolVersion=1&protocolCapabilities=timeline%2Cplayback%2Cnavigation%2Cmirror%2Cplayqueues&timeout=1 (10 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 23:06:40.965 [0x80bc63f00] DEBUG - Beginning read from two-way stream.
Dec 21, 2018 23:06:44.645 [0x80b89b500] DEBUG - handleStreamRead code 335544539: short read
Dec 21, 2018 23:06:44.653 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 23:06:44.654 [0x80bc63f00] DEBUG - Request: [10.10.0.10:56565 (WAN)] GET /player/proxy/poll?deviceClass=pc&protocolVersion=1&protocolCapabilities=timeline%2Cplayback%2Cnavigation%2Cmirror%2Cplayqueues&timeout=1 (9 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 23:06:44.654 [0x80bc63f00] DEBUG - Beginning read from two-way stream.
Dec 21, 2018 23:06:47.401 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 23:06:47.402 [0x80bc63f00] DEBUG - Request: [10.10.0.120:54735 (WAN)] GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=390&playQueueItemID=17140&state=buffering&hasMDE=1&time=1558000&duration=8961000 (9 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 23:06:47.404 [0x80bc63f00] DEBUG - Client [srvxpjsjhwotra3wjqkdq3wn] reporting timeline state buffering, progress of 1558000/8961000ms for guid=, ratingKey=10401 url=, key=/library/metadata/10401, containerKey=, metadataId=10401, source=
Dec 21, 2018 23:06:47.458 [0x80bc63f00] DEBUG - Play progress on 10401 'Avengers: Infinity War' - got played 1558000 ms by account 1!
Dec 21, 2018 23:06:47.458 [0x80bc63f00] DEBUG - [Now] User is ME@ME.COM (ID: 1)
Dec 21, 2018 23:06:47.458 [0x80bc63f00] DEBUG - [Now] Device is Xbox One (XBOXONE).
Dec 21, 2018 23:06:47.458 [0x80bc63f00] DEBUG - [Now] Profile is Xbox One
Dec 21, 2018 23:06:47.458 [0x80bc63f00] DEBUG - [Now] Updated play state for /library/metadata/10401.
Dec 21, 2018 23:06:47.459 [0x80bc63f00] DEBUG - Statistics: (kt9t52kip6245ov1rezopp26) Reporting active playback in state 2 of type 1 (scrobble: 0) for account 1
Dec 21, 2018 23:06:47.461 [0x80b89b500] DEBUG - Completed: [10.10.0.120:54735] 200 GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=390&playQueueItemID=17140&state=buffering&hasMDE=1&time=1558000&duration=8961000 (9 live) TLS GZIP 59ms 762 bytes (pipelined: 14)
Dec 21, 2018 23:06:57.403 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 23:06:57.403 [0x80bc63f00] DEBUG - Request: [10.10.0.120:54735 (WAN)] GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=390&playQueueItemID=17140&state=buffering&hasMDE=1&time=1558000&duration=8961000 (8 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 23:06:57.404 [0x80bc63f00] DEBUG - Client [srvxpjsjhwotra3wjqkdq3wn] reporting timeline state buffering, progress of 1558000/8961000ms for guid=, ratingKey=10401 url=, key=/library/metadata/10401, containerKey=, metadataId=10401, source=
Dec 21, 2018 23:06:57.473 [0x80bc63f00] DEBUG - Play progress on 10401 'Avengers: Infinity War' - got played 1558000 ms by account 1!
Dec 21, 2018 23:06:57.473 [0x80bc63f00] DEBUG - [Now] User is ME@ME.COM (ID: 1)
Dec 21, 2018 23:06:57.473 [0x80bc63f00] DEBUG - [Now] Device is Xbox One (XBOXONE).
Dec 21, 2018 23:06:57.473 [0x80bc63f00] DEBUG - [Now] Profile is Xbox One
Dec 21, 2018 23:06:57.473 [0x80bc63f00] DEBUG - [Now] Updated play state for /library/metadata/10401.
Dec 21, 2018 23:06:57.474 [0x80bc63f00] DEBUG - Statistics: (kt9t52kip6245ov1rezopp26) Reporting active playback in state 2 of type 1 (scrobble: 0) for account 1
Dec 21, 2018 23:06:57.475 [0x80b89b500] DEBUG - Completed: [10.10.0.120:54735] 200 GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=390&playQueueItemID=17140&state=buffering&hasMDE=1&time=1558000&duration=8961000 (8 live) TLS GZIP 72ms 763 bytes (pipelined: 15)
Dec 21, 2018 23:06:58.026 [0x80c640500] DEBUG - Transcoder segment range: 311 - 334
Dec 21, 2018 23:06:58.394 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 23:06:58.394 [0x80c640500] DEBUG - Request: [10.10.0.120:54735 (WAN)] GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=390&playQueueItemID=17140&state=buffering&hasMDE=1&time=1558000&duration=8961000 (8 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 23:06:58.395 [0x80c640500] DEBUG - Client [srvxpjsjhwotra3wjqkdq3wn] reporting timeline state buffering, progress of 1558000/8961000ms for guid=, ratingKey=10401 url=, key=/library/metadata/10401, containerKey=, metadataId=10401, source=
Dec 21, 2018 23:06:58.698 [0x80c640500] DEBUG - Play progress on 10401 'Avengers: Infinity War' - got played 1558000 ms by account 1!
Dec 21, 2018 23:06:58.699 [0x80c640500] DEBUG - [Now] User is ME@ME.COM (ID: 1)
Dec 21, 2018 23:06:58.699 [0x80c640500] DEBUG - [Now] Device is Xbox One (XBOXONE).
Dec 21, 2018 23:06:58.699 [0x80c640500] DEBUG - [Now] Profile is Xbox One
Dec 21, 2018 23:06:58.699 [0x80c640500] DEBUG - [Now] Updated play state for /library/metadata/10401.
Dec 21, 2018 23:06:58.699 [0x80c640500] DEBUG - Statistics: (kt9t52kip6245ov1rezopp26) Reporting active playback in state 2 of type 1 (scrobble: 0) for account 1
Dec 21, 2018 23:06:58.701 [0x80b89b500] DEBUG - Completed: [10.10.0.120:54735] 200 GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=390&playQueueItemID=17140&state=buffering&hasMDE=1&time=1558000&duration=8961000 (8 live) TLS GZIP 306ms 762 bytes (pipelined: 16)
Dec 21, 2018 23:07:00.968 [0x80b89b500] DEBUG - handleStreamRead code 335544539: short read
Dec 21, 2018 23:07:00.980 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 23:07:00.980 [0x80c640500] DEBUG - Request: [10.10.0.120:54735 (WAN)] GET /player/proxy/poll?deviceClass=pc&protocolVersion=1&protocolCapabilities=timeline%2Cplayback%2Cnavigation%2Cmirror%2Cplayqueues&timeout=1 (7 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 23:07:00.980 [0x80c640500] DEBUG - Beginning read from two-way stream.
Dec 21, 2018 23:07:04.665 [0x80b89b500] DEBUG - handleStreamRead code 335544539: short read
Dec 21, 2018 23:07:04.685 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 23:07:04.685 [0x80bc63f00] DEBUG - Request: [10.10.0.10:56572 (WAN)] GET /player/proxy/poll?deviceClass=pc&protocolVersion=1&protocolCapabilities=timeline%2Cplayback%2Cnavigation%2Cmirror%2Cplayqueues&timeout=1 (7 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 23:07:04.686 [0x80bc63f00] DEBUG - Beginning read from two-way stream.
Dec 21, 2018 23:07:07.417 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 23:07:07.417 [0x80bc63f00] DEBUG - Request: [10.10.0.120:54736 (WAN)] GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=390&playQueueItemID=17140&state=buffering&hasMDE=1&time=1558000&duration=8961000 (8 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 23:07:07.419 [0x80bc63f00] DEBUG - Client [srvxpjsjhwotra3wjqkdq3wn] reporting timeline state buffering, progress of 1558000/8961000ms for guid=, ratingKey=10401 url=, key=/library/metadata/10401, containerKey=, metadataId=10401, source=
Dec 21, 2018 23:07:07.502 [0x80bc63f00] DEBUG - Play progress on 10401 'Avengers: Infinity War' - got played 1558000 ms by account 1!
Dec 21, 2018 23:07:07.502 [0x80bc63f00] DEBUG - [Now] User is ME@ME.COM (ID: 1)
Dec 21, 2018 23:07:07.502 [0x80bc63f00] DEBUG - [Now] Device is Xbox One (XBOXONE).
Dec 21, 2018 23:07:07.502 [0x80bc63f00] DEBUG - [Now] Profile is Xbox One
Dec 21, 2018 23:07:07.502 [0x80bc63f00] DEBUG - [Now] Updated play state for /library/metadata/10401.
Dec 21, 2018 23:07:07.502 [0x80bc63f00] DEBUG - Statistics: (kt9t52kip6245ov1rezopp26) Reporting active playback in state 2 of type 1 (scrobble: 0) for account 1
Dec 21, 2018 23:07:07.504 [0x80b89b500] DEBUG - Completed: [10.10.0.120:54736] 200 GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=390&playQueueItemID=17140&state=buffering&hasMDE=1&time=1558000&duration=8961000 (8 live) TLS GZIP 86ms 763 bytes (pipelined: 1)
Dec 21, 2018 23:07:17.404 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 23:07:17.405 [0x80bc63f00] DEBUG - Request: [10.10.0.120:54736 (WAN)] GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=390&playQueueItemID=17140&state=buffering&hasMDE=1&time=1558000&duration=8961000 (8 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 23:07:17.406 [0x80bc63f00] DEBUG - Client [srvxpjsjhwotra3wjqkdq3wn] reporting timeline state buffering, progress of 1558000/8961000ms for guid=, ratingKey=10401 url=, key=/library/metadata/10401, containerKey=, metadataId=10401, source=
Dec 21, 2018 23:07:17.438 [0x80bc63f00] DEBUG - Play progress on 10401 'Avengers: Infinity War' - got played 1558000 ms by account 1!
Dec 21, 2018 23:07:17.438 [0x80bc63f00] DEBUG - [Now] User is ME@ME.COM (ID: 1)
Dec 21, 2018 23:07:17.438 [0x80bc63f00] DEBUG - [Now] Device is Xbox One (XBOXONE).
Dec 21, 2018 23:07:17.438 [0x80bc63f00] DEBUG - [Now] Profile is Xbox One
Dec 21, 2018 23:07:17.438 [0x80bc63f00] DEBUG - [Now] Updated play state for /library/metadata/10401.
Dec 21, 2018 23:07:17.439 [0x80bc63f00] DEBUG - Statistics: (kt9t52kip6245ov1rezopp26) Reporting active playback in state 2 of type 1 (scrobble: 0) for account 1
Dec 21, 2018 23:07:17.441 [0x80b89b500] DEBUG - Completed: [10.10.0.120:54736] 200 GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=390&playQueueItemID=17140&state=buffering&hasMDE=1&time=1558000&duration=8961000 (8 live) TLS GZIP 36ms 762 bytes (pipelined: 2)
Dec 21, 2018 23:07:20.985 [0x80b89ba00] DEBUG - handleStreamRead code 335544539: short read
Dec 21, 2018 23:07:20.997 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 23:07:20.997 [0x80c640500] DEBUG - Request: [10.10.0.120:54736 (WAN)] GET /player/proxy/poll?deviceClass=pc&protocolVersion=1&protocolCapabilities=timeline%2Cplayback%2Cnavigation%2Cmirror%2Cplayqueues&timeout=1 (7 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 23:07:20.997 [0x80c640500] DEBUG - Beginning read from two-way stream.
Dec 21, 2018 23:07:24.483 [0x80b89f600] DEBUG - BPQ: onConsiderProcessing: Idle (true)
Dec 21, 2018 23:07:24.483 [0x80b89f600] DEBUG - BPQ: [Idle] -> [Processing]
Dec 21, 2018 23:07:24.485 [0x80b89f600] DEBUG - BPQ: generating queue items from 0 generator(s)
Dec 21, 2018 23:07:24.485 [0x80b89f600] DEBUG - BPQ: generated 0 item(s) for queue
Dec 21, 2018 23:07:24.485 [0x80b89f600] DEBUG - PlayQueue: 0 generated IDs compressed down to a 2 byte blob.
Dec 21, 2018 23:07:24.485 [0x80b89f600] DEBUG - PlayQueue: 0 generated IDs compressed down to a 2 byte blob.
Dec 21, 2018 23:07:24.577 [0x80b89f600] DEBUG - BPQ: [Processing] -> [Idle]
Dec 21, 2018 23:07:24.699 [0x80b89b500] DEBUG - handleStreamRead code 335544539: short read
Dec 21, 2018 23:07:24.715 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 23:07:24.715 [0x80c640500] DEBUG - Request: [10.10.0.10:56573 (WAN)] GET /player/proxy/poll?deviceClass=pc&protocolVersion=1&protocolCapabilities=timeline%2Cplayback%2Cnavigation%2Cmirror%2Cplayqueues&timeout=1 (7 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 23:07:24.715 [0x80c640500] DEBUG - Beginning read from two-way stream.
Dec 21, 2018 23:07:27.413 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 23:07:27.413 [0x80be2d000] DEBUG - Request: [10.10.0.120:54737 (WAN)] GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=390&playQueueItemID=17140&state=buffering&hasMDE=1&time=1558000&duration=8961000 (8 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 23:07:27.414 [0x80be2d000] DEBUG - Client [srvxpjsjhwotra3wjqkdq3wn] reporting timeline state buffering, progress of 1558000/8961000ms for guid=, ratingKey=10401 url=, key=/library/metadata/10401, containerKey=, metadataId=10401, source=
Dec 21, 2018 23:07:27.502 [0x80be2d000] DEBUG - Play progress on 10401 'Avengers: Infinity War' - got played 1558000 ms by account 1!
Dec 21, 2018 23:07:27.502 [0x80be2d000] DEBUG - [Now] User is ME@ME.COM (ID: 1)
Dec 21, 2018 23:07:27.502 [0x80be2d000] DEBUG - [Now] Device is Xbox One (XBOXONE).
Dec 21, 2018 23:07:27.502 [0x80be2d000] DEBUG - [Now] Profile is Xbox One
Dec 21, 2018 23:07:27.502 [0x80be2d000] DEBUG - [Now] Updated play state for /library/metadata/10401.
Dec 21, 2018 23:07:27.502 [0x80be2d000] DEBUG - Statistics: (kt9t52kip6245ov1rezopp26) Reporting active playback in state 2 of type 1 (scrobble: 0) for account 1
Dec 21, 2018 23:07:27.504 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:54737] 200 GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=390&playQueueItemID=17140&state=buffering&hasMDE=1&time=1558000&duration=8961000 (8 live) TLS GZIP 91ms 762 bytes (pipelined: 1)
Dec 21, 2018 23:07:27.767 [0x80bc63f00] DEBUG - Transcoder segment range: 311 - 335
Dec 21, 2018 23:07:37.406 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 23:07:37.406 [0x80c640500] DEBUG - Request: [10.10.0.120:54737 (WAN)] GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=390&playQueueItemID=17140&state=buffering&hasMDE=1&time=1558000&duration=8961000 (8 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 23:07:37.408 [0x80c640500] DEBUG - Client [srvxpjsjhwotra3wjqkdq3wn] reporting timeline state buffering, progress of 1558000/8961000ms for guid=, ratingKey=10401 url=, key=/library/metadata/10401, containerKey=, metadataId=10401, source=
Dec 21, 2018 23:07:37.466 [0x80c640500] DEBUG - Play progress on 10401 'Avengers: Infinity War' - got played 1558000 ms by account 1!
Dec 21, 2018 23:07:37.466 [0x80c640500] DEBUG - [Now] User is ME@ME.COM (ID: 1)
Dec 21, 2018 23:07:37.467 [0x80c640500] DEBUG - [Now] Device is Xbox One (XBOXONE).
Dec 21, 2018 23:07:37.467 [0x80c640500] DEBUG - [Now] Profile is Xbox One
Dec 21, 2018 23:07:37.467 [0x80c640500] DEBUG - [Now] Updated play state for /library/metadata/10401.
Dec 21, 2018 23:07:37.467 [0x80c640500] DEBUG - Statistics: (kt9t52kip6245ov1rezopp26) Reporting active playback in state 2 of type 1 (scrobble: 0) for account 1
Dec 21, 2018 23:07:37.470 [0x80b89ba00] DEBUG - Completed: [10.10.0.120:54737] 200 GET /:/timeline?ratingKey=10401&key=%2Flibrary%2Fmetadata%2F10401&playbackTime=390&playQueueItemID=17140&state=buffering&hasMDE=1&time=1558000&duration=8961000 (8 live) TLS GZIP 63ms 762 bytes (pipelined: 2)
Dec 21, 2018 23:07:41.010 [0x80b89ba00] DEBUG - handleStreamRead code 335544539: short read
Dec 21, 2018 23:07:41.022 [0x80b89b500] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 23:07:41.023 [0x80be2d000] DEBUG - Request: [10.10.0.120:54737 (WAN)] GET /player/proxy/poll?deviceClass=pc&protocolVersion=1&protocolCapabilities=timeline%2Cplayback%2Cnavigation%2Cmirror%2Cplayqueues&timeout=1 (7 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 23:07:41.023 [0x80be2d000] DEBUG - Beginning read from two-way stream.
Dec 21, 2018 23:07:44.720 [0x80b89ba00] DEBUG - handleStreamRead code 335544539: short read
Dec 21, 2018 23:07:44.737 [0x80b89ba00] DEBUG - Auth: authenticated user 1 as ME@ME.COM
Dec 21, 2018 23:07:44.737 [0x80c640500] DEBUG - Request: [10.10.0.10:56581 (WAN)] GET /player/proxy/poll?deviceClass=pc&protocolVersion=1&protocolCapabilities=timeline%2Cplayback%2Cnavigation%2Cmirror%2Cplayqueues&timeout=1 (7 live) TLS GZIP Signed-in Token (ME@ME.COM)
Dec 21, 2018 23:07:44.737 [0x80c640500] DEBUG - Beginning read from two-way stream.

There’s too much log output to keep posting in the forums, but I was briefly able to back out of the buffer, attempt to resume, engaged HDR, began to play, then buffered, and kicked out of HDR.

The Plex Player on Xbox is completely unstable with 4K HVEC HDR.

This right here is why. For some reason this playback attempt your Xbox One lost direct connection to the server (Maybe a network restart or hiccup?). Since it is using the relay servers it is forced to transcode down to I believe 2Mbps which will look something like a 1 year old tried to draw it with a set of 6 color pencils.

I don’t know why it’s getting flagged as WAN traffic there, but your previous requests have that same marking. The problem is just that the direct connection to he server got lost so it started using the plex relay system which is highly limited. So as long as you can get the direct connection back, you should be good.