pabloromeo / clusterplex

ClusterPlex is an extended version of Plex, which supports distributed Workers across a cluster to handle transcoding requests.
MIT License
410 stars 33 forks source link

No Transcoding on Phone #260

Closed seang96 closed 7 months ago

seang96 commented 9 months ago

Describe the bug Transcoding video to phone fails and the video player loads indefinitely. Playing videos work in plex.tv though.

To Reproduce Steps to reproduce the behavior:

  1. Helm Chart install
  2. Use Ingress or nodeport to connect to plex.tv,
  3. Use amd gpu in limits for worker node and PMS,
  4. Add env to worker FFMPEG_HWACCEL: vaapi
  5. Transcode video on a phone, using internal and external network

Expected behavior Video to play on the phone

Desktop (please complete the following information):

Additional context These messages in the console repeat while the video loads indefinitely Worker logs show

2023-10-07T22:54:45.857453500-04:00 Conversion failed!                                                                                                                                                                  
2023-10-07T22:54:45.865483901-04:00 Transcoder exit: child process exited with code 1                                                                                                                                   
2023-10-07T22:54:45.865497046-04:00 Completed transcode                                                                                                                                                                 
2023-10-07T22:54:45.865746274-04:00 Removing process from taskMap                                                                                                                                                       
2023-10-07T22:54:45.865766211-04:00 Transcoder close: child process exited with code 1 

PMS console log shows

Didn't receive a request from 127.0.0.1:58102: End of file

I swapped from NodePort to Ingress configuration since Ingress method uses X-Forwarded-For to properly pull the IP address for remote playback instead of using the cluster IP; I thought this would resolve it, but it appears to still be broken.

pabloromeo commented 9 months ago

Initially I'd test without workers and without hardware transcoding, to make sure plex itself is set up correctly and you get playback. Given that there are several moving parts, it's hard to say why it's failing with that portion of the worker log. Any chance you could provide more content from that log? During startup the workers download. Codecs and EAE. That should be present in the logs. Also, how are you sharing the library between pms and the workers? Could it be a permissions issue?

seang96 commented 9 months ago

I set transcoding operating mode to local only and it resulted in it loading indefinitely still on the Android app. HW Trasncoding still works in the plex web player. When transcoding in the web player it outputs the same thing in the console output about amdgpu.ids file/directory. After some further testing it seems transcoding doesn't work from the server on the Android app at all with or without workers, locally and remotely.

Workers did download codecs and EAE, they were able to do skip intro processing and credits detection as well as transcode in plex web. Library is shared between PMS and workers through a ReadWriteMany smb-sci pvc and since plex web transodes properly with them permissions seem to be fine.

To help with providing you better logging info, do you want logs from plex web console, "download" logs from web console, or kurbenetes logs for each of the pods?

Console output:

Starting Plex Media Server. . . (you can ignore the libusb_init error)
[ls.io-init] done.
Critical: libusb_init failed
/data/jenkins/conan_build/1113263720/conan/.conan/data/libdrm/2.4.115-3/plex/stable/build/73ee780ba6ea3ef381da6e7f229c475bfaf477ca/meson-install/share/libdrm/amdgpu.ids: No such file or directory
/data/jenkins/conan_build/1113263720/conan/.conan/data/libdrm/2.4.115-3/plex/stable/build/73ee780ba6ea3ef381da6e7f229c475bfaf477ca/meson-install/share/libdrm/amdgpu.ids: No such file or directory
/data/jenkins/conan_build/1113263720/conan/.conan/data/libdrm/2.4.115-3/plex/stable/build/73ee780ba6ea3ef381da6e7f229c475bfaf477ca/meson-install/share/libdrm/amdgpu.ids: No such file or directory
/data/jenkins/conan_build/1113263720/conan/.conan/data/libdrm/2.4.115-3/plex/stable/build/73ee780ba6ea3ef381da6e7f229c475bfaf477ca/meson-install/share/libdrm/amdgpu.ids: No such file or directory
/data/jenkins/conan_build/1113263720/conan/.conan/data/libdrm/2.4.115-3/plex/stable/build/73ee780ba6ea3ef381da6e7f229c475bfaf477ca/meson-install/share/libdrm/amdgpu.ids: No such file or directory
/data/jenkins/conan_build/1113263720/conan/.conan/data/libdrm/2.4.115-3/plex/stable/build/73ee780ba6ea3ef381da6e7f229c475bfaf477ca/meson-install/share/libdrm/amdgpu.ids: No such file or directory
/data/jenkins/conan_build/1113263720/conan/.conan/data/libdrm/2.4.115-3/plex/stable/build/73ee780ba6ea3ef381da6e7f229c475bfaf477ca/meson-install/share/libdrm/amdgpu.ids: No such file or directory
/data/jenkins/conan_build/1113263720/conan/.conan/data/libdrm/2.4.115-3/plex/stable/build/73ee780ba6ea3ef381da6e7f229c475bfaf477ca/meson-install/share/libdrm/amdgpu.ids: No such file or directory
Calling external transcoder: /app/transcoder.js
Starting sentinel monitoring pid 1423 and child pid 1424
ON_DEATH: debug mode enabled for pid [1424]
/data/jenkins/conan_build/1113263720/conan/.conan/data/libdrm/2.4.115-3/plex/stable/build/73ee780ba6ea3ef381da6e7f229c475bfaf477ca/meson-install/share/libdrm/amdgpu.ids: No such file or directory
/data/jenkins/conan_build/1113263720/conan/.conan/data/libdrm/2.4.115-3/plex/stable/build/73ee780ba6ea3ef381da6e7f229c475bfaf477ca/meson-install/share/libdrm/amdgpu.ids: No such file or directory
Calling external transcoder: /app/transcoder.js
Starting sentinel monitoring pid 1478 and child pid 1479
ON_DEATH: debug mode enabled for pid [1479]
/data/jenkins/conan_build/1113263720/conan/.conan/data/libdrm/2.4.115-3/plex/stable/build/73ee780ba6ea3ef381da6e7f229c475bfaf477ca/meson-install/share/libdrm/amdgpu.ids: No such file or directory
Main process is no longer running
Sending SIGTERM to the child process
Trapped SIGTERM
ON_DEATH signal detected
SIGTERM
Killing child transcoder

PMS Logs (this repeats while it tries to transcode)

Oct 08, 2023 13:26:35.854 [140412514732856] Debug — [Req#11f] Client [1b8467354c6085e2-com-plexapp-android] reporting timeline state buffering, progress of 379031/1421000ms for guid=plex://episode/650990c5cef2ba0360a87cf2, playbackTime=8474ms ratingKey=3581 url=, key=/library/metadata/3581, containerKey=, metadataId=3581, source=
Oct 08, 2023 13:26:35.892 [140412518951736] Debug — Request: [127.0.0.1:34196 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/9f8dde69-6e92-465f-91df-6fa687f449bd/manifest (16 live) #126 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:35.892 [140412641151800] Debug — Completed: [127.0.0.1:34196] 404 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/9f8dde69-6e92-465f-91df-6fa687f449bd/manifest (16 live) #126 0ms 259 bytes
Oct 08, 2023 13:26:35.896 [140412527389496] Debug — Request: [127.0.0.1:34210 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/9f8dde69-6e92-465f-91df-6fa687f449bd/manifest (16 live) #13e Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:35.896 [140412639042360] Debug — Completed: [127.0.0.1:34210] 404 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/9f8dde69-6e92-465f-91df-6fa687f449bd/manifest (16 live) #13e 0ms 259 bytes
Oct 08, 2023 13:26:35.917 [140412555569976] Debug — Request: [127.0.0.1:40822 (Loopback)] PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/9f8dde69-6e92-465f-91df-6fa687f449bd/progress?progress=0.1&size=-22&remaining=764&vdec_packets=241&vdec_hw_ok=234&speed=1.2&vdec_hw_status=1 (15 live) #10b Signed-in Token (seangreenawalt) (range: bytes=0-)  / Accept => */* / Connection => keep-alive / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Range => bytes=0- / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite / X-Plex-Token => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Oct 08, 2023 13:26:35.917 [140412514732856] Debug — [Req#11f] Play progress on 3581 'Belgrieve the Red Ogre' - got played 379031 ms by account 1!
Oct 08, 2023 13:26:35.917 [140412555569976] Verbose — [Req#10b/Transcode/1b8467354c6085e2-com-plexapp-android/9f8dde69-6e92-465f-91df-6fa687f449bd] It took 0.0 sec to serialize a list with 0 elements.
Oct 08, 2023 13:26:35.917 [140412639042360] Debug — Completed: [127.0.0.1:40822] 206 PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/9f8dde69-6e92-465f-91df-6fa687f449bd/progress?progress=0.1&size=-22&remaining=764&vdec_packets=241&vdec_hw_ok=234&speed=1.2&vdec_hw_status=1 (15 live) #10b 0ms 355 bytes (pipelined: 23) (range: bytes=0-) 
Oct 08, 2023 13:26:35.954 [140412639042360] Verbose — Didn't receive a request from 127.0.0.1:40822: End of file
Oct 08, 2023 13:26:36.036 [140412514732856] Debug — [Req#11f] [Now] User is seangreenawalt (ID: 1)
Oct 08, 2023 13:26:36.036 [140412514732856] Debug — [Req#11f] [Now] Device is Android (Pixel Fold).
Oct 08, 2023 13:26:36.036 [140412514732856] Debug — [Req#11f] [Now] Profile is Android
Oct 08, 2023 13:26:36.036 [140412514732856] Debug — [Req#11f] [Now] Updated play state for /library/metadata/3581.
Oct 08, 2023 13:26:36.037 [140412514732856] Debug — [Req#11f] Statistics: (1b8467354c6085e2-com-plexapp-android) Reporting active playback in state 2 of type 4 (scrobble: 0) for account 1
Oct 08, 2023 13:26:36.066 [140412514732856] Verbose — It took 0.0 sec to serialize a list with 2 elements.
Oct 08, 2023 13:26:36.066 [140412641151800] Debug — Completed: [10.42.2.3:58068] 200 GET /:/timeline?audioStreamID=18808&bufferedTime=0&duration=1421000&guid=plex%3A%2F%2Fepisode%2F650990c5cef2ba0360a87cf2&key=%2Flibrary%2Fmetadata%2F3581&playbackTime=8474&playQueueItemID=3429&ratingKey=3581&state=buffering&time=379031&timeStalled=1&token=xxxxxxxxxxxxxxxxxxxx (14 live) #11f GZIP 220ms 809 bytes (pipelined: 1)
Oct 08, 2023 13:26:36.462 [140412523170616] Debug — Request: [127.0.0.1:34222 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #144 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:36.462 [140412523170616] Debug — [Req#144/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 126 (-1)
Oct 08, 2023 13:26:36.462 [140412587211576] Debug — Request: [127.0.0.1:34178 (Loopback)] PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=62&vdec_hw_ok=54&speed=0.0&vdec_hw_status=1 (15 live) #11e Signed-in Token (seangreenawalt) (range: bytes=0-)  / Accept => */* / Connection => keep-alive / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Range => bytes=0- / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite / X-Plex-Token => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Oct 08, 2023 13:26:36.463 [140412587211576] Verbose — [Req#11e/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] We want 60 seconds ahead, last returned was -1.000000 and max is 378.003000.
Oct 08, 2023 13:26:36.463 [140412587211576] Verbose — [Req#11e/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] It took 0.0 sec to serialize a list with 0 elements.
Oct 08, 2023 13:26:36.463 [140412641151800] Debug — Completed: [127.0.0.1:34222] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #144 1ms 166 bytes
Oct 08, 2023 13:26:36.463 [140412641151800] Debug — Completed: [127.0.0.1:34178] 206 PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=62&vdec_hw_ok=54&speed=0.0&vdec_hw_status=1 (15 live) #11e 0ms 355 bytes (pipelined: 20) (range: bytes=0-) 
Oct 08, 2023 13:26:36.817 [140412525280056] Debug — Request: [127.0.0.1:34226 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #16d Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:36.817 [140412525280056] Debug — [Req#16d/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 126 (126)
Oct 08, 2023 13:26:36.832 [140412641151800] Debug — Completed: [127.0.0.1:34226] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #16d 15ms 166 bytes
Oct 08, 2023 13:26:36.863 [140412516842296] Debug — [Req#e9/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 126 from session
Oct 08, 2023 13:26:36.864 [140412516842296] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00126.ts
Oct 08, 2023 13:26:36.864 [140412516842296] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00126.ts - 1 active item(s)
Oct 08, 2023 13:26:36.864 [140412516842296] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:36.864 [140412516842296] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00126.ts is 1235756 (of total: 1235756).
Oct 08, 2023 13:26:36.964 [140412639042360] Debug — Completed: [10.42.2.3:35236] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00126.ts (15 live) #e9 1799ms 1235756 bytes (pipelined: 9)
Oct 08, 2023 13:26:36.964 [140412639042360] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00126.ts
Oct 08, 2023 13:26:36.964 [140412639042360] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:36.964 [140412639042360] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:36.964 [140412514732856] Debug — Request: [127.0.0.1:34242 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #17e Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:36.964 [140412514732856] Debug — [Req#17e/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 127 (126)
Oct 08, 2023 13:26:36.964 [140412641151800] Debug — Completed: [127.0.0.1:34242] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #17e 0ms 166 bytes
Oct 08, 2023 13:26:36.965 [140412523170616] Debug — Request: [127.0.0.1:34178 (Loopback)] PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=133&vdec_hw_ok=125&speed=0.0&vdec_hw_status=1 (14 live) #176 Signed-in Token (seangreenawalt) (range: bytes=0-)  / Accept => */* / Connection => keep-alive / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Range => bytes=0- / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite / X-Plex-Token => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Oct 08, 2023 13:26:36.965 [140412523170616] Verbose — [Req#176/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] We want 60 seconds ahead, last returned was 381.006000 and max is 381.006000.
Oct 08, 2023 13:26:36.965 [140412523170616] Verbose — [Req#176/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] It took 0.0 sec to serialize a list with 0 elements.
Oct 08, 2023 13:26:36.965 [140412639042360] Debug — Completed: [127.0.0.1:34178] 206 PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=133&vdec_hw_ok=125&speed=0.0&vdec_hw_status=1 (14 live) #176 0ms 355 bytes (pipelined: 21) (range: bytes=0-) 
Oct 08, 2023 13:26:37.107 [140412639042360] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:37.107 [140412639042360] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:37.107 [140412639042360] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:37.107 [140412587211576] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /transcode/sessions/1b8467354c6085e2-com-plexapp-android (14 live) #191 GZIP Signed-in Token (seangreenawalt) (Pixel Fold) / Accept => application/xml / Accept-Encoding => gzip / Accept-Language => en-us / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Plex-Advertising-DoNotTrack => 0 / X-Plex-Advertising-Identifier => 61837bd8-44e1-4722-bcfa-b5806ecc8cfc / X-Plex-Client-Identifier => 1b8467354c6085e2-com-plexapp-android / X-Plex-Device => Pixel Fold / X-Plex-Device-Name => Pixel Fold / X-Plex-Device-Screen-Density => 420 / X-Plex-Device-Screen-Resolution => 2092x1080 (Mobile) / X-Plex-Device-Vendor => Google / X-Plex-DRM => widevine:video / X-Plex-Features => external-media,indirect-media,hub-style-list / X-Plex-Language => en-us / X-Plex-Model => felix / X-Plex-Platform => Android / X-Plex-Platform-Version => 14 / X-Plex-Playback-Id => 4660b3de-a812-4ff0-bf1c-fef4aa9ec0c1 / X-Plex-Playback-Session-Id => 26b4d98a-cead-4693-95a5-238be9ad42ae / X-Plex-Product => Plex for Android (Mobile) / X-Plex-Provider-Version => 6.4.0 / X-Plex-Provides => controller,sync-target / X-Plex-Token => xxxxxxxxxxxxxxxxxxxx / X-Plex-Version => 10.0.0.4149 / X-Real-IP => 172.16.16.192 / X-Request-ID => 9a8f52337b431619c799b526d3094fb7 / X-Scheme => https
Oct 08, 2023 13:26:37.108 [140412587211576] Verbose — It took 0.0 sec to serialize a list with 1 elements.
Oct 08, 2023 13:26:37.108 [140412641151800] Debug — Completed: [10.42.2.3:35236] 200 GET /transcode/sessions/1b8467354c6085e2-com-plexapp-android (14 live) #191 GZIP 0ms 749 bytes (pipelined: 10)
Oct 08, 2023 13:26:37.113 [140412641151800] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:37.113 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:37.113 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:37.114 [140412525280056] Debug — Request: [10.42.2.3:58068 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00127.ts (14 live) #16a Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => a56e4753dbfced20cf3b12b0f3e0112b / X-Scheme => https
Oct 08, 2023 13:26:37.114 [140412525280056] Debug — [Req#16a/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 127 from session.
Oct 08, 2023 13:26:37.303 [140412521061176] Debug — Request: [127.0.0.1:34254 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #190 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:37.303 [140412521061176] Debug — [Req#190/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 127 (127)
Oct 08, 2023 13:26:37.335 [140412525280056] Debug — [Req#16a/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 127 from session
Oct 08, 2023 13:26:37.335 [140412525280056] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00127.ts
Oct 08, 2023 13:26:37.335 [140412525280056] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00127.ts - 1 active item(s)
Oct 08, 2023 13:26:37.335 [140412525280056] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:37.335 [140412525280056] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00127.ts is 830603 (of total: 830603).
Oct 08, 2023 13:26:37.336 [140412641151800] Debug — Completed: [127.0.0.1:34254] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #190 32ms 166 bytes
Oct 08, 2023 13:26:37.336 [140412529498936] Debug — Request: [127.0.0.1:34264 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #1c1 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:37.337 [140412529498936] Debug — [Req#1c1/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 128 (127)
Oct 08, 2023 13:26:37.337 [140412641151800] Debug — Completed: [127.0.0.1:34264] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #1c1 0ms 166 bytes
Oct 08, 2023 13:26:37.341 [140412641151800] Debug — Completed: [10.42.2.3:58068] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00127.ts (14 live) #16a 227ms 830603 bytes (pipelined: 2)
Oct 08, 2023 13:26:37.341 [140412641151800] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00127.ts
Oct 08, 2023 13:26:37.341 [140412641151800] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:37.341 [140412641151800] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:37.399 [140412639042360] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:37.399 [140412639042360] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:37.399 [140412639042360] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:37.399 [140412518951736] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00128.ts (14 live) #1b4 Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => 7e467e1831071d4a38966c621ab1b2c8 / X-Scheme => https
Oct 08, 2023 13:26:37.399 [140412518951736] Debug — [Req#1b4/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 128 from session.
Oct 08, 2023 13:26:37.464 [140412527389496] Debug — Request: [127.0.0.1:34178 (Loopback)] PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=226&vdec_hw_ok=218&speed=0.0&vdec_hw_status=1 (14 live) #1a4 Signed-in Token (seangreenawalt) (range: bytes=0-)  / Accept => */* / Connection => keep-alive / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Range => bytes=0- / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite / X-Plex-Token => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Oct 08, 2023 13:26:37.464 [140412527389496] Verbose — [Req#1a4/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] We want 60 seconds ahead, last returned was 384.009000 and max is 384.009000.
Oct 08, 2023 13:26:37.464 [140412527389496] Verbose — [Req#1a4/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] It took 0.0 sec to serialize a list with 0 elements.
Oct 08, 2023 13:26:37.464 [140412639042360] Debug — Completed: [127.0.0.1:34178] 206 PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=226&vdec_hw_ok=218&speed=0.0&vdec_hw_status=1 (14 live) #1a4 0ms 355 bytes (pipelined: 22) (range: bytes=0-) 
Oct 08, 2023 13:26:37.724 [140412555569976] Debug — Request: [127.0.0.1:34272 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #1d3 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:37.724 [140412555569976] Debug — [Req#1d3/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 128 (128)
Oct 08, 2023 13:26:37.737 [140412639042360] Debug — Completed: [127.0.0.1:34272] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #1d3 12ms 166 bytes
Oct 08, 2023 13:26:37.767 [140412516842296] Debug — Request: [127.0.0.1:34274 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #1f7 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:37.767 [140412516842296] Debug — [Req#1f7/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 129 (128)
Oct 08, 2023 13:26:37.767 [140412639042360] Debug — Completed: [127.0.0.1:34274] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #1f7 0ms 166 bytes
Oct 08, 2023 13:26:37.800 [140412518951736] Debug — [Req#1b4/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 128 from session
Oct 08, 2023 13:26:37.800 [140412531608376] Debug — [Req#1b4/Transcode/1b8467354c6085e2-com-plexapp-android] Cleaning directory for session 1b8467354c6085e2-com-plexapp-android (/transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-9f8dde69-6e92-465f-91df-6fa687f449bd)
Oct 08, 2023 13:26:37.800 [140412518951736] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00128.ts
Oct 08, 2023 13:26:37.800 [140412518951736] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00128.ts - 1 active item(s)
Oct 08, 2023 13:26:37.800 [140412518951736] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:37.801 [140412518951736] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00128.ts is 1145248 (of total: 1145248).
Oct 08, 2023 13:26:37.803 [140412641151800] Debug — Completed: [10.42.2.3:35236] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00128.ts (14 live) #1b4 403ms 1145248 bytes (pipelined: 11)
Oct 08, 2023 13:26:37.803 [140412641151800] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00128.ts
Oct 08, 2023 13:26:37.803 [140412641151800] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:37.803 [140412641151800] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:37.889 [140412639042360] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:37.889 [140412639042360] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:37.889 [140412639042360] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:37.889 [140412514732856] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00129.ts (14 live) #213 Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => c817411b4920c3f84e48477572ab569a / X-Scheme => https
Oct 08, 2023 13:26:37.889 [140412514732856] Debug — [Req#213/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 129 from session.
Oct 08, 2023 13:26:37.975 [140412587211576] Debug — Request: [127.0.0.1:34178 (Loopback)] PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=317&vdec_hw_ok=309&speed=0.0&vdec_hw_status=1 (14 live) #1f2 Signed-in Token (seangreenawalt) (range: bytes=0-)  / Accept => */* / Connection => keep-alive / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Range => bytes=0- / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite / X-Plex-Token => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Oct 08, 2023 13:26:37.975 [140412587211576] Verbose — [Req#1f2/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] We want 60 seconds ahead, last returned was 387.012000 and max is 387.012000.
Oct 08, 2023 13:26:37.975 [140412587211576] Verbose — [Req#1f2/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] It took 0.0 sec to serialize a list with 0 elements.
Oct 08, 2023 13:26:37.975 [140412641151800] Debug — Completed: [127.0.0.1:34178] 206 PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=317&vdec_hw_ok=309&speed=0.0&vdec_hw_status=1 (14 live) #1f2 0ms 355 bytes (pipelined: 23) (range: bytes=0-) 
Oct 08, 2023 13:26:38.069 [140412521061176] Debug — Request: [127.0.0.1:34288 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #1ff Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:38.069 [140412521061176] Debug — [Req#1ff/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 129 (129)
Oct 08, 2023 13:26:38.107 [140412514732856] Debug — [Req#213/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 129 from session
Oct 08, 2023 13:26:38.107 [140412514732856] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00129.ts
Oct 08, 2023 13:26:38.107 [140412514732856] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00129.ts - 1 active item(s)
Oct 08, 2023 13:26:38.107 [140412514732856] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:38.107 [140412514732856] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00129.ts is 1028566 (of total: 1028566).
Oct 08, 2023 13:26:38.108 [140412639042360] Debug — Completed: [127.0.0.1:34288] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #1ff 38ms 166 bytes
Oct 08, 2023 13:26:38.108 [140412525280056] Debug — Request: [127.0.0.1:34300 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #22f Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:38.109 [140412525280056] Debug — [Req#22f/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 130 (129)
Oct 08, 2023 13:26:38.109 [140412639042360] Debug — Completed: [10.42.2.3:35236] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00129.ts (15 live) #213 220ms 1028566 bytes (pipelined: 12)
Oct 08, 2023 13:26:38.109 [140412639042360] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00129.ts
Oct 08, 2023 13:26:38.109 [140412639042360] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:38.109 [140412639042360] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:38.110 [140412641151800] Debug — Completed: [127.0.0.1:34300] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #22f 2ms 166 bytes
Oct 08, 2023 13:26:38.179 [140412641151800] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:38.179 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:38.179 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:38.179 [140412529498936] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00130.ts (14 live) #247 Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => 2ac5dcdb9d92cc77c70d0c7962abd3e7 / X-Scheme => https
Oct 08, 2023 13:26:38.179 [140412529498936] Debug — [Req#247/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 130 from session.
Oct 08, 2023 13:26:38.452 [140412527389496] Debug — Request: [127.0.0.1:34316 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #241 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:38.452 [140412527389496] Debug — [Req#241/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 130 (130)
Oct 08, 2023 13:26:38.468 [140412641151800] Debug — Completed: [127.0.0.1:34316] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #241 15ms 166 bytes
Oct 08, 2023 13:26:38.479 [140412529498936] Debug — [Req#247/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 130 from session
Oct 08, 2023 13:26:38.479 [140412529498936] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00130.ts
Oct 08, 2023 13:26:38.479 [140412529498936] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00130.ts - 1 active item(s)
Oct 08, 2023 13:26:38.479 [140412529498936] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:38.479 [140412529498936] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00130.ts is 1113077 (of total: 1113077).
Oct 08, 2023 13:26:38.592 [140412641151800] Debug — Completed: [10.42.2.3:35236] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00130.ts (14 live) #247 413ms 1113077 bytes (pipelined: 13)
Oct 08, 2023 13:26:38.592 [140412641151800] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00130.ts
Oct 08, 2023 13:26:38.592 [140412641151800] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:38.592 [140412641151800] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:38.595 [140412555569976] Debug — Request: [127.0.0.1:34320 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #25c Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:38.595 [140412555569976] Debug — [Req#25c/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 131 (130)
Oct 08, 2023 13:26:38.595 [140412641151800] Debug — Completed: [127.0.0.1:34320] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #25c 0ms 166 bytes
Oct 08, 2023 13:26:38.597 [140412516842296] Debug — Request: [127.0.0.1:34178 (Loopback)] PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=410&vdec_hw_ok=402&speed=0.0&vdec_hw_status=1 (14 live) #22a Signed-in Token (seangreenawalt) (range: bytes=0-)  / Accept => */* / Connection => keep-alive / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Range => bytes=0- / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite / X-Plex-Token => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Oct 08, 2023 13:26:38.597 [140412516842296] Verbose — [Req#22a/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] We want 60 seconds ahead, last returned was 393.018000 and max is 393.018000.
Oct 08, 2023 13:26:38.597 [140412516842296] Verbose — [Req#22a/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] It took 0.0 sec to serialize a list with 0 elements.
Oct 08, 2023 13:26:38.597 [140412641151800] Debug — Completed: [127.0.0.1:34178] 206 PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=410&vdec_hw_ok=402&speed=0.0&vdec_hw_status=1 (14 live) #22a 0ms 355 bytes (pipelined: 24) (range: bytes=0-) 
Oct 08, 2023 13:26:38.682 [140412641151800] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:38.682 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:38.682 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:38.683 [140412518951736] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00131.ts (14 live) #26f Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => 99c8e7024ba5caebe5a7c448616e6cac / X-Scheme => https
Oct 08, 2023 13:26:38.683 [140412518951736] Debug — [Req#26f/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 131 from session.
Oct 08, 2023 13:26:38.998 [140412521061176] Debug — Request: [127.0.0.1:34322 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #277 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:38.998 [140412521061176] Debug — [Req#277/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 131 (131)
Oct 08, 2023 13:26:39.016 [140412641151800] Debug — Completed: [127.0.0.1:34322] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #277 17ms 166 bytes
Oct 08, 2023 13:26:39.044 [140412514732856] Debug — Request: [127.0.0.1:34330 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #292 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:39.044 [140412514732856] Debug — [Req#292/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 132 (131)
Oct 08, 2023 13:26:39.045 [140412639042360] Debug — Completed: [127.0.0.1:34330] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #292 0ms 166 bytes
Oct 08, 2023 13:26:39.083 [140412518951736] Debug — [Req#26f/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 131 from session
Oct 08, 2023 13:26:39.083 [140412518951736] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00131.ts
Oct 08, 2023 13:26:39.083 [140412518951736] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00131.ts - 1 active item(s)
Oct 08, 2023 13:26:39.083 [140412518951736] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:39.084 [140412518951736] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00131.ts is 1099626 (of total: 1099626).
Oct 08, 2023 13:26:39.087 [140412641151800] Debug — Completed: [10.42.2.3:35236] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00131.ts (14 live) #26f 404ms 1099626 bytes (pipelined: 14)
Oct 08, 2023 13:26:39.087 [140412641151800] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00131.ts
Oct 08, 2023 13:26:39.087 [140412641151800] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:39.087 [140412641151800] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:39.098 [140412525280056] Debug — Request: [127.0.0.1:34178 (Loopback)] PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=506&vdec_hw_ok=498&speed=0.0&vdec_hw_status=1 (14 live) #282 Signed-in Token (seangreenawalt) (range: bytes=0-)  / Accept => */* / Connection => keep-alive / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Range => bytes=0- / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite / X-Plex-Token => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Oct 08, 2023 13:26:39.099 [140412525280056] Verbose — [Req#282/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] We want 60 seconds ahead, last returned was 396.021000 and max is 396.021000.
Oct 08, 2023 13:26:39.099 [140412525280056] Verbose — [Req#282/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] It took 0.0 sec to serialize a list with 0 elements.
Oct 08, 2023 13:26:39.099 [140412641151800] Debug — Completed: [127.0.0.1:34178] 206 PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=506&vdec_hw_ok=498&speed=0.0&vdec_hw_status=1 (14 live) #282 0ms 355 bytes (pipelined: 25) (range: bytes=0-) 
Oct 08, 2023 13:26:39.164 [140412639042360] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:39.164 [140412639042360] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:39.164 [140412639042360] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:39.164 [140412527389496] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00132.ts (14 live) #2ad Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => b14f6277a25e19c7caea3eb448856135 / X-Scheme => https
Oct 08, 2023 13:26:39.164 [140412527389496] Debug — [Req#2ad/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 132 from session.
Oct 08, 2023 13:26:39.420 [140412529498936] Debug — Request: [127.0.0.1:34344 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #29a Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:39.421 [140412529498936] Debug — [Req#29a/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 132 (132)
Oct 08, 2023 13:26:39.482 [140412527389496] Debug — [Req#2ad/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 132 from session
Oct 08, 2023 13:26:39.482 [140412527389496] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00132.ts
Oct 08, 2023 13:26:39.482 [140412527389496] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00132.ts - 1 active item(s)
Oct 08, 2023 13:26:39.482 [140412527389496] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:39.482 [140412527389496] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00132.ts is 1016890 (of total: 1016890).
Oct 08, 2023 13:26:39.482 [140412641151800] Debug — Completed: [127.0.0.1:34344] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #29a 61ms 166 bytes
Oct 08, 2023 13:26:39.483 [140412555569976] Debug — Request: [127.0.0.1:34350 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #2d0 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:39.483 [140412555569976] Debug — [Req#2d0/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 133 (132)
Oct 08, 2023 13:26:39.483 [140412639042360] Debug — Completed: [10.42.2.3:35236] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00132.ts (15 live) #2ad 319ms 1016890 bytes (pipelined: 15)
Oct 08, 2023 13:26:39.483 [140412639042360] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00132.ts
Oct 08, 2023 13:26:39.483 [140412639042360] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:39.483 [140412639042360] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:39.484 [140412641151800] Debug — Completed: [127.0.0.1:34350] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #2d0 1ms 166 bytes
Oct 08, 2023 13:26:39.574 [140412641151800] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:39.575 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:39.575 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:39.575 [140412516842296] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00133.ts (14 live) #2e8 Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => af158006ccac547e7582baaac63d18e4 / X-Scheme => https
Oct 08, 2023 13:26:39.575 [140412516842296] Debug — [Req#2e8/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 133 from session.
Oct 08, 2023 13:26:39.597 [140412523170616] Debug — Request: [127.0.0.1:34178 (Loopback)] PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=590&vdec_hw_ok=582&speed=0.0&vdec_hw_status=1 (14 live) #2c3 Signed-in Token (seangreenawalt) (range: bytes=0-)  / Accept => */* / Connection => keep-alive / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Range => bytes=0- / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite / X-Plex-Token => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Oct 08, 2023 13:26:39.597 [140412523170616] Verbose — [Req#2c3/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] We want 60 seconds ahead, last returned was 399.024000 and max is 399.024000.
Oct 08, 2023 13:26:39.597 [140412523170616] Verbose — [Req#2c3/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] It took 0.0 sec to serialize a list with 0 elements.
Oct 08, 2023 13:26:39.597 [140412639042360] Debug — Completed: [127.0.0.1:34178] 206 PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=590&vdec_hw_ok=582&speed=0.0&vdec_hw_status=1 (14 live) #2c3 0ms 355 bytes (pipelined: 26) (range: bytes=0-) 
Oct 08, 2023 13:26:39.769 [140412587211576] Debug — Request: [127.0.0.1:34360 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #2e2 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:39.769 [140412587211576] Debug — [Req#2e2/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 133 (133)
Oct 08, 2023 13:26:39.781 [140412516842296] Debug — [Req#2e8/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 133 from session
Oct 08, 2023 13:26:39.781 [140412516842296] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00133.ts
Oct 08, 2023 13:26:39.781 [140412516842296] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00133.ts - 1 active item(s)
Oct 08, 2023 13:26:39.781 [140412516842296] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:39.781 [140412516842296] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00133.ts is 1152574 (of total: 1152574).
Oct 08, 2023 13:26:39.781 [140412639042360] Debug — Completed: [127.0.0.1:34360] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #2e2 12ms 166 bytes
Oct 08, 2023 13:26:39.810 [140412641151800] Debug — Completed: [10.42.2.3:35236] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00133.ts (14 live) #2e8 235ms 1152574 bytes (pipelined: 16)
Oct 08, 2023 13:26:39.810 [140412641151800] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00133.ts
Oct 08, 2023 13:26:39.810 [140412641151800] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:39.810 [140412641151800] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:39.811 [140412521061176] Debug — Request: [127.0.0.1:34376 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #306 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:39.811 [140412521061176] Debug — [Req#306/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 134 (133)
Oct 08, 2023 13:26:39.812 [140412639042360] Debug — Completed: [127.0.0.1:34376] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #306 1ms 166 bytes
Oct 08, 2023 13:26:39.895 [140412641151800] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:39.895 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:39.895 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:39.895 [140412514732856] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00134.ts (14 live) #318 Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => bad0185b8b7a601787b9e1a16b701323 / X-Scheme => https
Oct 08, 2023 13:26:39.896 [140412514732856] Debug — [Req#318/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 134 from session.
Oct 08, 2023 13:26:40.104 [140412529498936] Debug — Request: [127.0.0.1:34178 (Loopback)] PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=685&vdec_hw_ok=677&speed=0.0&vdec_hw_status=1 (14 live) #301 Signed-in Token (seangreenawalt) (range: bytes=0-)  / Accept => */* / Connection => keep-alive / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Range => bytes=0- / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite / X-Plex-Token => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Oct 08, 2023 13:26:40.104 [140412529498936] Verbose — [Req#301/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] We want 60 seconds ahead, last returned was 402.027000 and max is 402.027000.
Oct 08, 2023 13:26:40.104 [140412529498936] Verbose — [Req#301/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] It took 0.0 sec to serialize a list with 0 elements.
Oct 08, 2023 13:26:40.104 [140412641151800] Debug — Completed: [127.0.0.1:34178] 206 PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=685&vdec_hw_ok=677&speed=0.0&vdec_hw_status=1 (14 live) #301 0ms 355 bytes (pipelined: 27) (range: bytes=0-) 
Oct 08, 2023 13:26:40.184 [140412527389496] Debug — Request: [127.0.0.1:34390 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #321 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:40.184 [140412527389496] Debug — [Req#321/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 134 (134)
Oct 08, 2023 13:26:40.227 [140412514732856] Debug — [Req#318/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 134 from session
Oct 08, 2023 13:26:40.227 [140412514732856] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00134.ts
Oct 08, 2023 13:26:40.227 [140412514732856] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00134.ts - 1 active item(s)
Oct 08, 2023 13:26:40.227 [140412514732856] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:40.227 [140412514732856] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00134.ts is 1016919 (of total: 1016919).
Oct 08, 2023 13:26:40.227 [140412641151800] Debug — Completed: [127.0.0.1:34390] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #321 43ms 166 bytes
Oct 08, 2023 13:26:40.228 [140412555569976] Debug — Request: [127.0.0.1:34392 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #33c Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:40.228 [140412641151800] Debug — Completed: [10.42.2.3:35236] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00134.ts (15 live) #318 332ms 1016919 bytes (pipelined: 17)
Oct 08, 2023 13:26:40.228 [140412641151800] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00134.ts
Oct 08, 2023 13:26:40.228 [140412641151800] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:40.228 [140412555569976] Debug — [Req#33c/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 135 (134)
Oct 08, 2023 13:26:40.228 [140412641151800] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:40.229 [140412641151800] Debug — Completed: [127.0.0.1:34392] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #33c 1ms 166 bytes
Oct 08, 2023 13:26:40.319 [140412641151800] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:40.319 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:40.319 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:40.319 [140412523170616] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00135.ts (14 live) #351 Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => dbc3b465f7e77964f790648ad253c0c2 / X-Scheme => https
Oct 08, 2023 13:26:40.319 [140412523170616] Debug — [Req#351/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 135 from session.
Oct 08, 2023 13:26:40.605 [140412587211576] Debug — Request: [127.0.0.1:34178 (Loopback)] PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=778&vdec_hw_ok=770&speed=0.0&vdec_hw_status=1 (14 live) #337 Signed-in Token (seangreenawalt) (range: bytes=0-)  / Accept => */* / Connection => keep-alive / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Range => bytes=0- / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite / X-Plex-Token => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Oct 08, 2023 13:26:40.605 [140412587211576] Verbose — [Req#337/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] We want 60 seconds ahead, last returned was 405.030000 and max is 405.030000.
Oct 08, 2023 13:26:40.605 [140412587211576] Verbose — [Req#337/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] It took 0.0 sec to serialize a list with 0 elements.
Oct 08, 2023 13:26:40.605 [140412641151800] Debug — Completed: [127.0.0.1:34178] 206 PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=778&vdec_hw_ok=770&speed=0.0&vdec_hw_status=1 (14 live) #337 0ms 355 bytes (pipelined: 28) (range: bytes=0-) 
Oct 08, 2023 13:26:40.626 [140412516842296] Debug — Request: [127.0.0.1:34398 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #34e Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:40.626 [140412516842296] Debug — [Req#34e/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 135 (135)
Oct 08, 2023 13:26:40.640 [140412641151800] Debug — Completed: [127.0.0.1:34398] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #34e 14ms 166 bytes
Oct 08, 2023 13:26:40.671 [140412521061176] Debug — Request: [127.0.0.1:34412 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #372 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:40.671 [140412521061176] Debug — [Req#372/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 136 (135)
Oct 08, 2023 13:26:40.671 [140412639042360] Debug — Completed: [127.0.0.1:34412] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #372 0ms 166 bytes
Oct 08, 2023 13:26:40.719 [140412523170616] Debug — [Req#351/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 135 from session
Oct 08, 2023 13:26:40.719 [140412523170616] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00135.ts
Oct 08, 2023 13:26:40.719 [140412523170616] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00135.ts - 1 active item(s)
Oct 08, 2023 13:26:40.719 [140412523170616] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:40.720 [140412523170616] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00135.ts is 1119181 (of total: 1119181).
Oct 08, 2023 13:26:40.722 [140412639042360] Debug — Completed: [10.42.2.3:35236] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00135.ts (14 live) #351 403ms 1119181 bytes (pipelined: 18)
Oct 08, 2023 13:26:40.722 [140412639042360] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00135.ts
Oct 08, 2023 13:26:40.722 [140412639042360] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:40.722 [140412639042360] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:40.808 [140412641151800] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:40.808 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:40.808 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:40.808 [140412518951736] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00136.ts (14 live) #38d Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => 77a64a96deb6998279039072776ebeda / X-Scheme => https
Oct 08, 2023 13:26:40.808 [140412518951736] Debug — [Req#38d/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 136 from session.
Oct 08, 2023 13:26:41.012 [140412525280056] Debug — Request: [127.0.0.1:34426 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #37a Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:41.012 [140412525280056] Debug — [Req#37a/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 136 (136)
Oct 08, 2023 13:26:41.029 [140412639042360] Debug — Completed: [127.0.0.1:34426] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #37a 17ms 166 bytes
Oct 08, 2023 13:26:41.108 [140412518951736] Debug — [Req#38d/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 136 from session
Oct 08, 2023 13:26:41.108 [140412518951736] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00136.ts
Oct 08, 2023 13:26:41.108 [140412518951736] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00136.ts - 1 active item(s)
Oct 08, 2023 13:26:41.108 [140412518951736] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:41.109 [140412518951736] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00136.ts is 1122498 (of total: 1122498).
Oct 08, 2023 13:26:41.151 [140412639042360] Debug — Completed: [10.42.2.3:35236] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00136.ts (14 live) #38d 343ms 1122498 bytes (pipelined: 19)
Oct 08, 2023 13:26:41.152 [140412639042360] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00136.ts
Oct 08, 2023 13:26:41.152 [140412639042360] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:41.152 [140412639042360] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:41.152 [140412527389496] Debug — Request: [127.0.0.1:34434 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #39f Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:41.153 [140412527389496] Debug — [Req#39f/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 137 (136)
Oct 08, 2023 13:26:41.154 [140412514732856] Debug — Request: [127.0.0.1:34178 (Loopback)] PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=853&vdec_hw_ok=845&speed=0.0&vdec_hw_status=1 (15 live) #36f Signed-in Token (seangreenawalt) (range: bytes=0-)  / Accept => */* / Connection => keep-alive / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Range => bytes=0- / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite / X-Plex-Token => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Oct 08, 2023 13:26:41.154 [140412514732856] Verbose — [Req#36f/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] We want 60 seconds ahead, last returned was 411.036000 and max is 411.036000.
Oct 08, 2023 13:26:41.154 [140412514732856] Verbose — [Req#36f/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] It took 0.0 sec to serialize a list with 0 elements.
Oct 08, 2023 13:26:41.154 [140412641151800] Debug — Completed: [127.0.0.1:34178] 206 PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=853&vdec_hw_ok=845&speed=0.0&vdec_hw_status=1 (15 live) #36f 0ms 355 bytes (pipelined: 29) (range: bytes=0-) 
Oct 08, 2023 13:26:41.154 [140412641151800] Debug — Completed: [127.0.0.1:34434] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #39f 1ms 166 bytes
Oct 08, 2023 13:26:41.234 [140412639042360] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:41.234 [140412639042360] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:41.234 [140412639042360] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:41.235 [140412587211576] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00137.ts (14 live) #3b1 Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => e6b759cfabe7d3b1d1c9e34ad2987f6e / X-Scheme => https
Oct 08, 2023 13:26:41.235 [140412587211576] Debug — [Req#3b1/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 137 from session.
Oct 08, 2023 13:26:41.299 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.1 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:41.299 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.1 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:41.299 [140412516842296] Debug — Request: [10.42.2.1:60852 (Subnet)] GET /identity (15 live) #3ba Signed-in / Accept => */* / Connection => close / Host => 10.42.2.46:32400 / User-Agent => kube-probe/1.26
Oct 08, 2023 13:26:41.299 [140412516842296] Verbose — It took 0.0 sec to serialize a list with 0 elements.
Oct 08, 2023 13:26:41.299 [140412639042360] Debug — Completed: [10.42.2.1:60852] 200 GET /identity (15 live) #3ba 0ms 369 bytes
Oct 08, 2023 13:26:41.502 [140412521061176] Debug — Request: [127.0.0.1:34446 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #3d5 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:41.502 [140412521061176] Debug — [Req#3d5/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 137 (137)
Oct 08, 2023 13:26:41.540 [140412587211576] Debug — [Req#3b1/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 137 from session
Oct 08, 2023 13:26:41.540 [140412587211576] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00137.ts
Oct 08, 2023 13:26:41.540 [140412587211576] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00137.ts - 1 active item(s)
Oct 08, 2023 13:26:41.540 [140412587211576] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:41.540 [140412587211576] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00137.ts is 1012356 (of total: 1012356).
Oct 08, 2023 13:26:41.540 [140412641151800] Debug — Completed: [127.0.0.1:34446] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #3d5 38ms 166 bytes
Oct 08, 2023 13:26:41.541 [140412523170616] Debug — Request: [127.0.0.1:34460 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #3e1 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:41.541 [140412523170616] Debug — [Req#3e1/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 138 (137)
Oct 08, 2023 13:26:41.542 [140412641151800] Debug — Completed: [10.42.2.3:35236] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00137.ts (15 live) #3b1 307ms 1012356 bytes (pipelined: 20)
Oct 08, 2023 13:26:41.542 [140412641151800] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00137.ts
Oct 08, 2023 13:26:41.542 [140412641151800] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:41.542 [140412641151800] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:41.542 [140412639042360] Debug — Completed: [127.0.0.1:34460] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #3e1 1ms 166 bytes
Oct 08, 2023 13:26:41.620 [140412639042360] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:41.620 [140412639042360] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:41.620 [140412639042360] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:41.620 [140412525280056] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00138.ts (14 live) #3f8 Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => d611e4ac22388d4186180ea0f346313b / X-Scheme => https
Oct 08, 2023 13:26:41.621 [140412525280056] Debug — [Req#3f8/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 138 from session.
Oct 08, 2023 13:26:41.656 [140412529498936] Debug — Request: [127.0.0.1:34178 (Loopback)] PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=950&vdec_hw_ok=942&speed=0.0&vdec_hw_status=1 (14 live) #3c2 Signed-in Token (seangreenawalt) (range: bytes=0-)  / Accept => */* / Connection => keep-alive / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Range => bytes=0- / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite / X-Plex-Token => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Oct 08, 2023 13:26:41.657 [140412529498936] Verbose — [Req#3c2/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] We want 60 seconds ahead, last returned was 414.039000 and max is 414.039000.
Oct 08, 2023 13:26:41.657 [140412529498936] Verbose — [Req#3c2/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] It took 0.0 sec to serialize a list with 0 elements.
Oct 08, 2023 13:26:41.657 [140412641151800] Debug — Completed: [127.0.0.1:34178] 206 PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=950&vdec_hw_ok=942&speed=0.0&vdec_hw_status=1 (14 live) #3c2 0ms 355 bytes (pipelined: 30) (range: bytes=0-) 
Oct 08, 2023 13:26:41.884 [140412518951736] Debug — Request: [127.0.0.1:34468 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #3f3 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:41.884 [140412518951736] Debug — [Req#3f3/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 138 (138)
Oct 08, 2023 13:26:41.925 [140412525280056] Debug — [Req#3f8/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 138 from session
Oct 08, 2023 13:26:41.925 [140412525280056] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00138.ts
Oct 08, 2023 13:26:41.925 [140412525280056] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00138.ts - 1 active item(s)
Oct 08, 2023 13:26:41.925 [140412525280056] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:41.925 [140412525280056] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00138.ts is 1034930 (of total: 1034930).
Oct 08, 2023 13:26:41.925 [140412641151800] Debug — Completed: [127.0.0.1:34468] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #3f3 40ms 166 bytes
Oct 08, 2023 13:26:41.926 [140412514732856] Debug — Request: [127.0.0.1:34478 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #417 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:41.926 [140412514732856] Debug — [Req#417/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 139 (138)
Oct 08, 2023 13:26:41.927 [140412641151800] Debug — Completed: [10.42.2.3:35236] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00138.ts (15 live) #3f8 306ms 1034930 bytes (pipelined: 21)
Oct 08, 2023 13:26:41.927 [140412641151800] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00138.ts
Oct 08, 2023 13:26:41.927 [140412641151800] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:41.927 [140412641151800] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:41.927 [140412639042360] Debug — Completed: [127.0.0.1:34478] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #417 1ms 166 bytes
Oct 08, 2023 13:26:42.019 [140412639042360] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:42.019 [140412639042360] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:42.019 [140412639042360] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:42.020 [140412527389496] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00139.ts (14 live) #42f Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => bfa747ddef9bcd651683a3d4ff75482d / X-Scheme => https
Oct 08, 2023 13:26:42.020 [140412527389496] Debug — [Req#42f/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 139 from session.
Oct 08, 2023 13:26:42.164 [140412555569976] Debug — Request: [127.0.0.1:34178 (Loopback)] PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=1046&vdec_hw_ok=1038&speed=0.0&vdec_hw_status=1 (14 live) #414 Signed-in Token (seangreenawalt) (range: bytes=0-)  / Accept => */* / Connection => keep-alive / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Range => bytes=0- / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite / X-Plex-Token => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Oct 08, 2023 13:26:42.164 [140412555569976] Verbose — [Req#414/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] We want 60 seconds ahead, last returned was 417.042000 and max is 417.042000.
Oct 08, 2023 13:26:42.164 [140412555569976] Verbose — [Req#414/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] It took 0.0 sec to serialize a list with 0 elements.
Oct 08, 2023 13:26:42.164 [140412639042360] Debug — Completed: [127.0.0.1:34178] 206 PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=1046&vdec_hw_ok=1038&speed=0.0&vdec_hw_status=1 (14 live) #414 0ms 355 bytes (pipelined: 31) (range: bytes=0-) 
Oct 08, 2023 13:26:42.282 [140412516842296] Debug — Request: [127.0.0.1:34482 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #429 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:42.282 [140412516842296] Debug — [Req#429/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 139 (139)
Oct 08, 2023 13:26:42.297 [140412639042360] Debug — Completed: [127.0.0.1:34482] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #429 15ms 166 bytes
Oct 08, 2023 13:26:42.320 [140412527389496] Debug — [Req#42f/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 139 from session
Oct 08, 2023 13:26:42.320 [140412527389496] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00139.ts
Oct 08, 2023 13:26:42.320 [140412527389496] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00139.ts - 1 active item(s)
Oct 08, 2023 13:26:42.320 [140412527389496] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:42.320 [140412527389496] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00139.ts is 1195943 (of total: 1195943).
Oct 08, 2023 13:26:42.328 [140412639042360] Debug — Completed: [10.42.2.3:35236] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00139.ts (14 live) #42f 308ms 1195943 bytes (pipelined: 22)
Oct 08, 2023 13:26:42.328 [140412639042360] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00139.ts
Oct 08, 2023 13:26:42.328 [140412639042360] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:42.328 [140412639042360] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:42.328 [140412521061176] Debug — Request: [127.0.0.1:34484 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #44d Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:42.328 [140412521061176] Debug — [Req#44d/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 140 (139)
Oct 08, 2023 13:26:42.330 [140412641151800] Debug — Completed: [127.0.0.1:34484] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #44d 1ms 166 bytes
Oct 08, 2023 13:26:42.415 [140412639042360] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:42.415 [140412639042360] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:42.415 [140412639042360] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:42.415 [140412587211576] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00140.ts (14 live) #460 Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => 371919c7dbf879401b8c22b5ce41d764 / X-Scheme => https
Oct 08, 2023 13:26:42.415 [140412587211576] Debug — [Req#460/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 140 from session.
Oct 08, 2023 13:26:42.663 [140412518951736] Debug — Request: [127.0.0.1:34178 (Loopback)] PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=1141&vdec_hw_ok=1133&speed=0.0&vdec_hw_status=1 (14 live) #446 Signed-in Token (seangreenawalt) (range: bytes=0-)  / Accept => */* / Connection => keep-alive / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Range => bytes=0- / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite / X-Plex-Token => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Oct 08, 2023 13:26:42.663 [140412518951736] Verbose — [Req#446/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] We want 60 seconds ahead, last returned was 420.004000 and max is 420.003000.
Oct 08, 2023 13:26:42.663 [140412518951736] Verbose — [Req#446/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] It took 0.0 sec to serialize a list with 0 elements.
Oct 08, 2023 13:26:42.663 [140412639042360] Debug — Completed: [127.0.0.1:34178] 206 PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=1141&vdec_hw_ok=1133&speed=0.0&vdec_hw_status=1 (14 live) #446 0ms 355 bytes (pipelined: 32) (range: bytes=0-) 
Oct 08, 2023 13:26:42.665 [140412525280056] Debug — Request: [127.0.0.1:34496 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #461 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:42.665 [140412525280056] Debug — [Req#461/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 140 (140)
Oct 08, 2023 13:26:42.708 [140412641151800] Debug — Completed: [127.0.0.1:34496] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #461 43ms 166 bytes
Oct 08, 2023 13:26:42.709 [140412514732856] Debug — Request: [127.0.0.1:34504 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #483 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:42.709 [140412514732856] Debug — [Req#483/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 141 (140)
Oct 08, 2023 13:26:42.709 [140412641151800] Debug — Completed: [127.0.0.1:34504] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #483 0ms 166 bytes
Oct 08, 2023 13:26:42.716 [140412587211576] Debug — [Req#460/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 140 from session
Oct 08, 2023 13:26:42.716 [140412587211576] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00140.ts
Oct 08, 2023 13:26:42.716 [140412587211576] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00140.ts - 1 active item(s)
Oct 08, 2023 13:26:42.716 [140412587211576] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:42.717 [140412587211576] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00140.ts is 1032557 (of total: 1032557).
Oct 08, 2023 13:26:42.718 [140412639042360] Debug — Completed: [10.42.2.3:35236] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00140.ts (14 live) #460 302ms 1032557 bytes (pipelined: 23)
Oct 08, 2023 13:26:42.718 [140412639042360] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00140.ts
Oct 08, 2023 13:26:42.718 [140412639042360] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:42.718 [140412639042360] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:42.801 [140412641151800] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:42.801 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:42.801 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:42.801 [140412555569976] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00141.ts (14 live) #49e Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => 4be349400a1f028439a28a5ddb16565d / X-Scheme => https
Oct 08, 2023 13:26:42.801 [140412555569976] Debug — [Req#49e/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 141 from session.
Oct 08, 2023 13:26:43.053 [140412516842296] Debug — Request: [127.0.0.1:34510 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #488 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:43.054 [140412516842296] Debug — [Req#488/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 141 (141)
Oct 08, 2023 13:26:43.069 [140412639042360] Debug — Completed: [127.0.0.1:34510] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #488 15ms 166 bytes
Oct 08, 2023 13:26:43.102 [140412555569976] Debug — [Req#49e/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 141 from session
Oct 08, 2023 13:26:43.102 [140412555569976] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00141.ts
Oct 08, 2023 13:26:43.102 [140412555569976] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00141.ts - 1 active item(s)
Oct 08, 2023 13:26:43.102 [140412555569976] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:43.102 [140412555569976] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00141.ts is 1100448 (of total: 1100448).
Oct 08, 2023 13:26:43.186 [140412639042360] Debug — Completed: [10.42.2.3:35236] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00141.ts (14 live) #49e 385ms 1100448 bytes (pipelined: 24)
Oct 08, 2023 13:26:43.186 [140412639042360] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00141.ts
Oct 08, 2023 13:26:43.186 [140412639042360] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:43.186 [140412639042360] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:43.189 [140412527389496] Debug — Request: [127.0.0.1:34524 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #4b0 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:43.189 [140412527389496] Debug — [Req#4b0/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 142 (141)
Oct 08, 2023 13:26:43.190 [140412521061176] Debug — Request: [127.0.0.1:34178 (Loopback)] PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=1214&vdec_hw_ok=1206&speed=0.0&vdec_hw_status=1 (15 live) #47c Signed-in Token (seangreenawalt) (range: bytes=0-)  / Accept => */* / Connection => keep-alive / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Range => bytes=0- / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite / X-Plex-Token => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Oct 08, 2023 13:26:43.190 [140412521061176] Verbose — [Req#47c/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] We want 60 seconds ahead, last returned was 426.010000 and max is 426.009000.
Oct 08, 2023 13:26:43.190 [140412521061176] Verbose — [Req#47c/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] It took 0.0 sec to serialize a list with 0 elements.
Oct 08, 2023 13:26:43.190 [140412639042360] Debug — Completed: [127.0.0.1:34178] 206 PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=1214&vdec_hw_ok=1206&speed=0.0&vdec_hw_status=1 (15 live) #47c 0ms 355 bytes (pipelined: 33) (range: bytes=0-) 
Oct 08, 2023 13:26:43.192 [140412641151800] Debug — Completed: [127.0.0.1:34524] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (15 live) #4b0 3ms 166 bytes
Oct 08, 2023 13:26:43.293 [140412641151800] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:43.293 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:43.293 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:43.293 [140412523170616] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00142.ts (14 live) #4c3 Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => 5bd8bd6f2b07d033b69e472cc56eecff / X-Scheme => https
Oct 08, 2023 13:26:43.293 [140412523170616] Debug — [Req#4c3/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 142 from session.
Oct 08, 2023 13:26:43.302 [140412641151800] Verbose — We didn't receive any data from 10.42.2.3:36142 in time, dropping connection.
Oct 08, 2023 13:26:43.302 [140412639042360] Verbose — Didn't receive a request from 10.42.2.3:36142: End of file
Oct 08, 2023 13:26:43.524 [140412529498936] Debug — Request: [127.0.0.1:34526 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #4cb Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:43.524 [140412529498936] Debug — [Req#4cb/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 142 (142)
Oct 08, 2023 13:26:43.541 [140412641151800] Debug — Completed: [127.0.0.1:34526] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #4cb 17ms 166 bytes
Oct 08, 2023 13:26:43.569 [140412518951736] Debug — Request: [127.0.0.1:34538 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #4eb Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:43.569 [140412518951736] Debug — [Req#4eb/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 143 (142)
Oct 08, 2023 13:26:43.569 [140412641151800] Debug — Completed: [127.0.0.1:34538] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #4eb 0ms 166 bytes
Oct 08, 2023 13:26:43.594 [140412523170616] Debug — [Req#4c3/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 142 from session
Oct 08, 2023 13:26:43.594 [140412523170616] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00142.ts
Oct 08, 2023 13:26:43.594 [140412523170616] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00142.ts - 1 active item(s)
Oct 08, 2023 13:26:43.594 [140412523170616] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:43.595 [140412523170616] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00142.ts is 1062909 (of total: 1062909).
Oct 08, 2023 13:26:43.597 [140412639042360] Debug — Completed: [10.42.2.3:35236] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00142.ts (13 live) #4c3 303ms 1062909 bytes (pipelined: 25)
Oct 08, 2023 13:26:43.597 [140412639042360] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00142.ts
Oct 08, 2023 13:26:43.597 [140412639042360] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:43.597 [140412639042360] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:43.679 [140412641151800] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:43.679 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:43.679 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:43.679 [140412525280056] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00143.ts (13 live) #506 Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => 41d989d6809a720005465b45b70275ca / X-Scheme => https
Oct 08, 2023 13:26:43.679 [140412525280056] Debug — [Req#506/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 143 from session.
Oct 08, 2023 13:26:43.691 [140412514732856] Debug — Request: [127.0.0.1:34178 (Loopback)] PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=1310&vdec_hw_ok=1302&speed=0.0&vdec_hw_status=1 (13 live) #4d2 Signed-in Token (seangreenawalt) (range: bytes=0-)  / Accept => */* / Connection => keep-alive / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Range => bytes=0- / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite / X-Plex-Token => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Oct 08, 2023 13:26:43.691 [140412514732856] Verbose — [Req#4d2/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] We want 60 seconds ahead, last returned was 429.013000 and max is 429.012000.
Oct 08, 2023 13:26:43.691 [140412514732856] Verbose — [Req#4d2/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] It took 0.0 sec to serialize a list with 0 elements.
Oct 08, 2023 13:26:43.692 [140412641151800] Debug — Completed: [127.0.0.1:34178] 206 PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=1310&vdec_hw_ok=1302&speed=0.0&vdec_hw_status=1 (13 live) #4d2 0ms 355 bytes (pipelined: 34) (range: bytes=0-) 
Oct 08, 2023 13:26:43.918 [140412516842296] Debug — Request: [127.0.0.1:34542 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #4f3 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:43.918 [140412516842296] Debug — [Req#4f3/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 143 (143)
Oct 08, 2023 13:26:43.932 [140412641151800] Debug — Completed: [127.0.0.1:34542] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #4f3 13ms 166 bytes
Oct 08, 2023 13:26:43.960 [140412555569976] Debug — Request: [127.0.0.1:34548 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #521 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:43.960 [140412555569976] Debug — [Req#521/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 144 (143)
Oct 08, 2023 13:26:43.961 [140412639042360] Debug — Completed: [127.0.0.1:34548] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #521 0ms 166 bytes
Oct 08, 2023 13:26:43.980 [140412525280056] Debug — [Req#506/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 143 from session
Oct 08, 2023 13:26:43.980 [140412525280056] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00143.ts
Oct 08, 2023 13:26:43.980 [140412525280056] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00143.ts - 1 active item(s)
Oct 08, 2023 13:26:43.980 [140412525280056] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:43.980 [140412525280056] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00143.ts is 1110203 (of total: 1110203).
Oct 08, 2023 13:26:43.983 [140412639042360] Debug — Completed: [10.42.2.3:35236] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00143.ts (13 live) #506 304ms 1110203 bytes (pipelined: 26)
Oct 08, 2023 13:26:43.983 [140412639042360] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00143.ts
Oct 08, 2023 13:26:43.983 [140412639042360] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:43.984 [140412639042360] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:44.070 [140412641151800] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:44.070 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:44.070 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:44.071 [140412521061176] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00144.ts (13 live) #53c Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => c386f63ad65e4375e0523525c144203b / X-Scheme => https
Oct 08, 2023 13:26:44.071 [140412521061176] Debug — [Req#53c/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 144 from session.
Oct 08, 2023 13:26:44.145 [140412639042360] Verbose — WebSocket: processed 1 frame(s)
Oct 08, 2023 13:26:44.192 [140412527389496] Debug — Request: [127.0.0.1:34178 (Loopback)] PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=1406&vdec_hw_ok=1398&speed=0.0&vdec_hw_status=1 (13 live) #51d Signed-in Token (seangreenawalt) (range: bytes=0-)  / Accept => */* / Connection => keep-alive / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Range => bytes=0- / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite / X-Plex-Token => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Oct 08, 2023 13:26:44.192 [140412527389496] Verbose — [Req#51d/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] We want 60 seconds ahead, last returned was 432.016000 and max is 432.015000.
Oct 08, 2023 13:26:44.192 [140412527389496] Verbose — [Req#51d/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] It took 0.0 sec to serialize a list with 0 elements.
Oct 08, 2023 13:26:44.192 [140412639042360] Debug — Completed: [127.0.0.1:34178] 206 PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=1406&vdec_hw_ok=1398&speed=0.0&vdec_hw_status=1 (13 live) #51d 0ms 355 bytes (pipelined: 35) (range: bytes=0-) 
Oct 08, 2023 13:26:44.257 [140412529498936] Debug — Request: [127.0.0.1:34550 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #529 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:44.258 [140412529498936] Debug — [Req#529/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 144 (144)
Oct 08, 2023 13:26:44.309 [140412521061176] Debug — [Req#53c/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 144 from session
Oct 08, 2023 13:26:44.309 [140412521061176] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00144.ts
Oct 08, 2023 13:26:44.309 [140412521061176] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00144.ts - 1 active item(s)
Oct 08, 2023 13:26:44.309 [140412521061176] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:44.309 [140412521061176] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00144.ts is 999732 (of total: 999732).
Oct 08, 2023 13:26:44.309 [140412641151800] Debug — Completed: [127.0.0.1:34550] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #529 51ms 166 bytes
Oct 08, 2023 13:26:44.310 [140412518951736] Debug — Request: [127.0.0.1:34556 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #561 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:44.310 [140412518951736] Debug — [Req#561/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 145 (144)
Oct 08, 2023 13:26:44.311 [140412641151800] Debug — Completed: [10.42.2.3:35236] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00144.ts (14 live) #53c 240ms 999732 bytes (pipelined: 27)
Oct 08, 2023 13:26:44.311 [140412641151800] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00144.ts
Oct 08, 2023 13:26:44.311 [140412641151800] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:44.311 [140412641151800] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:44.311 [140412639042360] Debug — Completed: [127.0.0.1:34556] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #561 1ms 166 bytes
Oct 08, 2023 13:26:44.399 [140412639042360] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:44.399 [140412639042360] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:44.399 [140412639042360] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:44.399 [140412523170616] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00145.ts (13 live) #578 Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => c0633df0923390612d7770137b67e366 / X-Scheme => https
Oct 08, 2023 13:26:44.399 [140412523170616] Debug — [Req#578/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 145 from session.
Oct 08, 2023 13:26:44.698 [140412587211576] Debug — Request: [127.0.0.1:34178 (Loopback)] PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=1493&vdec_hw_ok=1485&speed=0.0&vdec_hw_status=1 (13 live) #55d Signed-in Token (seangreenawalt) (range: bytes=0-)  / Accept => */* / Connection => keep-alive / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Range => bytes=0- / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite / X-Plex-Token => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Oct 08, 2023 13:26:44.698 [140412587211576] Verbose — [Req#55d/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] We want 60 seconds ahead, last returned was 435.019000 and max is 435.018000.
Oct 08, 2023 13:26:44.698 [140412587211576] Verbose — [Req#55d/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] It took 0.0 sec to serialize a list with 0 elements.
Oct 08, 2023 13:26:44.698 [140412641151800] Debug — Completed: [127.0.0.1:34178] 206 PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=1493&vdec_hw_ok=1485&speed=0.0&vdec_hw_status=1 (13 live) #55d 0ms 355 bytes (pipelined: 36) (range: bytes=0-) 
Oct 08, 2023 13:26:44.742 [140412516842296] Debug — Request: [127.0.0.1:34560 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #573 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:44.742 [140412516842296] Debug — [Req#573/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 145 (145)
Oct 08, 2023 13:26:44.775 [140412639042360] Debug — Completed: [127.0.0.1:34560] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #573 32ms 166 bytes
Oct 08, 2023 13:26:44.775 [140412555569976] Debug — Request: [127.0.0.1:34572 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #597 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:44.775 [140412555569976] Debug — [Req#597/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 146 (145)
Oct 08, 2023 13:26:44.776 [140412639042360] Debug — Completed: [127.0.0.1:34572] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #597 0ms 166 bytes
Oct 08, 2023 13:26:44.799 [140412523170616] Debug — [Req#578/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 145 from session
Oct 08, 2023 13:26:44.799 [140412523170616] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00145.ts
Oct 08, 2023 13:26:44.799 [140412523170616] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00145.ts - 1 active item(s)
Oct 08, 2023 13:26:44.799 [140412523170616] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:44.800 [140412523170616] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00145.ts is 821515 (of total: 821515).
Oct 08, 2023 13:26:44.802 [140412641151800] Debug — Completed: [10.42.2.3:35236] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00145.ts (13 live) #578 402ms 821515 bytes (pipelined: 28)
Oct 08, 2023 13:26:44.802 [140412641151800] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00145.ts
Oct 08, 2023 13:26:44.802 [140412641151800] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:44.802 [140412641151800] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:44.880 [140412639042360] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:44.880 [140412639042360] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:44.880 [140412639042360] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:44.880 [140412525280056] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00146.ts (13 live) #5b1 Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => 7cb8c1ccda0eebcb5df7f6b79b26ebfd / X-Scheme => https
Oct 08, 2023 13:26:44.880 [140412525280056] Debug — [Req#5b1/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 146 from session.
Oct 08, 2023 13:26:45.063 [140412527389496] Debug — Request: [127.0.0.1:34588 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #59f Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:45.063 [140412527389496] Debug — [Req#59f/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 146 (146)
Oct 08, 2023 13:26:45.076 [140412641151800] Verbose — WebSocket: processed 1 frame(s)
Oct 08, 2023 13:26:45.081 [140412525280056] Debug — [Req#5b1/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 146 from session
Oct 08, 2023 13:26:45.081 [140412525280056] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00146.ts
Oct 08, 2023 13:26:45.081 [140412525280056] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00146.ts - 1 active item(s)
Oct 08, 2023 13:26:45.081 [140412525280056] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:45.081 [140412525280056] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00146.ts is 1428844 (of total: 1428844).
Oct 08, 2023 13:26:45.085 [140412641151800] Debug — Completed: [127.0.0.1:34588] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #59f 22ms 166 bytes
Oct 08, 2023 13:26:45.088 [140412641151800] Verbose — WebSocket: processed 1 frame(s)
Oct 08, 2023 13:26:45.118 [140412639042360] Debug — Completed: [10.42.2.3:35236] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00146.ts (13 live) #5b1 238ms 1428844 bytes (pipelined: 29)
Oct 08, 2023 13:26:45.118 [140412639042360] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00146.ts
Oct 08, 2023 13:26:45.118 [140412639042360] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:45.118 [140412639042360] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:45.119 [140412529498936] Debug — Request: [127.0.0.1:53908 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #5c4 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:45.119 [140412529498936] Debug — [Req#5c4/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 147 (146)
Oct 08, 2023 13:26:45.125 [140412639042360] Debug — Completed: [127.0.0.1:53908] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #5c4 6ms 166 bytes
Oct 08, 2023 13:26:45.202 [140412521061176] Debug — Request: [127.0.0.1:34178 (Loopback)] PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=1578&vdec_hw_ok=1570&speed=0.0&vdec_hw_status=1 (13 live) #591 Signed-in Token (seangreenawalt) (range: bytes=0-)  / Accept => */* / Connection => keep-alive / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Range => bytes=0- / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite / X-Plex-Token => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Oct 08, 2023 13:26:45.202 [140412521061176] Verbose — [Req#591/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] We want 60 seconds ahead, last returned was 441.025000 and max is 441.024000.
Oct 08, 2023 13:26:45.202 [140412521061176] Verbose — [Req#591/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] It took 0.0 sec to serialize a list with 0 elements.
Oct 08, 2023 13:26:45.202 [140412639042360] Debug — Completed: [127.0.0.1:34178] 206 PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=1578&vdec_hw_ok=1570&speed=0.0&vdec_hw_status=1 (13 live) #591 0ms 355 bytes (pipelined: 37) (range: bytes=0-) 
Oct 08, 2023 13:26:45.227 [140412641151800] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:45.227 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:45.227 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:45.227 [140412518951736] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00147.ts (13 live) #5da Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => 5efd18c49a6530a8c3582e82b3a08c78 / X-Scheme => https
Oct 08, 2023 13:26:45.227 [140412518951736] Debug — [Req#5da/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 147 from session.
Oct 08, 2023 13:26:45.546 [140412514732856] Debug — Request: [127.0.0.1:53920 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #5e3 Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:45.546 [140412514732856] Debug — [Req#5e3/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 147 (147)
Oct 08, 2023 13:26:45.586 [140412641151800] Debug — Completed: [127.0.0.1:53920] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #5e3 40ms 166 bytes
Oct 08, 2023 13:26:45.587 [140412587211576] Debug — Request: [127.0.0.1:53936 (Loopback)] POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #5fe Signed-in / Accept => */* / Connection => close / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Transfer-Encoding => chunked / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite
Oct 08, 2023 13:26:45.587 [140412587211576] Debug — [Req#5fe/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] Transcoder segment range: 126 - 148 (147)
Oct 08, 2023 13:26:45.587 [140412639042360] Debug — Completed: [127.0.0.1:53936] 200 POST /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/manifest (14 live) #5fe 0ms 166 bytes
Oct 08, 2023 13:26:45.628 [140412518951736] Debug — [Req#5da/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 147 from session
Oct 08, 2023 13:26:45.628 [140412518951736] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00147.ts
Oct 08, 2023 13:26:45.628 [140412518951736] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00147.ts - 1 active item(s)
Oct 08, 2023 13:26:45.628 [140412518951736] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:45.628 [140412518951736] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-3d7b5592-2e26-416d-a9d9-bd165f98d8f2/media-00147.ts is 1026498 (of total: 1026498).
Oct 08, 2023 13:26:45.637 [140412639042360] Debug — Completed: [10.42.2.3:35236] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00147.ts (13 live) #5da 410ms 1026498 bytes (pipelined: 30)
Oct 08, 2023 13:26:45.637 [140412639042360] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00147.ts
Oct 08, 2023 13:26:45.637 [140412639042360] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 08, 2023 13:26:45.637 [140412639042360] Debug — Removed transcode data consumer, active count 1 => 0
Oct 08, 2023 13:26:45.707 [140412516842296] Debug — Request: [127.0.0.1:34178 (Loopback)] PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=1671&vdec_hw_ok=1663&speed=0.0&vdec_hw_status=1 (13 live) #5ef Signed-in Token (seangreenawalt) (range: bytes=0-)  / Accept => */* / Connection => keep-alive / Host => 127.0.0.1:32400 / Icy-MetaData => 1 / Range => bytes=0- / User-Agent => Lavf/LIBAVFORMAT_VERSION / X-Plex-Http-Pipeline => infinite / X-Plex-Token => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Oct 08, 2023 13:26:45.707 [140412516842296] Verbose — [Req#5ef/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] We want 60 seconds ahead, last returned was 444.028000 and max is 444.027000.
Oct 08, 2023 13:26:45.708 [140412516842296] Verbose — [Req#5ef/Transcode/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2] It took 0.0 sec to serialize a list with 0 elements.
Oct 08, 2023 13:26:45.708 [140412641151800] Debug — Completed: [127.0.0.1:34178] 206 PUT /video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/3d7b5592-2e26-416d-a9d9-bd165f98d8f2/progress?progress=-26.6&size=-22&remaining=-1&vdec_packets=1671&vdec_hw_ok=1663&speed=0.0&vdec_hw_status=1 (13 live) #5ef 0ms 355 bytes (pipelined: 38) (range: bytes=0-) 
Oct 08, 2023 13:26:45.744 [140412641151800] Verbose — X-Forwarded-For: 172.16.16.192
Oct 08, 2023 13:26:45.744 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 08, 2023 13:26:45.744 [140412641151800] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 08, 2023 13:26:45.744 [140412555569976] Debug — Request: [10.42.2.3:35236 (Subnet)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00148.ts (13 live) #618 Signed-in / Accept-Encoding => identity / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 172.16.16.192 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 172.16.16.192 / X-Request-ID => f282cfac178eab93dac1c352d48a0c70 / X-Scheme => https
Oct 08, 2023 13:26:45.744 [140412555569976] Debug — [Req#618/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 148 from session.
pabloromeo commented 9 months ago

That's odd. When using the local operation mode, clusterplex is pretty much not doing anything, just calling the original transcoder with the original arguments.

Could it be related to plex's network setup? Such as remote connections, or allowed networks? Are you going through a reverse proxy over TLS?

I'm not seeing anything in the logs related to clusterplex. I'd initially disable any form of hardware transcoding until you get playback from all devices, just to rule stuff out.

Also, sometimes Plex's gui console with verbose logging can provide hints as to what might be going on or why traffic is being rejected.

seang96 commented 8 months ago

I had it originally set to just forward 32400 with service as NodePort, then I also tried using ingress with nginx for a reverse proxy. I just tried updating that with annotiations that I found that people use for plex in a reverse proxy. https://plex.tv shows remote secure with green padlock and can connect to PMS through the ingress. In PMS I have "Custom server access URLs" set to https://plex.domain.tld (where domain.tld is my domain).

Testing with " Use hardware-accelerated video encoding " unchecked in plex config for the server transcoding works on my phone without HW transcoding.

With HW Transcoding on I got a dump from plex website console and the android app below. I also set transcoderVerbose to 0 in case that was filtering out the error.

Ingress config: I replaced domain name in it.

  ingressConfig:
    # -- Enables or disables the ingress
    enabled: true

    # -- Provide additional annotations which may be required.
    annotations:
      cert-manager.io/cluster-issuer: letsencrypt
      nginx.ingress.kubernetes.io/configuration-snippet: |
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header X-Forwarded-Proto $scheme;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "upgrade";
      # kubernetes.io/ingress.class: nginx
      # kubernetes.io/tls-acme: "true"

    # -- Provide additional labels which may be required.
    labels: {}

    # -- Set the ingressClass that is used for this ingress.
    ingressClassName: # "nginx"

    ## Configure the hosts for the ingress
    hosts:
      - # -- Host address. Helm template can be passed.
        host: plex.domain.tld
        ## Configure the paths for the host
        paths:
          - # -- Path.  Helm template can be passed.
            path: /
            pathType: Prefix
            service:
              # -- Overrides the service name reference for this path
              name:
              # -- Overrides the service port reference for this path
              port:

    # -- Configure TLS for the ingress. Both secretName and hosts can process a Helm template.
    tls:
      - secretName: cert-plex
        hosts:
          - plex.domain.tld

Logs: https://gist.github.com/seang96/adb5db09f51da1914face17f185729d6

seang96 commented 8 months ago

Did some more digging and testing. Found out with HW transcoding on and playing on the android app it will start playing just the audio after about 4 minutes. I can play the video within a couple seconds with HW transcoding on web player on the same device with the same connection. Here is logs from PMS where it starts audio stream.

Oct 11, 2023 23:37:00.365 [140522100849464] Debug — Request: [10.42.2.3:44646 (Subnet)] GET /status/sessions (11 live) #44afe GZIP Signed-in Token (seangreenawalt) (Firefox) / accept => application/json, text/plain, */* / accept-encoding => gzip, deflate, br / accept-language => en / Connection => upgrade / cookie => authelia_session=fGIaFXH4KBn^6bF!qpHZyBThmK!bsPTM / dnt => 1 / Host => plex.spgrn.com / Host => plex.spgrn.com / referer => https://plex.spgrn.com/web/index.html / sec-fetch-dest => empty / sec-fetch-mode => cors / sec-fetch-site => same-origin / user-agent => Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0 / X-Forwarded-For => 172.16.17.10 / X-Forwarded-For => 172.16.17.10 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Plex-Client-Identifier => 56sila3c44frr3jlejsqnge6 / X-Plex-Device => Windows / X-Plex-Device-Name => Firefox / X-Plex-Device-Screen-Resolution => 2560x1307,2560x1440 / X-Plex-Features => external-media,indirect-media,hub-style-list / X-Plex-Language => en / X-Plex-Model => bundled / X-Plex-Platform => Firefox / X-Plex-Platform-Version => 117.0 / X-Plex-Product => Plex Web / X-Plex-Token => xxxxxxxxxxxxxxxxxxxx / X-Plex-Version => 4.108.0 / X-Real-IP => 172.16.17.10 / X-Real-IP => 172.16.17.10 / X-Request-ID => 5b6f1922301b9484dcd05c08f6810191 / X-Scheme => https
Oct 11, 2023 23:37:00.365 [140522100849464] Debug — [Req#44afe] [Now] Adding 1 sessions.
Oct 11, 2023 23:37:00.366 [140522100849464] Verbose — It took 0.0 sec to serialize a list with 1 elements.
Oct 11, 2023 23:37:00.367 [140522185644856] Debug — Completed: [10.42.2.3:44646] 200 GET /status/sessions (11 live) #44afe GZIP 2ms 1766 bytes (pipelined: 10)
Oct 11, 2023 23:37:00.463 [140522185644856] Verbose — X-Forwarded-For: 209.107.189.129
Oct 11, 2023 23:37:00.463 [140522185644856] Debug — Using X-Forwarded-For: 209.107.189.129 as remote address
Oct 11, 2023 23:37:00.463 [140522185644856] Verbose — Comparing request from ::ffff:209.107.189.129 against ::ffff:172.16.16.0/119
Oct 11, 2023 23:37:00.463 [140522185644856] Verbose — Comparing request from ::ffff:209.107.189.129 against ::ffff:172.16.100.0/120
Oct 11, 2023 23:37:00.463 [140522092952376] Debug — Request: [10.42.2.3:40952 (WAN)] GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00177.ts (11 live) #44b38 Signed-in / Accept-Encoding => identity / Connection => upgrade / Host => plex.spgrn.com / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 209.107.189.129 / X-Forwarded-For => 209.107.189.129 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Real-IP => 209.107.189.129 / X-Real-IP => 209.107.189.129 / X-Request-ID => 794a9704d77258c7cd6cc6612b997726 / X-Scheme => https
Oct 11, 2023 23:37:00.463 [140522092952376] Debug — [Req#44b38/Transcode/1b8467354c6085e2-com-plexapp-android] Asked for segment 177 from session.
Oct 11, 2023 23:37:00.463 [140522092952376] Debug — [Req#44b38/Transcode/1b8467354c6085e2-com-plexapp-android] Returning segment 177 from session
Oct 11, 2023 23:37:00.463 [140522092952376] Verbose — [IDLE] Adding (0->1) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00177.ts
Oct 11, 2023 23:37:00.463 [140522092952376] Verbose — [IDLE] * http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00177.ts - 1 active item(s)
Oct 11, 2023 23:37:00.463 [140522092952376] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 11, 2023 23:37:00.464 [140522092952376] Debug — Content-Length of /transcode/Transcode/Sessions/plex-transcode-1b8467354c6085e2-com-plexapp-android-f1a8a789-a4fb-431c-b45e-30a1986c9780/media-00177.ts is 602779 (of total: 602779).
Oct 11, 2023 23:37:00.465 [140522183535416] Debug — Completed: [10.42.2.3:40952] 200 GET /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00177.ts (11 live) #44b38 1ms 602779 bytes (pipelined: 135)
Oct 11, 2023 23:37:00.465 [140522183535416] Verbose — [IDLE] Removing (1->0) work item http_download - /video/:/transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00177.ts
Oct 11, 2023 23:37:00.465 [140522183535416] Verbose — [IDLE] * transcoder - 1b8467354c6085e2-com-plexapp-android - 1 active item(s)
Oct 11, 2023 23:37:00.465 [140522183535416] Debug — Removed transcode data consumer, active count 1 => 0
Oct 11, 2023 23:37:00.893 [140522185644856] Verbose — X-Forwarded-For: 209.107.189.129
Oct 11, 2023 23:37:00.893 [140522185644856] Debug — Using X-Forwarded-For: 209.107.189.129 as remote address
Oct 11, 2023 23:37:00.893 [140522185644856] Verbose — Comparing request from ::ffff:209.107.189.129 against ::ffff:172.16.16.0/119
Oct 11, 2023 23:37:00.894 [140522185644856] Verbose — Comparing request from ::ffff:209.107.189.129 against ::ffff:172.16.100.0/120
Oct 11, 2023 23:37:00.894 [140522133740344] Debug — Request: [10.42.2.3:40952 (WAN)] GET /:/timeline?audioStreamID=18808&bufferedTime=1011520&context=source%3Ahub.tv.inprogress&duration=1421000&guid=plex%3A%2F%2Fepisode%2F650990c5cef2ba0360a87cf2&key=%2Flibrary%2Fmetadata%2F3581&playbackTime=195893&playQueueItemID=3447&ratingKey=3581&state=playing&time=409480&token=xxxxxxxxxxxxxxxxxxxx (11 live) #44b64 GZIP Signed-in Token (seangreenawalt) (Pixel Fold) / Accept => application/xml / Accept-Encoding => gzip / Accept-Language => en-us / Connection => upgrade / Host => plex.spgrn.com / Host => plex.spgrn.com / User-Agent => Mozilla/5.0 (Linux; Android 14; Pixel Fold Build/UP1A.231005.007; wv)PlexMobile/10.0.0.4149 / X-Forwarded-For => 209.107.189.129 / X-Forwarded-For => 209.107.189.129 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Plex-Advertising-DoNotTrack => 0 / X-Plex-Advertising-Identifier => 61837bd8-44e1-4722-bcfa-b5806ecc8cfc / X-Plex-Client-Identifier => 1b8467354c6085e2-com-plexapp-android / X-Plex-Client-Identifier => 1b8467354c6085e2-com-plexapp-android / X-Plex-Device => Pixel Fold / X-Plex-Device-Name => Pixel Fold / X-Plex-Device-Screen-Density => 420 / X-Plex-Device-Screen-Resolution => 2092x1080 (Mobile) / X-Plex-Device-Vendor => Google / X-Plex-DRM => widevine:video / X-Plex-Features => external-media,indirect-media,hub-style-list / X-Plex-Language => en-us / X-Plex-Model => felix / X-Plex-Platform => Android / X-Plex-Platform-Version => 14 / X-Plex-Playback-Id => f9212157-3b09-4c61-becf-fb0cd178b574 / X-Plex-Playback-Session-Id => b51941df-9c83-41e2-9107-7a913139f7be / X-Plex-Product => Plex for Android (Mobile) / X-Plex-Provider-Version => 6.4.0 / X-Plex-Provides => controller,sync-target / X-Plex-Token => xxxxxxxxxxxxxxxxxxxx / X-Plex-Version => 10.0.0.4149 / X-Real-IP => 209.107.189.129 / X-Real-IP => 209.107.189.129 / X-Request-ID => 163d0e8cc2efcf55656b7e02a29334bd / X-Scheme => https
Oct 11, 2023 23:37:00.900 [140522133740344] Debug — [Req#44b64] Client [1b8467354c6085e2-com-plexapp-android] reporting timeline state playing, progress of 409480/1421000ms for guid=plex://episode/650990c5cef2ba0360a87cf2, playbackTime=195893ms ratingKey=3581 url=, key=/library/metadata/3581, containerKey=, metadataId=3581, source=
Oct 11, 2023 23:37:00.915 [140522133740344] Debug — [Req#44b64] Play progress on 3581 'Belgrieve the Red Ogre' - got played 409480 ms by account 1!
Oct 11, 2023 23:37:00.948 [140522133740344] Debug — [Req#44b64] [Now] User is seangreenawalt (ID: 1)
Oct 11, 2023 23:37:00.948 [140522133740344] Debug — [Req#44b64] [Now] Device is Android (Pixel Fold).
Oct 11, 2023 23:37:00.948 [140522133740344] Debug — [Req#44b64] [Now] Profile is Android
Oct 11, 2023 23:37:00.948 [140522133740344] Debug — [Req#44b64] [Now] Updated play state for /library/metadata/3581.
Oct 11, 2023 23:37:00.948 [140522133740344] Debug — [Req#44b64] Statistics: (1b8467354c6085e2-com-plexapp-android) Reporting active playback in state 0 of type 4 (scrobble: 0) for account 1
Oct 11, 2023 23:37:00.958 [140522133740344] Verbose — It took 0.0 sec to serialize a list with 2 elements.
Oct 11, 2023 23:37:00.958 [140522183535416] Debug — Completed: [10.42.2.3:40952] 200 GET /:/timeline?audioStreamID=18808&bufferedTime=1011520&context=source%3Ahub.tv.inprogress&duration=1421000&guid=plex%3A%2F%2Fepisode%2F650990c5cef2ba0360a87cf2&key=%2Flibrary%2Fmetadata%2F3581&playbackTime=195893&playQueueItemID=3447&ratingKey=3581&state=playing&time=409480&token=xxxxxxxxxxxxxxxxxxxx (11 live) #44b64 GZIP 64ms 830 bytes (pipelined: 136)
Oct 11, 2023 23:37:01.368 [140522183535416] Verbose — X-Forwarded-For: 172.16.17.10
Oct 11, 2023 23:37:01.368 [140522183535416] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 11, 2023 23:37:01.368 [140522183535416] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120
Oct 11, 2023 23:37:01.368 [140522092952376] Debug — Request: [10.42.2.3:44646 (Subnet)] GET /statistics/bandwidth?timespan=6 (11 live) #44b4b GZIP Signed-in Token (seangreenawalt) (Firefox) / accept => application/json, text/plain, */* / accept-encoding => gzip, deflate, br / accept-language => en / Connection => upgrade / cookie => authelia_session=fGIaFXH4KBn^6bF!qpHZyBThmK!bsPTM / dnt => 1 / Host => plex.spgrn.com / Host => plex.spgrn.com / referer => https://plex.spgrn.com/web/index.html / sec-fetch-dest => empty / sec-fetch-mode => cors / sec-fetch-site => same-origin / user-agent => Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0 / X-Forwarded-For => 172.16.17.10 / X-Forwarded-For => 172.16.17.10 / X-Forwarded-Host => plex.spgrn.com / X-Forwarded-Port => 443 / X-Forwarded-Proto => https / X-Forwarded-Proto => https / X-Forwarded-Scheme => https / X-Plex-Client-Identifier => 56sila3c44frr3jlejsqnge6 / X-Plex-Device => Windows / X-Plex-Device-Name => Firefox / X-Plex-Device-Screen-Resolution => 2560x1307,2560x1440 / X-Plex-Features => external-media,indirect-media,hub-style-list / X-Plex-Language => en / X-Plex-Model => bundled / X-Plex-Platform => Firefox / X-Plex-Platform-Version => 117.0 / X-Plex-Product => Plex Web / X-Plex-Token => xxxxxxxxxxxxxxxxxxxx / X-Plex-Version => 4.108.0 / X-Real-IP => 172.16.17.10 / X-Real-IP => 172.16.17.10 / X-Request-ID => bb04d1e6438a3213d83708afd555db0a / X-Scheme => https
Oct 11, 2023 23:37:01.376 [140522092952376] Verbose — It took 0.0 sec to serialize a list with 253 elements.
Oct 11, 2023 23:37:01.377 [140522183535416] Debug — Completed: [10.42.2.3:44646] 200 GET /statistics/bandwidth?timespan=6 (11 live) #44b4b GZIP 8ms 2637 bytes (pipelined: 11)
Oct 11, 2023 23:37:01.988 [140522185644856] Verbose — WebSocket: processed 1 frame(s)
Oct 11, 2023 23:37:02.395 [140522183535416] Verbose — X-Forwarded-For: 172.16.17.10
Oct 11, 2023 23:37:02.395 [140522183535416] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.16.0/119
Oct 11, 2023 23:37:02.395 [140522183535416] Verbose — Comparing request from ::ffff:10.42.2.3 against ::ffff:172.16.100.0/120

Edit: After looking into it even more, checking the logs of the nginx proxy, I get a bunch of GET requests in order for *.ts files under the transcode path such as /transcode/universal/session/1b8467354c6085e2-com-plexapp-android/base/00177.ts until all of them are obtained, then it starts doing the audio stream and a bunch of get requests like /timeline?audioStreamID=18808&bufferedTime=1011520&context=source%3Ahub.tv.inprogress&duration=1421000&guid=plex%3A%2F%2Fepisode%2F650990c5cef2ba0360a87cf2&key=%2Flibrary%2Fmetadata%2F3581&playbackTime=195893&playQueueItemID=3447&ratingKey=3581&state=playing&time=409480&token=xxxxxxxxxxxxxxxxxxxx all of these return a status code of 200.

Edit 2: I found that "Convert automatically" works when HW transcoding with just PMS doing HW transcoding. Selecting a specific conversion causes the videos to not play until all ts files are downloaded, and audio will only play. After seeing this, I wondered what it looks like with the workers enabled. I added the workers back in with HW transcoding and let it run. The worker processed all 473 .ts files and send them to the device and the device shows "An error occurred while attempting to play the video" error. Logs of the workers below from when it generated the last transcoded file to the video failing on the client side.

[tcp @ 0x7fa60dd1ed00] Starting connection attempt to 10.43.35.65 port 32499
[tcp @ 0x7fa60dd1ed00] Successfully connected to 10.43.35.65 port 32499
[AVIOContext @ 0x7fa610867940] Statistics: 252 bytes written, 0 seeks, 1 writeouts
[stream_segment,ssegment @ 0x7fa610802040] segment:'media-00473.ts' count:473 ended
[AVIOContext @ 0x7fa610867ac0] Statistics: 666648 bytes written, 0 seeks, 3 writeouts
[segment @ 0x7fa610802380] Opening 'http://clusterplex-pms:32499/video/:/transcode/session/1b8467354c6085e2-com-plexapp-android/11d3a9ea-a25a-4850-8673-19a4d1c49738/manifest?stream=subtitles&X-Plex-Http-Pipeline=infinite' for writing
[tcp @ 0x7fa60bf29400] Starting connection attempt to 10.43.35.65 port 32499
[tcp @ 0x7fa60bf29400] Successfully connected to 10.43.35.65 port 32499
[AVIOContext @ 0x7fa610867e00] Statistics: 256 bytes written, 0 seeks, 1 writeouts
[segment @ 0x7fa610802380] segment:'sub-chunk-00344' count:344 ended
[AVIOContext @ 0x7fa60bbdc640] Statistics: 200 bytes written, 0 seeks, 1 writeouts
frame=34047 fps= 85 q=-0.0 Lsize=N/A time=00:23:39.40 bitrate=N/A speed=3.54x    
video:2689490kB audio:44933kB subtitle:27kB other streams:0kB global headers:0kB muxing overhead: unknown
Input file #0 (/media/plex-data/Anime/My Daughter Left the Nest and Returned an S-Rank Adventurer/Season 1/My Daughter Left the Nest and Returned an S-Rank Adventurer - S01E02 - Belgrieve the Red Ogre HDTV-1080p.mkv):
  Input stream #0:0 (video): 34047 packets read (1415432742 bytes); 34047 frames decoded; 
  Input stream #0:1 (audio): 61159 packets read (22721748 bytes); 61159 frames decoded (62626816 samples); 
  Input stream #0:2 (subtitle): 345 packets read (22018 bytes); 345 frames decoded; 
  Input stream #0:3 (attachment): 0 packets read (0 bytes); 
  Input stream #0:4 (attachment): 0 packets read (0 bytes); 
  Input stream #0:5 (attachment): 0 packets read (0 bytes); 
  Input stream #0:6 (attachment): 0 packets read (0 bytes); 
  Input stream #0:7 (attachment): 0 packets read (0 bytes); 
  Input stream #0:8 (attachment): 0 packets read (0 bytes); 
  Input stream #0:9 (attachment): 0 packets read (0 bytes); 
  Input stream #0:10 (attachment): 0 packets read (0 bytes); 
  Input stream #0:11 (attachment): 0 packets read (0 bytes); 
  Input stream #0:12 (attachment): 0 packets read (0 bytes); 
  Input stream #0:13 (attachment): 0 packets read (0 bytes); 
  Input stream #0:14 (attachment): 0 packets read (0 bytes); 
  Input stream #0:15 (attachment): 0 packets read (0 bytes); 
  Input stream #0:16 (attachment): 0 packets read (0 bytes); 
  Total: 95551 packets (1438176508 bytes) demuxed
Output file #0 (media-%05d.ts):
  Output stream #0:0 (video): 34047 frames encoded; 34047 packets muxed (2754038040 bytes); 
  Output stream #0:1 (audio): 71006 frames encoded (68165242 samples); 71006 packets muxed (46011848 bytes); 
  Total: 105053 packets (2800049888 bytes) muxed
Output file #1 (sub-chunk-%05d):
  Output stream #1:0 (subtitle): 345 frames encoded; 345 packets muxed (28043 bytes); 
  Total: 345 packets (28043 bytes) muxed
[AVIOContext @ 0x7fa6108661c0] Statistics: 1445150329 bytes read, 2 seeks
Transcoder exit: child process exited with code 0
Completed transcode
Removing process from taskMap
Transcoder close: child process exited with code 0
pabloromeo commented 8 months ago

Do you get the same behavior if you switch to latest instead of experimental? It's a bit odd. There's really nothing specific that clusterplex does in the scenario that you are running, using local operational mode. It's just calling the Plex transcoder, so it should behave as any regular Plex install. Have you tried running just a standard Plex install using that same networking setup?

github-actions[bot] commented 7 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 7 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.