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

Error while decoding stream. Unknown error occurres. Inserting silence #238

Closed christensenjairus closed 6 months ago

christensenjairus commented 11 months ago

Describe the bug

My worker nodes are having issues decoding and the logs are pretty vague. Because of the issue, they're giving up and inserting silence into the stream, making the audio cut in and out.

My transcode folder is a RWX volume in longhorn.

To Reproduce

Use ArgoCD to deploy clusterplex (master branch) with the values.yml included in the additional context section.

Expected behavior

No errors while decoding, a clear audio stream without cutting out.

Additional context

Log file:

[eac3_eae @ 0x7fedf2aa1bc0] error reading output: -1313558101 (Unknown error occurred)
Error while decoding stream #0:1: Unknown error occurred
[Parsed_aresample_0 @ 0x7fedf3784440] [SWR @ 0x7feded7a8580] adding 16384 audio samples of silence
[Parsed_aresample_0 @ 0x7fedf3784440] [SWR @ 0x7feded7a8580] adding 12800 audio samples of silence
[eac3_eae @ 0x7fedf2aa1bc0] error reading output: -1313558101 (Unknown error occurred)
Error while decoding stream #0:1: Unknown error occurred
[eac3_eae @ 0x7fedf2aa1bc0] error reading output: -1313558101 (Unknown error occurred)
Error while decoding stream #0:1: Unknown error occurred
[eac3_eae @ 0x7fedf2aa1bc0] error reading output: -1313558101 (Unknown error occurred)
Error while decoding stream #0:1: Unknown error occurred
[Parsed_aresample_0 @ 0x7fedf3784440] [SWR @ 0x7feded7a8580] adding 16384 audio samples of silence
    Last message repeated 4 times
[Parsed_aresample_0 @ 0x7fedf3784440] [SWR @ 0x7feded7a8580] adding 5632 audio samples of silence
[eac3_eae @ 0x7fedf2aa1bc0] error reading output: -1313558101 (Unknown error occurred)
Error while decoding stream #0:1: Unknown error occurred
[Parsed_aresample_0 @ 0x7fedf3784440] [SWR @ 0x7feded7a8580] adding 16384 audio samples of silence
[Parsed_aresample_0 @ 0x7fedf3784440] [SWR @ 0x7feded7a8580] adding 12800 audio samples of silence
[eac3_eae @ 0x7fedf2aa1bc0] error reading output: -1313558101 (Unknown error occurred)
Error while decoding stream #0:1: Unknown error occurred
[eac3_eae @ 0x7fedf2aa1bc0] error reading output: -1313558101 (Unknown error occurred)
Error while decoding stream #0:1: Unknown error occurred
[eac3_eae @ 0x7fedf2aa1bc0] error reading output: -1313558101 (Unknown error occurred)
Error while decoding stream #0:1: Unknown error occurred
[Parsed_aresample_0 @ 0x7fedf3784440] [SWR @ 0x7feded7a8580] adding 16384 audio samples of silence
[AVIOContext @ 0x7fedf1eb0340] Statistics: 1079 bytes read, 0 seeks
[tcp @ 0x7fedee038b80] Starting connection attempt to 10.43.4.243 port 32499
[tcp @ 0x7fedee038b80] Successfully connected to 10.43.4.243 port 32499
[Parsed_aresample_0 @ 0x7fedf3784440] [SWR @ 0x7feded7a8580] adding 16384 audio samples of silence
    Last message repeated 3 times
[Parsed_aresample_0 @ 0x7fedf3784440] [SWR @ 0x7feded7a8580] adding 5632 audio samples of silence
[eac3_eae @ 0x7fedf2aa1bc0] error reading output: -1313558101 (Unknown error occurred)
Error while decoding stream #0:1: Unknown error occurred
[Parsed_aresample_0 @ 0x7fedf3784440] [SWR @ 0x7feded7a8580] adding 16384 audio samples of silence
[Parsed_aresample_0 @ 0x7fedf3784440] [SWR @ 0x7feded7a8580] adding 12800 audio samples of silence
[eac3_eae @ 0x7fedf2aa1bc0] error reading output: -1313558101 (Unknown error occurred)
Error while decoding stream #0:1: Unknown error occurred
[Parsed_aresample_0 @ 0x7fedf3784440] [SWR @ 0x7feded7a8580] adding 16384 audio samples of silence
[Parsed_aresample_0 @ 0x7fedf3784440] [SWR @ 0x7feded7a8580] adding 12800 audio samples of silence
[eac3_eae @ 0x7fedf2aa1bc0] error reading output: -1313558101 (Unknown error occurred)
Error while decoding stream #0:1: Unknown error occurred
[eac3_eae @ 0x7fedf2aa1bc0] error reading output: -1313558101 (Unknown error occurred)
Error while decoding stream #0:1: Unknown error occurred
[eac3_eae @ 0x7fedf2aa1bc0] error reading output: -1313558101 (Unknown error occurred)
Error while decoding stream #0:1: Unknown error occurred
[Parsed_aresample_0 @ 0x7fedf3784440] [SWR @ 0x7feded7a8580] adding 16384 audio samples of silence
    Last message repeated 4 times
[Parsed_aresample_0 @ 0x7fedf3784440] [SWR @ 0x7feded7a8580] adding 5632 audio samples of silence
[eac3_eae @ 0x7fedf2aa1bc0] error reading output: -1313558101 (Unknown error occurred)
Error while decoding stream #0:1: Unknown error occurred
[eac3_eae @ 0x7fedf2aa1bc0] error reading output: -1313558101 (Unknown error occurred)
Error while decoding stream #0:1: Unknown error occurred
[eac3_eae @ 0x7fedf2aa1bc0] error reading output: -1313558101 (Unknown error occurred)
Error while decoding stream #0:1: Unknown error occurred
[Parsed_aresample_0 @ 0x7fedf3784440] [SWR @ 0x7feded7a8580] adding 16384 audio samples of silence
    Last message repeated 4 times
[Parsed_aresample_0 @ 0x7fedf3784440] [SWR @ 0x7feded7a8580] adding 5632 audio samples of silence
[eac3_eae @ 0x7fedf2aa1bc0] error reading output: -1313558101 (Unknown error occurred)
Error while decoding stream #0:1: Unknown error occurred

Values.yml

global:
  timezone: America/Denver
  sharedStorage:
    transcode:
      enabled: true
      storageClass: longhorn-one-replica
      size: 25Gi
      retain: true
    media:
      enabled: true
      existingClaim: plex-media
      retain: true
    additionalMediaVolumes: {}

pms:
  config:
    plexClaimToken: 
    port: 32400
    localRelayEnabled: true
    relayPort: 32499
    pmsIP: "10.0.0.210"
  serviceConfig:
    type: ClusterIP

  ingressConfig:
    enabled: true
    ingressClassName: traefik
    hosts:
        host: plex.<my-domain>
        paths:
            path: /
            pathType: Prefix
    tls: 
      - secretName: plex-<my-domain>-tls
        hosts:
          - plex.<my-domain>

  configVolume:
    enabled: true
    storageClass: longhorn
    accessMode: ReadWriteOnce
    size: 75Gi
    retain: true

  healthProbes:
    startup: true
    readiness: true
    liveness: true

  resources:
    requests:
      cpu: 2000m
      memory: 2Gi
    limits:
      cpu: 3500m
      memory: 7Gi

worker:
  config:
    replicas: 7

  codecVolumes:
    enabled: true
    accessMode: ReadWriteOnce
    size: 1Gi
    storageClass: longhorn-one-replica
  resources:
    requests:
      cpu: 1000m
      memory: 1Gi
    limits:
      cpu: 3500m
      memory: 3Gi

  affinity:
    podAntiAffinity:
      preferredDuringSchedulingIgnoredDuringExecution:
      - podAffinityTerm:
          labelSelector:
            matchLabels:
              name: clusterplex-worker
          topologyKey: kubernetes.io/hostname
        weight: 100
      - podAffinityTerm:
          labelSelector:
            matchLabels:
              name: clusterplex-pms
          topologyKey: kubernetes.io/hostname
        weight: 50
pabloromeo commented 11 months ago

From the logs it appears that what is failing is plex's EasyAudioEncoder (eae). Could you please restart one of the workers and take note of the logs while it starts? It will output information about the eae paths and if it was able to download that encoder from Plex. Also give that you are using longhorn you might want to try using a longhorn RWX volume. That's how I run it and haven't had issues yet. (it's nfs behind the scenes, but I didn't have to deal with any mount options).

christensenjairus commented 11 months ago

Okay, I'll do that now. I forgot to mention that I switched over to NFS after seeing this issue - and then the issue came back. At the time of this log, I was using a longhorn RWX volume (1 replica) attached to 7 workers. I had thought that the overhead of longhorn volumes was causing it, but I guess not. I'll go back to longhorn for testing if it'll help narrow down the issue.

I'll edit my original post to just be longhorn - that's really how I'd like to run it anyway Edit: Done

christensenjairus commented 11 months ago

This is the startup logs from the specific worker that had the failure RawEventsFromKube5WorkerThatHadError.txt

And here are some more surrounding logs of the failure Kube5ErrorLogs.txt

EDIT: I realized that my logs from the original issue message were from all the workers together, so I updated it to be just the isolated logs from the one worker.

christensenjairus commented 11 months ago

On Longhorn as well, this is happening pretty frequently. When it happened last, I deleted the worker's config PVs and restarted them (to download EAC again). I see these error logs resurface after about 8 hours.

pabloromeo commented 11 months ago

So, the errors go away when the PV is recreated, and then appear again after about 8 hours? Quite odd. I'm not currently able to reproduce it at the moment. How about when reducing the number of replicas, does it prevent the issue?

christensenjairus commented 11 months ago

I ran this a second time with 3 replicas and the issue resurfaced. If it helps, this occurred (mostly) on a Windows PC watching an .mkv file.

github-actions[bot] commented 10 months ago

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

konSMASH commented 10 months ago

I seem to be seeing the same issue on my end as well. I am running near the exact same setup with 7 replicas. Users start to complain of audio cutting in and out after about 2 days of uptime. The only resolution I have found is to restart the clusterplex container.

pabloromeo commented 10 months ago

Please try the latest release, given that it's a fix specifically targetting EasyAudioEncoder that was failing after recent changes by Plex.

https://github.com/pabloromeo/clusterplex/releases/tag/v1.4.6

Updated Helm Chart version that installs v1.4.6 is v1.1.1

seang96 commented 9 months ago

Did a fresh install with Helm Chart v1.1.1 and I am receiving this error.

pabloromeo commented 9 months ago

So the common situation for everyone is using Longhorn with an RWX volume for transcoding and EasyAudioEncoder showing errors in the logs and adding segments of silence into the audio? Has anyone attempted changing the Longhorn Data-Locality setting to strict-local to see if this changes when you have a replica physically collocated with the Worker?

audiophonicz commented 9 months ago

@pabloromeo I just start seeing this "adding samples of silence" myself this morning. Same Longhorn RWX. 5 nodes 3 workers.

I have 5 replicas across 5 nodes, so each node has its own copy. However, Longhorn shows the Attached Node & Endpoint of only node1, so all 3 workers are using that single Endpoint on node1 (as far as Im aware). set to best-effort btw.

Incidentally, the worker0 on node1 with the Endpoint has no EasyAudioEncode processes running, while worker1 on another node has 10 processes in top, and worker2 on another node has 30+ EasyAudioEncode processes in top (talkin about 63min time+).

pabloromeo commented 9 months ago

Can you provide the logs for when one of the worker containers is initializing and also right when it triggers the transcode?

Also, if you delete the entire /codecs contents, do the errors still occur?

audiophonicz commented 9 months ago

Its currently detecting intros and credits so its going to be a bit before i can get you a clean log of just what you want to see, but i will

But i can update on the data-locality thing: I scaled back the workers to just the worker0 that is on the same node as the /transcode and /config Entrypoint mounts and I still got the adding silence logs (pms, worker, /config, /transcode all on the same node)

audiophonicz commented 9 months ago

Quit scanning and started over, got you logs. I would say reinstalling from scratch would count as delete the entire /codecs contents. These logs overlap at 'Worker connected on socket'

Worker-0 Init logs [mod-init] Attempting to run Docker Modification Logic [mod-init] Adding pabloromeo/clusterplex_worker_dockermod:latest to container [mod-init] Downloading pabloromeo/clusterplex_worker_dockermod:latest from ghcr.io [mod-init] Installing pabloromeo/clusterplex_worker_dockermod:latest [mod-init] pabloromeo/clusterplex_worker_dockermod:latest applied to container [migrations] started [migrations] no migrations found **** install runtime packages **** **** apt-get update **** ─────────────────────────────────────── ██╗ ███████╗██╗ ██████╗ ██║ ██╔════╝██║██╔═══██╗ ██║ ███████╗██║██║ ██║ ██║ ╚════██║██║██║ ██║ ███████╗███████║██║╚██████╔╝ ╚══════╝╚══════╝╚═╝ ╚═════╝ Brought to you by linuxserver.io ─────────────────────────────────────── To support LSIO projects visit: https://www.linuxserver.io/donate/ ─────────────────────────────────────── GID/UID ─────────────────────────────────────── User UID: 1000 User GID: 1000 ─────────────────────────────────────── Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] Get:3 http://archive.ubuntu.com/ubuntu jammy-security InRelease [110 kB] Get:4 http://archive.ubuntu.com/ubuntu jammy/multiverse Sources [361 kB] Get:5 http://archive.ubuntu.com/ubuntu jammy/universe Sources [22.0 MB] Get:6 http://archive.ubuntu.com/ubuntu jammy/restricted Sources [28.2 kB] Get:7 http://archive.ubuntu.com/ubuntu jammy/main Sources [1,668 kB] Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] Get:9 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1,792 kB] Get:11 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Sources [21.0 kB] Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe Sources [350 kB] Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main Sources [535 kB] Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Sources [57.4 kB] Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,257 kB] Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.8 kB] Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,235 kB] Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,085 kB] Get:20 http://archive.ubuntu.com/ubuntu jammy-security/restricted Sources [54.5 kB] Get:21 http://archive.ubuntu.com/ubuntu jammy-security/universe Sources [203 kB] Get:22 http://archive.ubuntu.com/ubuntu jammy-security/multiverse Sources [11.3 kB] Get:23 http://archive.ubuntu.com/ubuntu jammy-security/main Sources [275 kB] Get:24 http://archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,064 kB] Get:25 http://archive.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [44.0 kB] Get:26 http://archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages [966 kB] Get:27 http://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [993 kB] Fetched 52.4 MB in 4s (12.3 MB/s) Reading package lists... **** install binutils, libatomic1, file, unzip **** Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: binutils-common binutils-x86-64-linux-gnu gcc-12-base libbinutils libctf-nobfd0 libctf0 libgcc-s1 libmagic-mgc libmagic1 libstdc++6 Suggested packages: binutils-doc zip The following NEW packages will be installed: binutils binutils-common binutils-x86-64-linux-gnu file libatomic1 libbinutils libctf-nobfd0 libctf0 libmagic-mgc libmagic1 unzip The following packages will be upgraded: gcc-12-base libgcc-s1 libstdc++6 3 upgraded, 11 newly installed, 0 to remove and 4 not upgraded. Need to get 4,748 kB of archives. After this operation, 22.8 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-12-base amd64 12.3.0-1ubuntu1~22.04 [20.1 kB] Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libstdc++6 amd64 12.3.0-1ubuntu1~22.04 [699 kB] Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgcc-s1 amd64 12.3.0-1ubuntu1~22.04 [53.9 kB] Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic-mgc amd64 1:5.41-3ubuntu0.1 [257 kB] Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic1 amd64 1:5.41-3ubuntu0.1 [87.2 kB] Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 file amd64 1:5.41-3ubuntu0.1 [21.5 kB] Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-common amd64 2.38-4ubuntu2.3 [222 kB] Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbinutils amd64 2.38-4ubuntu2.3 [662 kB] Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf-nobfd0 amd64 2.38-4ubuntu2.3 [107 kB] Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf0 amd64 2.38-4ubuntu2.3 [103 kB] Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.38-4ubuntu2.3 [2,327 kB] Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils amd64 2.38-4ubuntu2.3 [3,190 B] Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libatomic1 amd64 12.3.0-1ubuntu1~22.04 [10.4 kB] Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB] Fetched 4,748 kB in 1s (7,493 kB/s) (Reading database ... 10639 files and directories currently installed.) Preparing to unpack .../gcc-12-base_12.3.0-1ubuntu1~22.04_amd64.deb ... Unpacking gcc-12-base:amd64 (12.3.0-1ubuntu1~22.04) over (12.1.0-2ubuntu1~22.04) ... Setting up gcc-12-base:amd64 (12.3.0-1ubuntu1~22.04) ... (Reading database ... 10639 files and directories currently installed.) Preparing to unpack .../libstdc++6_12.3.0-1ubuntu1~22.04_amd64.deb ... Unpacking libstdc++6:amd64 (12.3.0-1ubuntu1~22.04) over (12.1.0-2ubuntu1~22.04) ... Setting up libstdc++6:amd64 (12.3.0-1ubuntu1~22.04) ... (Reading database ... 10639 files and directories currently installed.) Preparing to unpack .../libgcc-s1_12.3.0-1ubuntu1~22.04_amd64.deb ... Unpacking libgcc-s1:amd64 (12.3.0-1ubuntu1~22.04) over (12.1.0-2ubuntu1~22.04) ... Setting up libgcc-s1:amd64 (12.3.0-1ubuntu1~22.04) ... Selecting previously unselected package libmagic-mgc. (Reading database ... 10639 files and directories currently installed.) Preparing to unpack .../00-libmagic-mgc_1%3a5.41-3ubuntu0.1_amd64.deb ... Unpacking libmagic-mgc (1:5.41-3ubuntu0.1) ... Selecting previously unselected package libmagic1:amd64. Preparing to unpack .../01-libmagic1_1%3a5.41-3ubuntu0.1_amd64.deb ... Unpacking libmagic1:amd64 (1:5.41-3ubuntu0.1) ... Selecting previously unselected package file. Preparing to unpack .../02-file_1%3a5.41-3ubuntu0.1_amd64.deb ... Unpacking file (1:5.41-3ubuntu0.1) ... Selecting previously unselected package binutils-common:amd64. Preparing to unpack .../03-binutils-common_2.38-4ubuntu2.3_amd64.deb ... Unpacking binutils-common:amd64 (2.38-4ubuntu2.3) ... Selecting previously unselected package libbinutils:amd64. Preparing to unpack .../04-libbinutils_2.38-4ubuntu2.3_amd64.deb ... Unpacking libbinutils:amd64 (2.38-4ubuntu2.3) ... Selecting previously unselected package libctf-nobfd0:amd64. Preparing to unpack .../05-libctf-nobfd0_2.38-4ubuntu2.3_amd64.deb ... Unpacking libctf-nobfd0:amd64 (2.38-4ubuntu2.3) ... Selecting previously unselected package libctf0:amd64. Preparing to unpack .../06-libctf0_2.38-4ubuntu2.3_amd64.deb ... Unpacking libctf0:amd64 (2.38-4ubuntu2.3) ... Selecting previously unselected package binutils-x86-64-linux-gnu. Preparing to unpack .../07-binutils-x86-64-linux-gnu_2.38-4ubuntu2.3_amd64.deb ... Unpacking binutils-x86-64-linux-gnu (2.38-4ubuntu2.3) ... Selecting previously unselected package binutils. Preparing to unpack .../08-binutils_2.38-4ubuntu2.3_amd64.deb ... Unpacking binutils (2.38-4ubuntu2.3) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../09-libatomic1_12.3.0-1ubuntu1~22.04_amd64.deb ... Unpacking libatomic1:amd64 (12.3.0-1ubuntu1~22.04) ... Selecting previously unselected package unzip. Preparing to unpack .../10-unzip_6.0-26ubuntu3.1_amd64.deb ... Unpacking unzip (6.0-26ubuntu3.1) ... Setting up libmagic-mgc (1:5.41-3ubuntu0.1) ... Setting up unzip (6.0-26ubuntu3.1) ... Setting up binutils-common:amd64 (2.38-4ubuntu2.3) ... Setting up libmagic1:amd64 (1:5.41-3ubuntu0.1) ... Setting up libctf-nobfd0:amd64 (2.38-4ubuntu2.3) ... Setting up file (1:5.41-3ubuntu0.1) ... Setting up libatomic1:amd64 (12.3.0-1ubuntu1~22.04) ... Setting up libbinutils:amd64 (2.38-4ubuntu2.3) ... Setting up libctf0:amd64 (2.38-4ubuntu2.3) ... Setting up binutils-x86-64-linux-gnu (2.38-4ubuntu2.3) ... Setting up binutils (2.38-4ubuntu2.3) ... Processing triggers for libc-bin (2.35-0ubuntu3.1) ... **** install 'n' **** % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 48487 100 48487 0 0 179k 0 --:--:-- --:--:-- --:--:-- 179k **** install nodejs **** installing : node-v18.17.1 mkdir : /usr/local/n/versions/node/18.17.1 fetch : https://nodejs.org/dist/v18.17.1/node-v18.17.1-linux-x64.tar.gz copying : node/18.17.1 installed : v18.17.1 (with npm 9.6.7) **** Running npm install **** added 74 packages, and audited 75 packages in 2s 7 packages are looking for funding run `npm fund` for details found 0 vulnerabilities npm notice npm notice New major version of npm available! 9.6.7 -> 10.1.0 npm notice Changelog: npm notice Run `npm install -g npm@10.1.0` to update! npm notice **** Root executable is still original, rename **** **** Move shim to destination **** **** Make the shim executable **** **** Setting up codecs directory **** Directory already present **** Changing ownership for /codecs **** **** Server already claimed **** **** creating video group videor2gk with id 106 **** **** adding /dev/dri/renderD128 to video group videor2gk with id 106 **** **** adding /dev/dri/card0 to video group video with id 44 **** Docker is used for versioning skip update check [custom-init] No custom files found, skipping... Starting Plex Media Server. . . (you can ignore the libusb_init error) CLUSTERPLEX_PLEX_VERSION => '1.32.5.7349-8f4248874' CLUSTERPLEX_PLEX_CODECS_VERSION => '8217c1c-4578' CLUSTERPLEX_PLEX_EAE_VERSION (extracted) => 'eae-69c1de6-42' PLEX_ARCH => 'amd64' EAE_VERSION => '1978' CLUSTERPLEX_PLEX_CODEC_ARCH => linux-x86_64-standard Codec location => /codecs/8217c1c-4578-linux-x86_64-standard EAE_VERSION.txt not found EAE is not the latest version EasyAudioEncoder directory does not exist, skipped deletion Downloading EasyAudioEncoder version => 1978 Downloading EAE_XML => https://plex.tv/api/codecs/easyaudioencoder?build=linux-x86_64-standard&deviceId=7d7f7d59-d721-4ca6-9073-16a174c97eb5&oldestPreviousVersion=1.32.5.7349-8f4248874&version=1978 EAE_CODEC_URL => https://downloads.plex.tv/codecs/1978/linux-x86_64-standard/EasyAudioEncoder-linux-x86_64-standard.zip Downloading EasyAudioEncoder Decompressing EasyAudioEncoder Archive: EasyAudioEncoder-1978-linux-x86_64-standard.zip creating: EasyAudioEncoder/EasyAudioEncoder/ inflating: EasyAudioEncoder/EasyAudioEncoder/EasyAudioEncoder Extracting License Key License Path output => /codecs/8217c1c-4578-linux-x86_64-standard/EasyAudioEncoder/EasyAudioEncoder/eae-license.txt EAE_VERSION.txt saved Codec libaac_decoder.so does not exist. Downloading... --2023-09-17 17:50:24-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libaac_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 272680 (266K) [application/octet-stream] Saving to: ‘libaac_decoder.so’ 0K .......... .......... .......... .......... .......... 18% 2.41M 0s 50K .......... .......... .......... .......... .......... 37% 2.09M 0s 100K .......... .......... .......... .......... .......... 56% 4.19M 0s 150K .......... .......... .......... .......... .......... 75% 5.38M 0s 200K .......... .......... .......... .......... .......... 93% 6.28M 0s 250K .......... ...... 100% 8.85M=0.07s 2023-09-17 17:50:24 (3.52 MB/s) - ‘libaac_decoder.so’ saved [272680/272680] Codec libaac_encoder.so does not exist. Downloading... --2023-09-17 17:50:25-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libaac_encoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 203544 (199K) [application/octet-stream] Saving to: ‘libaac_encoder.so’ 0K .......... .......... .......... .......... .......... 25% 1.73M 0s 50K .......... .......... .......... .......... .......... 50% 2.34M 0s 100K .......... .......... .......... .......... .......... 75% 3.32M 0s 150K .......... .......... .......... .......... ........ 100% 5.89M=0.07s 2023-09-17 17:50:25 (2.70 MB/s) - ‘libaac_encoder.so’ saved [203544/203544] Codec libaac_latm_decoder.so does not exist. Downloading... --2023-09-17 17:50:25-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libaac_latm_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 274200 (268K) [application/octet-stream] Saving to: ‘libaac_latm_decoder.so’ 0K .......... .......... .......... .......... .......... 18% 2.33M 0s 50K .......... .......... .......... .......... .......... 37% 4.07M 0s 100K .......... .......... .......... .......... .......... 56% 2.46M 0s 150K .......... .......... .......... .......... .......... 74% 5.50M 0s 200K .......... .......... .......... .......... .......... 93% 6.08M 0s 250K .......... ....... 100% 2.92M=0.08s 2023-09-17 17:50:25 (3.46 MB/s) - ‘libaac_latm_decoder.so’ saved [274200/274200] Codec libaac_lc_decoder.so does not exist. Downloading... --2023-09-17 17:50:25-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libaac_lc_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 188488 (184K) [application/octet-stream] Saving to: ‘libaac_lc_decoder.so’ 0K .......... .......... .......... .......... .......... 27% 2.49M 0s 50K .......... .......... .......... .......... .......... 54% 3.02M 0s 100K .......... .......... .......... .......... .......... 81% 3.85M 0s 150K .......... .......... .......... .... 100% 6.14M=0.05s 2023-09-17 17:50:25 (3.34 MB/s) - ‘libaac_lc_decoder.so’ saved [188488/188488] Codec libaasc_decoder.so does not exist. Downloading... --2023-09-17 17:50:25-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libaasc_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 71640 (70K) [application/octet-stream] Saving to: ‘libaasc_decoder.so’ 0K .......... .......... .......... .......... .......... 71% 2.12M 0s 50K .......... ......... 100% 4.12M=0.03s 2023-09-17 17:50:26 (2.46 MB/s) - ‘libaasc_decoder.so’ saved [71640/71640] Codec libac3_decoder.so does not exist. Downloading... --2023-09-17 17:50:26-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libac3_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 137976 (135K) [application/octet-stream] Saving to: ‘libac3_decoder.so’ 0K .......... .......... .......... .......... .......... 37% 1.81M 0s 50K .......... .......... .......... .......... .......... 74% 2.14M 0s 100K .......... .......... .......... .... 100% 2.49M=0.06s 2023-09-17 17:50:26 (2.08 MB/s) - ‘libac3_decoder.so’ saved [137976/137976] Codec libac3_encoder.so does not exist. Downloading... --2023-09-17 17:50:26-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libac3_encoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 155520 (152K) [application/octet-stream] Saving to: ‘libac3_encoder.so’ 0K .......... .......... .......... .......... .......... 32% 2.55M 0s 50K .......... .......... .......... .......... .......... 65% 2.50M 0s 100K .......... .......... .......... .......... .......... 98% 4.22M 0s 150K . 100% 3.49T=0.05s 2023-09-17 17:50:26 (2.95 MB/s) - ‘libac3_encoder.so’ saved [155520/155520] Codec libadpcm_4xm_decoder.so does not exist. Downloading... --2023-09-17 17:50:26-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_4xm_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57456 (56K) [application/octet-stream] Saving to: ‘libadpcm_4xm_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 1.80M 0s 50K ...... 100% 3.54M=0.03s 2023-09-17 17:50:27 (1.90 MB/s) - ‘libadpcm_4xm_decoder.so’ saved [57456/57456] Codec libadpcm_adx_decoder.so does not exist. Downloading... --2023-09-17 17:50:27-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_adx_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 55192 (54K) [application/octet-stream] Saving to: ‘libadpcm_adx_decoder.so’ 0K .......... .......... .......... .......... .......... 92% 2.48M 0s 50K ... 100% 771K=0.02s 2023-09-17 17:50:27 (2.13 MB/s) - ‘libadpcm_adx_decoder.so’ saved [55192/55192] Codec libadpcm_afc_decoder.so does not exist. Downloading... --2023-09-17 17:50:27-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_afc_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57072 (56K) [application/octet-stream] Saving to: ‘libadpcm_afc_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.37M 0s 50K ..... 100% 5.13M=0.02s 2023-09-17 17:50:27 (2.51 MB/s) - ‘libadpcm_afc_decoder.so’ saved [57072/57072] Codec libadpcm_aica_decoder.so does not exist. Downloading... --2023-09-17 17:50:27-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_aica_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57072 (56K) [application/octet-stream] Saving to: ‘libadpcm_aica_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.24M 0s 50K ..... 100% 3.66M=0.02s 2023-09-17 17:50:27 (2.33 MB/s) - ‘libadpcm_aica_decoder.so’ saved [57072/57072] Codec libadpcm_ct_decoder.so does not exist. Downloading... --2023-09-17 17:50:27-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ct_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57040 (56K) [application/octet-stream] Saving to: ‘libadpcm_ct_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 1.55M 0s 50K ..... 100% 12.2M=0.03s 2023-09-17 17:50:28 (1.71 MB/s) - ‘libadpcm_ct_decoder.so’ saved [57040/57040] Codec libadpcm_dtk_decoder.so does not exist. Downloading... --2023-09-17 17:50:28-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_dtk_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57040 (56K) [application/octet-stream] Saving to: ‘libadpcm_dtk_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.39M 0s 50K ..... 100% 1.08M=0.03s 2023-09-17 17:50:28 (2.13 MB/s) - ‘libadpcm_dtk_decoder.so’ saved [57040/57040] Codec libadpcm_ea_decoder.so does not exist. Downloading... --2023-09-17 17:50:28-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ea_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57088 (56K) [application/octet-stream] Saving to: ‘libadpcm_ea_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.33M 0s 50K ..... 100% 5.13M=0.02s 2023-09-17 17:50:28 (2.47 MB/s) - ‘libadpcm_ea_decoder.so’ saved [57088/57088] Codec libadpcm_ea_maxis_xa_decoder.so does not exist. Downloading... --2023-09-17 17:50:28-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ea_maxis_xa_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57184 (56K) [application/octet-stream] Saving to: ‘libadpcm_ea_maxis_xa_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.33M 0s 50K ..... 100% 1.11M=0.03s 2023-09-17 17:50:28 (2.09 MB/s) - ‘libadpcm_ea_maxis_xa_decoder.so’ saved [57184/57184] Codec libadpcm_ea_r1_decoder.so does not exist. Downloading... --2023-09-17 17:50:28-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ea_r1_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 58672 (57K) [application/octet-stream] Saving to: ‘libadpcm_ea_r1_decoder.so’ 0K .......... .......... .......... .......... .......... 87% 2.07M 0s 50K ....... 100% 2.98M=0.03s 2023-09-17 17:50:29 (2.15 MB/s) - ‘libadpcm_ea_r1_decoder.so’ saved [58672/58672] Codec libadpcm_ea_r2_decoder.so does not exist. Downloading... --2023-09-17 17:50:29-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ea_r2_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 58672 (57K) [application/octet-stream] Saving to: ‘libadpcm_ea_r2_decoder.so’ 0K .......... .......... .......... .......... .......... 87% 2.64M 0s 50K ....... 100% 3.89M=0.02s 2023-09-17 17:50:29 (2.75 MB/s) - ‘libadpcm_ea_r2_decoder.so’ saved [58672/58672] Codec libadpcm_ea_r3_decoder.so does not exist. Downloading... --2023-09-17 17:50:29-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ea_r3_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 58672 (57K) [application/octet-stream] Saving to: ‘libadpcm_ea_r3_decoder.so’ 0K .......... .......... .......... .......... .......... 87% 2.09M 0s 50K ....... 100% 4.93M=0.02s 2023-09-17 17:50:29 (2.25 MB/s) - ‘libadpcm_ea_r3_decoder.so’ saved [58672/58672] Codec libadpcm_ea_xas_decoder.so does not exist. Downloading... --2023-09-17 17:50:29-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ea_xas_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57664 (56K) [application/octet-stream] Saving to: ‘libadpcm_ea_xas_decoder.so’ 0K .......... .......... .......... .......... .......... 88% 2.47M 0s 50K ...... 100% 1.04M=0.03s 2023-09-17 17:50:29 (2.14 MB/s) - ‘libadpcm_ea_xas_decoder.so’ saved [57664/57664] Codec libadpcm_g722_decoder.so does not exist. Downloading... --2023-09-17 17:50:29-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_g722_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 56992 (56K) [application/octet-stream] Saving to: ‘libadpcm_g722_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.16M 0s 50K ..... 100% 3.95M=0.02s 2023-09-17 17:50:30 (2.27 MB/s) - ‘libadpcm_g722_decoder.so’ saved [56992/56992] Codec libadpcm_g726_decoder.so does not exist. Downloading... --2023-09-17 17:50:30-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_g726_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57552 (56K) [application/octet-stream] Saving to: ‘libadpcm_g726_decoder.so’ 0K .......... .......... .......... .......... .......... 88% 1.87M 0s 50K ...... 100% 5.20M=0.03s 2023-09-17 17:50:30 (2.01 MB/s) - ‘libadpcm_g726_decoder.so’ saved [57552/57552] Codec libadpcm_g726le_decoder.so does not exist. Downloading... --2023-09-17 17:50:30-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_g726le_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57568 (56K) [application/octet-stream] Saving to: ‘libadpcm_g726le_decoder.so’ 0K .......... .......... .......... .......... .......... 88% 2.01M 0s 50K ...... 100% 5.43M=0.03s 2023-09-17 17:50:30 (2.16 MB/s) - ‘libadpcm_g726le_decoder.so’ saved [57568/57568] Codec libadpcm_ima_amv_decoder.so does not exist. Downloading... --2023-09-17 17:50:30-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ima_amv_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57568 (56K) [application/octet-stream] Saving to: ‘libadpcm_ima_amv_decoder.so’ 0K .......... .......... .......... .......... .......... 88% 2.32M 0s 50K ...... 100% 984K=0.03s 2023-09-17 17:50:30 (2.01 MB/s) - ‘libadpcm_ima_amv_decoder.so’ saved [57568/57568] Codec libadpcm_ima_apc_decoder.so does not exist. Downloading... --2023-09-17 17:50:30-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ima_apc_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57184 (56K) [application/octet-stream] Saving to: ‘libadpcm_ima_apc_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.08M 0s 50K ..... 100% 3.18M=0.03s 2023-09-17 17:50:31 (2.16 MB/s) - ‘libadpcm_ima_apc_decoder.so’ saved [57184/57184] Codec libadpcm_ima_dat4_decoder.so does not exist. Downloading... --2023-09-17 17:50:31-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ima_dat4_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57280 (56K) [application/octet-stream] Saving to: ‘libadpcm_ima_dat4_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 1.16M 0s 50K ..... 100% 3.69M=0.04s 2023-09-17 17:50:31 (1.25 MB/s) - ‘libadpcm_ima_dat4_decoder.so’ saved [57280/57280] Codec libadpcm_ima_dk3_decoder.so does not exist. Downloading... --2023-09-17 17:50:31-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ima_dk3_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57552 (56K) [application/octet-stream] Saving to: ‘libadpcm_ima_dk3_decoder.so’ 0K .......... .......... .......... .......... .......... 88% 2.06M 0s 50K ...... 100% 3.43M=0.03s 2023-09-17 17:50:31 (2.15 MB/s) - ‘libadpcm_ima_dk3_decoder.so’ saved [57552/57552] Codec libadpcm_ima_dk4_decoder.so does not exist. Downloading... --2023-09-17 17:50:31-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ima_dk4_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57296 (56K) [application/octet-stream] Saving to: ‘libadpcm_ima_dk4_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.37M 0s 50K ..... 100% 691K=0.03s 2023-09-17 17:50:31 (1.87 MB/s) - ‘libadpcm_ima_dk4_decoder.so’ saved [57296/57296] Codec libadpcm_ima_ea_eacs_decoder.so does not exist. Downloading... --2023-09-17 17:50:31-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ima_ea_eacs_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57472 (56K) [application/octet-stream] Saving to: ‘libadpcm_ima_ea_eacs_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.48M 0s 50K ...... 100% 3.11M=0.02s 2023-09-17 17:50:32 (2.54 MB/s) - ‘libadpcm_ima_ea_eacs_decoder.so’ saved [57472/57472] Codec libadpcm_ima_ea_sead_decoder.so does not exist. Downloading... --2023-09-17 17:50:32-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ima_ea_sead_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57216 (56K) [application/octet-stream] Saving to: ‘libadpcm_ima_ea_sead_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.26M 0s 50K ..... 100% 2.75M=0.02s 2023-09-17 17:50:32 (2.30 MB/s) - ‘libadpcm_ima_ea_sead_decoder.so’ saved [57216/57216] Codec libadpcm_ima_iss_decoder.so does not exist. Downloading... --2023-09-17 17:50:32-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ima_iss_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57376 (56K) [application/octet-stream] Saving to: ‘libadpcm_ima_iss_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.59M 0s 50K ...... 100% 3.74M=0.02s 2023-09-17 17:50:32 (2.68 MB/s) - ‘libadpcm_ima_iss_decoder.so’ saved [57376/57376] Codec libadpcm_ima_oki_decoder.so does not exist. Downloading... --2023-09-17 17:50:32-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ima_oki_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57120 (56K) [application/octet-stream] Saving to: ‘libadpcm_ima_oki_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.33M 0s 50K ..... 100% 3.85M=0.02s 2023-09-17 17:50:32 (2.43 MB/s) - ‘libadpcm_ima_oki_decoder.so’ saved [57120/57120] Codec libadpcm_ima_qt_decoder.so does not exist. Downloading... --2023-09-17 17:50:32-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ima_qt_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57424 (56K) [application/octet-stream] Saving to: ‘libadpcm_ima_qt_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.64M 0s 50K ...... 100% 1.38M=0.02s 2023-09-17 17:50:33 (2.40 MB/s) - ‘libadpcm_ima_qt_decoder.so’ saved [57424/57424] Codec libadpcm_ima_rad_decoder.so does not exist. Downloading... --2023-09-17 17:50:33-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ima_rad_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57472 (56K) [application/octet-stream] Saving to: ‘libadpcm_ima_rad_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.26M 0s 50K ...... 100% 3.17M=0.02s 2023-09-17 17:50:33 (2.33 MB/s) - ‘libadpcm_ima_rad_decoder.so’ saved [57472/57472] Codec libadpcm_ima_smjpeg_decoder.so does not exist. Downloading... --2023-09-17 17:50:33-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ima_smjpeg_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57408 (56K) [application/octet-stream] Saving to: ‘libadpcm_ima_smjpeg_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.44M 0s 50K ...... 100% 4.79M=0.02s 2023-09-17 17:50:33 (2.58 MB/s) - ‘libadpcm_ima_smjpeg_decoder.so’ saved [57408/57408] Codec libadpcm_ima_wav_decoder.so does not exist. Downloading... --2023-09-17 17:50:33-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ima_wav_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 59200 (58K) [application/octet-stream] Saving to: ‘libadpcm_ima_wav_decoder.so’ 0K .......... .......... .......... .......... .......... 86% 2.83M 0s 50K ....... 100% 1.56M=0.02s 2023-09-17 17:50:34 (2.55 MB/s) - ‘libadpcm_ima_wav_decoder.so’ saved [59200/59200] Codec libadpcm_ima_ws_decoder.so does not exist. Downloading... --2023-09-17 17:50:34-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ima_ws_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57584 (56K) [application/octet-stream] Saving to: ‘libadpcm_ima_ws_decoder.so’ 0K .......... .......... .......... .......... .......... 88% 2.61M 0s 50K ...... 100% 4.23M=0.02s 2023-09-17 17:50:34 (2.72 MB/s) - ‘libadpcm_ima_ws_decoder.so’ saved [57584/57584] Codec libadpcm_ms_decoder.so does not exist. Downloading... --2023-09-17 17:50:34-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_ms_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 58256 (57K) [application/octet-stream] Saving to: ‘libadpcm_ms_decoder.so’ 0K .......... .......... .......... .......... .......... 87% 2.54M 0s 50K ...... 100% 1.29M=0.02s 2023-09-17 17:50:34 (2.27 MB/s) - ‘libadpcm_ms_decoder.so’ saved [58256/58256] Codec libadpcm_psx_decoder.so does not exist. Downloading... --2023-09-17 17:50:34-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_psx_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57248 (56K) [application/octet-stream] Saving to: ‘libadpcm_psx_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.14M 0s 50K ..... 100% 1004K=0.03s 2023-09-17 17:50:34 (1.90 MB/s) - ‘libadpcm_psx_decoder.so’ saved [57248/57248] Codec libadpcm_sbpro_2_decoder.so does not exist. Downloading... --2023-09-17 17:50:34-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_sbpro_2_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 58000 (57K) [application/octet-stream] Saving to: ‘libadpcm_sbpro_2_decoder.so’ 0K .......... .......... .......... .......... .......... 88% 2.14M 0s 50K ...... 100% 1.23M=0.03s 2023-09-17 17:50:35 (1.97 MB/s) - ‘libadpcm_sbpro_2_decoder.so’ saved [58000/58000] Codec libadpcm_sbpro_3_decoder.so does not exist. Downloading... --2023-09-17 17:50:35-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_sbpro_3_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 58000 (57K) [application/octet-stream] Saving to: ‘libadpcm_sbpro_3_decoder.so’ 0K .......... .......... .......... .......... .......... 88% 2.17M 0s 50K ...... 100% 9.87M=0.02s 2023-09-17 17:50:35 (2.39 MB/s) - ‘libadpcm_sbpro_3_decoder.so’ saved [58000/58000] Codec libadpcm_sbpro_4_decoder.so does not exist. Downloading... --2023-09-17 17:50:35-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_sbpro_4_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 58000 (57K) [application/octet-stream] Saving to: ‘libadpcm_sbpro_4_decoder.so’ 0K .......... .......... .......... .......... .......... 88% 2.34M 0s 50K ...... 100% 874K=0.03s 2023-09-17 17:50:35 (1.95 MB/s) - ‘libadpcm_sbpro_4_decoder.so’ saved [58000/58000] Codec libadpcm_swf_decoder.so does not exist. Downloading... --2023-09-17 17:50:35-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_swf_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57424 (56K) [application/octet-stream] Saving to: ‘libadpcm_swf_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 1.97M 0s 50K ...... 100% 3.38M=0.03s 2023-09-17 17:50:36 (2.06 MB/s) - ‘libadpcm_swf_decoder.so’ saved [57424/57424] Codec libadpcm_thp_decoder.so does not exist. Downloading... --2023-09-17 17:50:36-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_thp_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 58224 (57K) [application/octet-stream] Saving to: ‘libadpcm_thp_decoder.so’ 0K .......... .......... .......... .......... .......... 87% 2.24M 0s 50K ...... 100% 1.29M=0.03s 2023-09-17 17:50:36 (2.06 MB/s) - ‘libadpcm_thp_decoder.so’ saved [58224/58224] Codec libadpcm_thp_le_decoder.so does not exist. Downloading... --2023-09-17 17:50:36-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_thp_le_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 58240 (57K) [application/octet-stream] Saving to: ‘libadpcm_thp_le_decoder.so’ 0K .......... .......... .......... .......... .......... 87% 2.64M 0s 50K ...... 100% 3.17M=0.02s 2023-09-17 17:50:36 (2.69 MB/s) - ‘libadpcm_thp_le_decoder.so’ saved [58240/58240] Codec libadpcm_vima_decoder.so does not exist. Downloading... --2023-09-17 17:50:36-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_vima_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 56392 (55K) [application/octet-stream] Saving to: ‘libadpcm_vima_decoder.so’ 0K .......... .......... .......... .......... .......... 90% 2.01M 0s 50K ..... 100% 10.7M=0.02s 2023-09-17 17:50:36 (2.17 MB/s) - ‘libadpcm_vima_decoder.so’ saved [56392/56392] Codec libadpcm_xa_decoder.so does not exist. Downloading... --2023-09-17 17:50:36-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_xa_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57728 (56K) [application/octet-stream] Saving to: ‘libadpcm_xa_decoder.so’ 0K .......... .......... .......... .......... .......... 88% 2.58M 0s 50K ...... 100% 1.56M=0.02s 2023-09-17 17:50:37 (2.40 MB/s) - ‘libadpcm_xa_decoder.so’ saved [57728/57728] Codec libadpcm_yamaha_decoder.so does not exist. Downloading... --2023-09-17 17:50:37-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libadpcm_yamaha_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57072 (56K) [application/octet-stream] Saving to: ‘libadpcm_yamaha_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.32M 0s 50K ..... 100% 9.01M=0.02s 2023-09-17 17:50:37 (2.51 MB/s) - ‘libadpcm_yamaha_decoder.so’ saved [57072/57072] Codec libaic_decoder.so does not exist. Downloading... --2023-09-17 17:50:37-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libaic_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 198424 (194K) [application/octet-stream] Saving to: ‘libaic_decoder.so’ 0K .......... .......... .......... .......... .......... 25% 2.08M 0s 50K .......... .......... .......... .......... .......... 51% 2.15M 0s 100K .......... .......... .......... .......... .......... 77% 2.34M 0s 150K .......... .......... .......... .......... ... 100% 6.18M=0.07s 2023-09-17 17:50:37 (2.56 MB/s) - ‘libaic_decoder.so’ saved [198424/198424] Codec libalias_pix_decoder.so does not exist. Downloading... --2023-09-17 17:50:37-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libalias_pix_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 53840 (53K) [application/octet-stream] Saving to: ‘libalias_pix_decoder.so’ 0K .......... .......... .......... .......... .......... 95% 2.49M 0s 50K .. 100% 3.09M=0.02s 2023-09-17 17:50:37 (2.51 MB/s) - ‘libalias_pix_decoder.so’ saved [53840/53840] Codec libals_decoder.so does not exist. Downloading... --2023-09-17 17:50:37-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libals_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 102480 (100K) [application/octet-stream] Saving to: ‘libals_decoder.so’ 0K .......... .......... .......... .......... .......... 49% 2.14M 0s 50K .......... .......... .......... .......... .......... 99% 4.62M 0s 100K 100% 149G=0.03s 2023-09-17 17:50:38 (2.93 MB/s) - ‘libals_decoder.so’ saved [102480/102480] Codec libamrnb_decoder.so does not exist. Downloading... --2023-09-17 17:50:38-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libamrnb_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 106152 (104K) [application/octet-stream] Saving to: ‘libamrnb_decoder.so’ 0K .......... .......... .......... .......... .......... 48% 2.36M 0s 50K .......... .......... .......... .......... .......... 96% 4.09M 0s 100K ... 100% 24.8M=0.03s 2023-09-17 17:50:38 (3.09 MB/s) - ‘libamrnb_decoder.so’ saved [106152/106152] Codec libamrwb_decoder.so does not exist. Downloading... --2023-09-17 17:50:38-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libamrwb_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 108280 (106K) [application/octet-stream] Saving to: ‘libamrwb_decoder.so’ 0K .......... .......... .......... .......... .......... 47% 2.02M 0s 50K .......... .......... .......... .......... .......... 94% 2.64M 0s 100K ..... 100% 86.1M=0.04s 2023-09-17 17:50:38 (2.42 MB/s) - ‘libamrwb_decoder.so’ saved [108280/108280] Codec libamv_decoder.so does not exist. Downloading... --2023-09-17 17:50:38-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libamv_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 281984 (275K) [application/octet-stream] Saving to: ‘libamv_decoder.so’ 0K .......... .......... .......... .......... .......... 18% 2.22M 0s 50K .......... .......... .......... .......... .......... 36% 2.17M 0s 100K .......... .......... .......... .......... .......... 54% 4.69M 0s 150K .......... .......... .......... .......... .......... 72% 4.94M 0s 200K .......... .......... .......... .......... .......... 90% 5.91M 0s 250K .......... .......... ..... 100% 7.93M=0.08s 2023-09-17 17:50:39 (3.53 MB/s) - ‘libamv_decoder.so’ saved [281984/281984] Codec libanm_decoder.so does not exist. Downloading... --2023-09-17 17:50:39-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libanm_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 68568 (67K) [application/octet-stream] Saving to: ‘libanm_decoder.so’ 0K .......... .......... .......... .......... .......... 74% 2.41M 0s 50K .......... ...... 100% 5.46M=0.02s 2023-09-17 17:50:39 (2.81 MB/s) - ‘libanm_decoder.so’ saved [68568/68568] Codec libape_decoder.so does not exist. Downloading... --2023-09-17 17:50:39-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libape_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 89240 (87K) [application/octet-stream] Saving to: ‘libape_decoder.so’ 0K .......... .......... .......... .......... .......... 57% 1.98M 0s 50K .......... .......... .......... ....... 100% 4.53M=0.03s 2023-09-17 17:50:39 (2.61 MB/s) - ‘libape_decoder.so’ saved [89240/89240] Codec libasv1_decoder.so does not exist. Downloading... --2023-09-17 17:50:39-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libasv1_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 177720 (174K) [application/octet-stream] Saving to: ‘libasv1_decoder.so’ 0K .......... .......... .......... .......... .......... 28% 2.23M 0s 50K .......... .......... .......... .......... .......... 57% 2.09M 0s 100K .......... .......... .......... .......... .......... 86% 4.47M 0s 150K .......... .......... ... 100% 5.72M=0.06s 2023-09-17 17:50:39 (2.81 MB/s) - ‘libasv1_decoder.so’ saved [177720/177720] Codec libasv2_decoder.so does not exist. Downloading... --2023-09-17 17:50:39-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libasv2_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 177608 (173K) [application/octet-stream] Saving to: ‘libasv2_decoder.so’ 0K .......... .......... .......... .......... .......... 28% 2.30M 0s 50K .......... .......... .......... .......... .......... 57% 2.17M 0s 100K .......... .......... .......... .......... .......... 86% 3.54M 0s 150K .......... .......... ... 100% 6.70M=0.06s 2023-09-17 17:50:40 (2.78 MB/s) - ‘libasv2_decoder.so’ saved [177608/177608] Codec libatrac1_decoder.so does not exist. Downloading... --2023-09-17 17:50:40-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libatrac1_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 93448 (91K) [application/octet-stream] Saving to: ‘libatrac1_decoder.so’ 0K .......... .......... .......... .......... .......... 54% 2.34M 0s 50K .......... .......... .......... .......... . 100% 2.67M=0.04s 2023-09-17 17:50:40 (2.48 MB/s) - ‘libatrac1_decoder.so’ saved [93448/93448] Codec libatrac3_decoder.so does not exist. Downloading... --2023-09-17 17:50:40-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libatrac3_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 109096 (107K) [application/octet-stream] Saving to: ‘libatrac3_decoder.so’ 0K .......... .......... .......... .......... .......... 46% 2.64M 0s 50K .......... .......... .......... .......... .......... 93% 2.05M 0s 100K ...... 100% 10.4M=0.04s 2023-09-17 17:50:40 (2.42 MB/s) - ‘libatrac3_decoder.so’ saved [109096/109096] Codec libatrac3p_decoder.so does not exist. Downloading... --2023-09-17 17:50:40-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libatrac3p_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 152360 (149K) [application/octet-stream] Saving to: ‘libatrac3p_decoder.so’ 0K .......... .......... .......... .......... .......... 33% 2.06M 0s 50K .......... .......... .......... .......... .......... 67% 2.66M 0s 100K .......... .......... .......... .......... ........ 100% 4.83M=0.05s 2023-09-17 17:50:41 (2.80 MB/s) - ‘libatrac3p_decoder.so’ saved [152360/152360] Codec libaura2_decoder.so does not exist. Downloading... --2023-09-17 17:50:41-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libaura2_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 52960 (52K) [application/octet-stream] Saving to: ‘libaura2_decoder.so’ 0K .......... .......... .......... .......... .......... 96% 1.90M 0s 50K . 100% 2.49M=0.03s 2023-09-17 17:50:41 (1.92 MB/s) - ‘libaura2_decoder.so’ saved [52960/52960] Codec libaura_decoder.so does not exist. Downloading... --2023-09-17 17:50:41-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libaura_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 53472 (52K) [application/octet-stream] Saving to: ‘libaura_decoder.so’ 0K .......... .......... .......... .......... .......... 95% 2.37M 0s 50K .. 100% 3.59M=0.02s 2023-09-17 17:50:41 (2.40 MB/s) - ‘libaura_decoder.so’ saved [53472/53472] Codec libavrn_decoder.so does not exist. Downloading... --2023-09-17 17:50:41-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libavrn_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 53136 (52K) [application/octet-stream] Saving to: ‘libavrn_decoder.so’ 0K .......... .......... .......... .......... .......... 96% 2.38M 0s 50K . 100% 2.58M=0.02s 2023-09-17 17:50:41 (2.39 MB/s) - ‘libavrn_decoder.so’ saved [53136/53136] Codec libavrp_decoder.so does not exist. Downloading... --2023-09-17 17:50:41-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libavrp_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 53088 (52K) [application/octet-stream] Saving to: ‘libavrp_decoder.so’ 0K .......... .......... .......... .......... .......... 96% 2.10M 0s 50K . 100% 3.45M=0.02s 2023-09-17 17:50:42 (2.13 MB/s) - ‘libavrp_decoder.so’ saved [53088/53088] Codec libavs_decoder.so does not exist. Downloading... --2023-09-17 17:50:42-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libavs_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 68040 (66K) [application/octet-stream] Saving to: ‘libavs_decoder.so’ 0K .......... .......... .......... .......... .......... 75% 1.84M 0s 50K .......... ...... 100% 3.79M=0.03s 2023-09-17 17:50:42 (2.11 MB/s) - ‘libavs_decoder.so’ saved [68040/68040] Codec libavui_decoder.so does not exist. Downloading... --2023-09-17 17:50:42-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libavui_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 53408 (52K) [application/octet-stream] Saving to: ‘libavui_decoder.so’ 0K .......... .......... .......... .......... .......... 95% 2.32M 0s 50K .. 100% 2.77M=0.02s 2023-09-17 17:50:42 (2.34 MB/s) - ‘libavui_decoder.so’ saved [53408/53408] Codec libbethsoftvid_decoder.so does not exist. Downloading... --2023-09-17 17:50:42-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libbethsoftvid_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 67576 (66K) [application/octet-stream] Saving to: ‘libbethsoftvid_decoder.so’ 0K .......... .......... .......... .......... .......... 75% 2.94M 0s 50K .......... ..... 100% 5.15M=0.02s 2023-09-17 17:50:42 (3.28 MB/s) - ‘libbethsoftvid_decoder.so’ saved [67576/67576] Codec libbfi_decoder.so does not exist. Downloading... --2023-09-17 17:50:42-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libbfi_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 54848 (54K) [application/octet-stream] Saving to: ‘libbfi_decoder.so’ 0K .......... .......... .......... .......... .......... 93% 2.98M 0s 50K ... 100% 3.53M=0.02s 2023-09-17 17:50:43 (3.01 MB/s) - ‘libbfi_decoder.so’ saved [54848/54848] Codec libbinkaudio_dct_decoder.so does not exist. Downloading... --2023-09-17 17:50:43-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libbinkaudio_dct_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 95784 (94K) [application/octet-stream] Saving to: ‘libbinkaudio_dct_decoder.so’ 0K .......... .......... .......... .......... .......... 53% 2.07M 0s 50K .......... .......... .......... .......... ... 100% 3.99M=0.03s 2023-09-17 17:50:43 (2.66 MB/s) - ‘libbinkaudio_dct_decoder.so’ saved [95784/95784] Codec libbinkaudio_rdft_decoder.so does not exist. Downloading... --2023-09-17 17:50:43-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libbinkaudio_rdft_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 87888 (86K) [application/octet-stream] Saving to: ‘libbinkaudio_rdft_decoder.so’ 0K .......... .......... .......... .......... .......... 58% 2.39M 0s 50K .......... .......... .......... ..... 100% 3.68M=0.03s 2023-09-17 17:50:43 (2.80 MB/s) - ‘libbinkaudio_rdft_decoder.so’ saved [87888/87888] Codec libbink_decoder.so does not exist. Downloading... --2023-09-17 17:50:43-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libbink_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 141360 (138K) [application/octet-stream] Saving to: ‘libbink_decoder.so’ 0K .......... .......... .......... .......... .......... 36% 2.05M 0s 50K .......... .......... .......... .......... .......... 72% 2.30M 0s 100K .......... .......... .......... ........ 100% 7.56M=0.05s 2023-09-17 17:50:44 (2.70 MB/s) - ‘libbink_decoder.so’ saved [141360/141360] Codec libbintext_decoder.so does not exist. Downloading... --2023-09-17 17:50:44-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libbintext_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 61808 (60K) [application/octet-stream] Saving to: ‘libbintext_decoder.so’ 0K .......... .......... .......... .......... .......... 82% 2.69M 0s 50K .......... 100% 4.49M=0.02s 2023-09-17 17:50:44 (2.89 MB/s) - ‘libbintext_decoder.so’ saved [61808/61808] Codec libbmv_audio_decoder.so does not exist. Downloading... --2023-09-17 17:50:44-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libbmv_audio_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 52928 (52K) [application/octet-stream] Saving to: ‘libbmv_audio_decoder.so’ 0K .......... .......... .......... .......... .......... 96% 2.27M 0s 50K . 100% 8.18M=0.02s 2023-09-17 17:50:44 (2.33 MB/s) - ‘libbmv_audio_decoder.so’ saved [52928/52928] Codec libbmv_video_decoder.so does not exist. Downloading... --2023-09-17 17:50:44-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libbmv_video_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 55424 (54K) [application/octet-stream] Saving to: ‘libbmv_video_decoder.so’ 0K .......... .......... .......... .......... .......... 92% 2.60M 0s 50K .... 100% 894K=0.02s 2023-09-17 17:50:44 (2.26 MB/s) - ‘libbmv_video_decoder.so’ saved [55424/55424] Codec libbrender_pix_decoder.so does not exist. Downloading... --2023-09-17 17:50:44-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libbrender_pix_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57040 (56K) [application/octet-stream] Saving to: ‘libbrender_pix_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.27M 0s 50K ..... 100% 1.36M=0.03s 2023-09-17 17:50:45 (2.12 MB/s) - ‘libbrender_pix_decoder.so’ saved [57040/57040] Codec libc93_decoder.so does not exist. Downloading... --2023-09-17 17:50:45-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libc93_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 73960 (72K) [application/octet-stream] Saving to: ‘libc93_decoder.so’ 0K .......... .......... .......... .......... .......... 69% 1.66M 0s 50K .......... .......... .. 100% 4.24M=0.03s 2023-09-17 17:50:45 (2.04 MB/s) - ‘libc93_decoder.so’ saved [73960/73960] Codec libcavs_decoder.so does not exist. Downloading... --2023-09-17 17:50:45-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libcavs_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 350432 (342K) [application/octet-stream] Saving to: ‘libcavs_decoder.so’ 0K .......... .......... .......... .......... .......... 14% 2.47M 0s 50K .......... .......... .......... .......... .......... 29% 2.97M 0s 100K .......... .......... .......... .......... .......... 43% 2.80M 0s 150K .......... .......... .......... .......... .......... 58% 5.26M 0s 200K .......... .......... .......... .......... .......... 73% 7.57M 0s 250K .......... .......... .......... .......... .......... 87% 3.67M 0s 300K .......... .......... .......... .......... .. 100% 22.7M=0.08s 2023-09-17 17:50:45 (3.96 MB/s) - ‘libcavs_decoder.so’ saved [350432/350432] Codec libcdgraphics_decoder.so does not exist. Downloading... --2023-09-17 17:50:45-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libcdgraphics_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 72344 (71K) [application/octet-stream] Saving to: ‘libcdgraphics_decoder.so’ 0K .......... .......... .......... .......... .......... 70% 2.49M 0s 50K .......... .......... 100% 2.29M=0.03s 2023-09-17 17:50:46 (2.42 MB/s) - ‘libcdgraphics_decoder.so’ saved [72344/72344] Codec libcdxl_decoder.so does not exist. Downloading... --2023-09-17 17:50:46-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libcdxl_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 58328 (57K) [application/octet-stream] Saving to: ‘libcdxl_decoder.so’ 0K .......... .......... .......... .......... .......... 87% 2.40M 0s 50K ...... 100% 4.64M=0.02s 2023-09-17 17:50:46 (2.55 MB/s) - ‘libcdxl_decoder.so’ saved [58328/58328] Codec libcfhd_decoder.so does not exist. Downloading... --2023-09-17 17:50:46-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libcfhd_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 116784 (114K) [application/octet-stream] Saving to: ‘libcfhd_decoder.so’ 0K .......... .......... .......... .......... .......... 43% 2.24M 0s 50K .......... .......... .......... .......... .......... 87% 3.46M 0s 100K .......... .... 100% 1.43M=0.05s 2023-09-17 17:50:46 (2.45 MB/s) - ‘libcfhd_decoder.so’ saved [116784/116784] Codec libcinepak_decoder.so does not exist. Downloading... --2023-09-17 17:50:46-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libcinepak_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 71128 (69K) [application/octet-stream] Saving to: ‘libcinepak_decoder.so’ 0K .......... .......... .......... .......... .......... 71% 2.99M 0s 50K .......... ......... 100% 1.82M=0.03s 2023-09-17 17:50:46 (2.54 MB/s) - ‘libcinepak_decoder.so’ saved [71128/71128] Codec libcljr_decoder.so does not exist. Downloading... --2023-09-17 17:50:46-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libcljr_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 53104 (52K) [application/octet-stream] Saving to: ‘libcljr_decoder.so’ 0K .......... .......... .......... .......... .......... 96% 2.16M 0s 50K . 100% 2.66M=0.02s 2023-09-17 17:50:47 (2.17 MB/s) - ‘libcljr_decoder.so’ saved [53104/53104] Codec libcllc_decoder.so does not exist. Downloading... --2023-09-17 17:50:47-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libcllc_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 87784 (86K) [application/octet-stream] Saving to: ‘libcllc_decoder.so’ 0K .......... .......... .......... .......... .......... 58% 2.99M 0s 50K .......... .......... .......... ..... 100% 2.80M=0.03s 2023-09-17 17:50:47 (2.91 MB/s) - ‘libcllc_decoder.so’ saved [87784/87784] Codec libcomfortnoise_decoder.so does not exist. Downloading... --2023-09-17 17:50:47-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libcomfortnoise_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 60008 (59K) [application/octet-stream] Saving to: ‘libcomfortnoise_decoder.so’ 0K .......... .......... .......... .......... .......... 85% 1.83M 0s 50K ........ 100% 4.68M=0.03s 2023-09-17 17:50:47 (2.01 MB/s) - ‘libcomfortnoise_decoder.so’ saved [60008/60008] Codec libcook_decoder.so does not exist. Downloading... --2023-09-17 17:50:47-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libcook_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 107264 (105K) [application/octet-stream] Saving to: ‘libcook_decoder.so’ 0K .......... .......... .......... .......... .......... 47% 2.64M 0s 50K .......... .......... .......... .......... .......... 95% 2.33M 0s 100K .... 100% 21.0M=0.04s 2023-09-17 17:50:47 (2.58 MB/s) - ‘libcook_decoder.so’ saved [107264/107264] Codec libcpia_decoder.so does not exist. Downloading... --2023-09-17 17:50:48-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libcpia_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 67992 (66K) [application/octet-stream] Saving to: ‘libcpia_decoder.so’ 0K .......... .......... .......... .......... .......... 75% 2.49M 0s 50K .......... ...... 100% 4.16M=0.02s 2023-09-17 17:50:48 (2.77 MB/s) - ‘libcpia_decoder.so’ saved [67992/67992] Codec libcscd_decoder.so does not exist. Downloading... --2023-09-17 17:50:48-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libcscd_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 96408 (94K) [application/octet-stream] Saving to: ‘libcscd_decoder.so’ 0K .......... .......... .......... .......... .......... 53% 2.09M 0s 50K .......... .......... .......... .......... .... 100% 4.55M=0.03s 2023-09-17 17:50:48 (2.80 MB/s) - ‘libcscd_decoder.so’ saved [96408/96408] Codec libcyuv_decoder.so does not exist. Downloading... --2023-09-17 17:50:48-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libcyuv_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 53472 (52K) [application/octet-stream] Saving to: ‘libcyuv_decoder.so’ 0K .......... .......... .......... .......... .......... 95% 2.43M 0s 50K .. 100% 545K=0.02s 2023-09-17 17:50:48 (2.11 MB/s) - ‘libcyuv_decoder.so’ saved [53472/53472] Codec libdca_decoder.so does not exist. Downloading... --2023-09-17 17:50:48-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libdca_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 299832 (293K) [application/octet-stream] Saving to: ‘libdca_decoder.so’ 0K .......... .......... .......... .......... .......... 17% 2.43M 0s 50K .......... .......... .......... .......... .......... 34% 2.43M 0s 100K .......... .......... .......... .......... .......... 51% 4.16M 0s 150K .......... .......... .......... .......... .......... 68% 5.61M 0s 200K .......... .......... .......... .......... .......... 85% 6.01M 0s 250K .......... .......... .......... .......... .. 100% 8.18M=0.07s 2023-09-17 17:50:49 (3.87 MB/s) - ‘libdca_decoder.so’ saved [299832/299832] Codec libdds_decoder.so does not exist. Downloading... --2023-09-17 17:50:49-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libdds_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 73352 (72K) [application/octet-stream] Saving to: ‘libdds_decoder.so’ 0K .......... .......... .......... .......... .......... 69% 2.60M 0s 50K .......... .......... . 100% 5.61M=0.02s 2023-09-17 17:50:49 (3.10 MB/s) - ‘libdds_decoder.so’ saved [73352/73352] Codec libdfa_decoder.so does not exist. Downloading... --2023-09-17 17:50:49-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libdfa_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 60480 (59K) [application/octet-stream] Saving to: ‘libdfa_decoder.so’ 0K .......... .......... .......... .......... .......... 84% 1.93M 0s 50K ......... 100% 4.00M=0.03s 2023-09-17 17:50:49 (2.10 MB/s) - ‘libdfa_decoder.so’ saved [60480/60480] Codec libdnxhd_decoder.so does not exist. Downloading... --2023-09-17 17:50:49-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libdnxhd_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 222440 (217K) [application/octet-stream] Saving to: ‘libdnxhd_decoder.so’ 0K .......... .......... .......... .......... .......... 23% 1.99M 0s 50K .......... .......... .......... .......... .......... 46% 3.38M 0s 100K .......... .......... .......... .......... .......... 69% 3.20M 0s 150K .......... .......... .......... .......... .......... 92% 6.50M 0s 200K .......... ....... 100% 9.14M=0.06s 2023-09-17 17:50:49 (3.34 MB/s) - ‘libdnxhd_decoder.so’ saved [222440/222440] Codec libdpx_decoder.so does not exist. Downloading... --2023-09-17 17:50:49-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libdpx_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 63912 (62K) [application/octet-stream] Saving to: ‘libdpx_decoder.so’ 0K .......... .......... .......... .......... .......... 80% 2.45M 0s 50K .......... .. 100% 5.42M=0.02s 2023-09-17 17:50:50 (2.74 MB/s) - ‘libdpx_decoder.so’ saved [63912/63912] Codec libdsd_lsbf_decoder.so does not exist. Downloading... --2023-09-17 17:50:50-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libdsd_lsbf_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 54632 (53K) [application/octet-stream] Saving to: ‘libdsd_lsbf_decoder.so’ 0K .......... .......... .......... .......... .......... 93% 3.49M 0s 50K ... 100% 2.58M=0.02s 2023-09-17 17:50:50 (3.41 MB/s) - ‘libdsd_lsbf_decoder.so’ saved [54632/54632] Codec libdsd_lsbf_planar_decoder.so does not exist. Downloading... --2023-09-17 17:50:50-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libdsd_lsbf_planar_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 54664 (53K) [application/octet-stream] Saving to: ‘libdsd_lsbf_planar_decoder.so’ 0K .......... .......... .......... .......... .......... 93% 2.37M 0s 50K ... 100% 5.71M=0.02s 2023-09-17 17:50:50 (2.46 MB/s) - ‘libdsd_lsbf_planar_decoder.so’ saved [54664/54664] Codec libdsd_msbf_decoder.so does not exist. Downloading... --2023-09-17 17:50:50-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libdsd_msbf_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 54632 (53K) [application/octet-stream] Saving to: ‘libdsd_msbf_decoder.so’ 0K .......... .......... .......... .......... .......... 93% 1.97M 0s 50K ... 100% 2.49M=0.03s 2023-09-17 17:50:50 (2.00 MB/s) - ‘libdsd_msbf_decoder.so’ saved [54632/54632] Codec libdsd_msbf_planar_decoder.so does not exist. Downloading... --2023-09-17 17:50:50-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libdsd_msbf_planar_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 54664 (53K) [application/octet-stream] Saving to: ‘libdsd_msbf_planar_decoder.so’ 0K .......... .......... .......... .......... .......... 93% 2.62M 0s 50K ... 100% 687K=0.02s 2023-09-17 17:50:51 (2.21 MB/s) - ‘libdsd_msbf_planar_decoder.so’ saved [54664/54664] Codec libdsicinaudio_decoder.so does not exist. Downloading... --2023-09-17 17:50:51-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libdsicinaudio_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 53296 (52K) [application/octet-stream] Saving to: ‘libdsicinaudio_decoder.so’ 0K .......... .......... .......... .......... .......... 96% 2.54M 0s 50K .. 100% 467K=0.02s 2023-09-17 17:50:51 (2.15 MB/s) - ‘libdsicinaudio_decoder.so’ saved [53296/53296] Codec libdsicinvideo_decoder.so does not exist. Downloading... --2023-09-17 17:50:51-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libdsicinvideo_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 72360 (71K) [application/octet-stream] Saving to: ‘libdsicinvideo_decoder.so’ 0K .......... .......... .......... .......... .......... 70% 2.95M 0s 50K .......... .......... 100% 1.89M=0.03s 2023-09-17 17:50:51 (2.54 MB/s) - ‘libdsicinvideo_decoder.so’ saved [72360/72360] Codec libdss_sp_decoder.so does not exist. Downloading... --2023-09-17 17:50:51-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libdss_sp_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 68720 (67K) [application/octet-stream] Saving to: ‘libdss_sp_decoder.so’ 0K .......... .......... .......... .......... .......... 74% 2.80M 0s 50K .......... ....... 100% 3.58M=0.02s 2023-09-17 17:50:51 (2.96 MB/s) - ‘libdss_sp_decoder.so’ saved [68720/68720] Codec libdvaudio_decoder.so does not exist. Downloading... --2023-09-17 17:50:51-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libdvaudio_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 53328 (52K) [application/octet-stream] Saving to: ‘libdvaudio_decoder.so’ 0K .......... .......... .......... .......... .......... 96% 2.01M 0s 50K .. 100% 2.22M=0.03s 2023-09-17 17:50:52 (2.01 MB/s) - ‘libdvaudio_decoder.so’ saved [53328/53328] Codec libdvvideo_decoder.so does not exist. Downloading... --2023-09-17 17:50:52-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libdvvideo_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 246032 (240K) [application/octet-stream] Saving to: ‘libdvvideo_decoder.so’ 0K .......... .......... .......... .......... .......... 20% 2.87M 0s 50K .......... .......... .......... .......... .......... 41% 2.41M 0s 100K .......... .......... .......... .......... .......... 62% 6.10M 0s 150K .......... .......... .......... .......... .......... 83% 6.24M 0s 200K .......... .......... .......... .......... 100% 4.08M=0.06s 2023-09-17 17:50:52 (3.74 MB/s) - ‘libdvvideo_decoder.so’ saved [246032/246032] Codec libdxa_decoder.so does not exist. Downloading... --2023-09-17 17:50:52-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libdxa_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 97288 (95K) [application/octet-stream] Saving to: ‘libdxa_decoder.so’ 0K .......... .......... .......... .......... .......... 52% 2.54M 0s 50K .......... .......... .......... .......... ..... 100% 4.70M=0.03s 2023-09-17 17:50:52 (3.25 MB/s) - ‘libdxa_decoder.so’ saved [97288/97288] Codec libdxtory_decoder.so does not exist. Downloading... --2023-09-17 17:50:52-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libdxtory_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 95344 (93K) [application/octet-stream] Saving to: ‘libdxtory_decoder.so’ 0K .......... .......... .......... .......... .......... 53% 1.90M 0s 50K .......... .......... .......... .......... ... 100% 3.90M=0.04s 2023-09-17 17:50:53 (2.49 MB/s) - ‘libdxtory_decoder.so’ saved [95344/95344] Codec libdxv_decoder.so does not exist. Downloading... --2023-09-17 17:50:53-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libdxv_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 110784 (108K) [application/octet-stream] Saving to: ‘libdxv_decoder.so’ 0K .......... .......... .......... .......... .......... 46% 1.90M 0s 50K .......... .......... .......... .......... .......... 92% 2.85M 0s 100K ........ 100% 1.77M=0.05s 2023-09-17 17:50:53 (2.23 MB/s) - ‘libdxv_decoder.so’ saved [110784/110784] Codec libeacmv_decoder.so does not exist. Downloading... --2023-09-17 17:50:53-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libeacmv_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 69000 (67K) [application/octet-stream] Saving to: ‘libeacmv_decoder.so’ 0K .......... .......... .......... .......... .......... 74% 1.97M 0s 50K .......... ....... 100% 5.46M=0.03s 2023-09-17 17:50:53 (2.36 MB/s) - ‘libeacmv_decoder.so’ saved [69000/69000] Codec libeamad_decoder.so does not exist. Downloading... --2023-09-17 17:50:53-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libeamad_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 195872 (191K) [application/octet-stream] Saving to: ‘libeamad_decoder.so’ 0K .......... .......... .......... .......... .......... 26% 2.82M 0s 50K .......... .......... .......... .......... .......... 52% 2.96M 0s 100K .......... .......... .......... .......... .......... 78% 3.53M 0s 150K .......... .......... .......... .......... . 100% 6.04M=0.05s 2023-09-17 17:50:53 (3.44 MB/s) - ‘libeamad_decoder.so’ saved [195872/195872] Codec libeatgq_decoder.so does not exist. Downloading... --2023-09-17 17:50:53-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libeatgq_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57872 (57K) [application/octet-stream] Saving to: ‘libeatgq_decoder.so’ 0K .......... .......... .......... .......... .......... 88% 2.39M 0s 50K ...... 100% 1.49M=0.02s 2023-09-17 17:50:54 (2.23 MB/s) - ‘libeatgq_decoder.so’ saved [57872/57872] Codec libeatgv_decoder.so does not exist. Downloading... --2023-09-17 17:50:54-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libeatgv_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 71576 (70K) [application/octet-stream] Saving to: ‘libeatgv_decoder.so’ 0K .......... .......... .......... .......... .......... 71% 2.38M 0s 50K .......... ......... 100% 3.50M=0.03s 2023-09-17 17:50:54 (2.62 MB/s) - ‘libeatgv_decoder.so’ saved [71576/71576] Codec libeatqi_decoder.so does not exist. Downloading... --2023-09-17 17:50:54-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libeatqi_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 179416 (175K) [application/octet-stream] Saving to: ‘libeatqi_decoder.so’ 0K .......... .......... .......... .......... .......... 28% 2.27M 0s 50K .......... .......... .......... .......... .......... 57% 2.45M 0s 100K .......... .......... .......... .......... .......... 85% 2.43M 0s 150K .......... .......... ..... 100% 4.53M=0.07s 2023-09-17 17:50:54 (2.56 MB/s) - ‘libeatqi_decoder.so’ saved [179416/179416] Codec libeightbps_decoder.so does not exist. Downloading... --2023-09-17 17:50:54-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libeightbps_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 56272 (55K) [application/octet-stream] Saving to: ‘libeightbps_decoder.so’ 0K .......... .......... .......... .......... .......... 90% 2.31M 0s 50K .... 100% 887K=0.03s 2023-09-17 17:50:54 (2.01 MB/s) - ‘libeightbps_decoder.so’ saved [56272/56272] Codec libeightsvx_exp_decoder.so does not exist. Downloading... --2023-09-17 17:50:54-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libeightsvx_exp_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 53792 (53K) [application/octet-stream] Saving to: ‘libeightsvx_exp_decoder.so’ 0K .......... .......... .......... .......... .......... 95% 2.77M 0s 50K .. 100% 2.87M=0.02s 2023-09-17 17:50:55 (2.77 MB/s) - ‘libeightsvx_exp_decoder.so’ saved [53792/53792] Codec libescape124_decoder.so does not exist. Downloading... --2023-09-17 17:50:55-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libescape124_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 69880 (68K) [application/octet-stream] Saving to: ‘libescape124_decoder.so’ 0K .......... .......... .......... .......... .......... 73% 2.10M 0s 50K .......... ........ 100% 5.12M=0.03s 2023-09-17 17:50:55 (2.49 MB/s) - ‘libescape124_decoder.so’ saved [69880/69880] Codec libescape130_decoder.so does not exist. Downloading... --2023-09-17 17:50:55-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libescape130_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 56048 (55K) [application/octet-stream] Saving to: ‘libescape130_decoder.so’ 0K .......... .......... .......... .......... .......... 91% 2.46M 0s 50K .... 100% 1.51M=0.02s 2023-09-17 17:50:55 (2.33 MB/s) - ‘libescape130_decoder.so’ saved [56048/56048] Codec libevrc_decoder.so does not exist. Downloading... --2023-09-17 17:50:55-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libevrc_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 95704 (93K) [application/octet-stream] Saving to: ‘libevrc_decoder.so’ 0K .......... .......... .......... .......... .......... 53% 1.77M 0s 50K .......... .......... .......... .......... ... 100% 3.98M=0.04s 2023-09-17 17:50:56 (2.39 MB/s) - ‘libevrc_decoder.so’ saved [95704/95704] Codec libexr_decoder.so does not exist. Downloading... --2023-09-17 17:50:56-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libexr_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 146152 (143K) [application/octet-stream] Saving to: ‘libexr_decoder.so’ 0K .......... .......... .......... .......... .......... 35% 2.42M 0s 50K .......... .......... .......... .......... .......... 70% 2.44M 0s 100K .......... .......... .......... .......... .. 100% 2.79M=0.06s 2023-09-17 17:50:56 (2.53 MB/s) - ‘libexr_decoder.so’ saved [146152/146152] Codec libffwavesynth_decoder.so does not exist. Downloading... --2023-09-17 17:50:56-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libffwavesynth_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 56672 (55K) [application/octet-stream] Saving to: ‘libffwavesynth_decoder.so’ 0K .......... .......... .......... .......... .......... 90% 2.74M 0s 50K ..... 100% 4.27M=0.02s 2023-09-17 17:50:56 (2.84 MB/s) - ‘libffwavesynth_decoder.so’ saved [56672/56672] Codec libfic_decoder.so does not exist. Downloading... --2023-09-17 17:50:56-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libfic_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 80368 (78K) [application/octet-stream] Saving to: ‘libfic_decoder.so’ 0K .......... .......... .......... .......... .......... 63% 2.54M 0s 50K .......... .......... ........ 100% 3.26M=0.03s 2023-09-17 17:50:56 (2.76 MB/s) - ‘libfic_decoder.so’ saved [80368/80368] Codec libflashsv2_decoder.so does not exist. Downloading... --2023-09-17 17:50:56-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libflashsv2_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 98648 (96K) [application/octet-stream] Saving to: ‘libflashsv2_decoder.so’ 0K .......... .......... .......... .......... .......... 51% 2.48M 0s 50K .......... .......... .......... .......... ...... 100% 4.23M=0.03s 2023-09-17 17:50:57 (3.09 MB/s) - ‘libflashsv2_decoder.so’ saved [98648/98648] Codec libflashsv_decoder.so does not exist. Downloading... --2023-09-17 17:50:57-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libflashsv_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 97768 (95K) [application/octet-stream] Saving to: ‘libflashsv_decoder.so’ 0K .......... .......... .......... .......... .......... 52% 1.99M 0s 50K .......... .......... .......... .......... ..... 100% 3.61M=0.04s 2023-09-17 17:50:57 (2.53 MB/s) - ‘libflashsv_decoder.so’ saved [97768/97768] Codec libflic_decoder.so does not exist. Downloading... --2023-09-17 17:50:57-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libflic_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 77336 (76K) [application/octet-stream] Saving to: ‘libflic_decoder.so’ ## ## log_rotation ## Saving to: ‘libmpeg4_decoder.so’ 0K .......... .......... .......... .......... .......... 6% 1.89M 0s 50K .......... .......... .......... .......... .......... 13% 2.12M 0s 100K .......... .......... .......... .......... .......... 19% 4.38M 0s 150K .......... .......... .......... .......... .......... 26% 4.97M 0s 200K .......... .......... .......... .......... .......... 33% 6.00M 0s 250K .......... .......... .......... .......... .......... 39% 8.21M 0s 300K .......... .......... .......... .......... .......... 46% 8.13M 0s 350K .......... .......... .......... .......... .......... 53% 7.98M 0s 400K .......... .......... .......... .......... .......... 59% 15.6M 0s 450K .......... .......... .......... .......... .......... 66% 13.8M 0s 500K .......... .......... .......... .......... .......... 72% 15.9M 0s 550K .......... .......... .......... .......... .......... 79% 18.6M 0s 600K .......... .......... .......... .......... .......... 86% 17.6M 0s 650K .......... .......... .......... .......... .......... 92% 11.0M 0s 700K .......... .......... .......... .......... .......... 99% 18.8M 0s 750K ... 100% 16.6M=0.1s 2023-09-17 17:51:14 (6.21 MB/s) - ‘libmpeg4_decoder.so’ saved [771744/771744] Codec libmsa1_decoder.so does not exist. Downloading... --2023-09-17 17:51:14-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libmsa1_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 86616 (85K) [application/octet-stream] Saving to: ‘libmsa1_decoder.so’ 0K .......... .......... .......... .......... .......... 59% 2.15M 0s 50K .......... .......... .......... .... 100% 3.84M=0.03s 2023-09-17 17:51:14 (2.62 MB/s) - ‘libmsa1_decoder.so’ saved [86616/86616] Codec libmsmpeg4v1_decoder.so does not exist. Downloading... --2023-09-17 17:51:14-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libmsmpeg4v1_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 599888 (586K) [application/octet-stream] Saving to: ‘libmsmpeg4v1_decoder.so’ 0K .......... .......... .......... .......... .......... 8% 2.03M 0s 50K .......... .......... .......... .......... .......... 17% 2.32M 0s 100K .......... .......... .......... .......... .......... 25% 5.51M 0s 150K .......... .......... .......... .......... .......... 34% 4.61M 0s 200K .......... .......... .......... .......... .......... 42% 5.41M 0s 250K .......... .......... .......... .......... .......... 51% 8.92M 0s 300K .......... .......... .......... .......... .......... 59% 8.10M 0s 350K .......... .......... .......... .......... .......... 68% 8.04M 0s 400K .......... .......... .......... .......... .......... 76% 15.4M 0s 450K .......... .......... .......... .......... .......... 85% 15.5M 0s 500K .......... .......... .......... .......... .......... 93% 17.5M 0s 550K .......... .......... .......... ..... 100% 14.1M=0.1s 2023-09-17 17:51:14 (5.57 MB/s) - ‘libmsmpeg4v1_decoder.so’ saved [599888/599888] Codec libmsmpeg4v2_decoder.so does not exist. Downloading... --2023-09-17 17:51:14-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libmsmpeg4v2_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 599888 (586K) [application/octet-stream] Saving to: ‘libmsmpeg4v2_decoder.so’ 0K .......... .......... .......... .......... .......... 8% 2.83M 0s 50K .......... .......... .......... .......... .......... 17% 2.43M 0s 100K .......... .......... .......... .......... .......... 25% 4.88M 0s 150K .......... .......... .......... .......... .......... 34% 6.67M 0s 200K .......... .......... .......... .......... .......... 42% 7.92M 0s 250K .......... .......... .......... .......... .......... 51% 6.44M 0s 300K .......... .......... .......... .......... .......... 59% 10.5M 0s 350K .......... .......... .......... .......... .......... 68% 9.07M 0s 400K .......... .......... .......... .......... .......... 76% 12.9M 0s 450K .......... .......... .......... .......... .......... 85% 14.2M 0s 500K .......... .......... .......... .......... .......... 93% 11.7M 0s 550K .......... .......... .......... ..... 100% 42.7M=0.09s 2023-09-17 17:51:15 (6.32 MB/s) - ‘libmsmpeg4v2_decoder.so’ saved [599888/599888] Codec libmsmpeg4v3_decoder.so does not exist. Downloading... --2023-09-17 17:51:15-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libmsmpeg4v3_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 599888 (586K) [application/octet-stream] Saving to: ‘libmsmpeg4v3_decoder.so’ 0K .......... .......... .......... .......... .......... 8% 2.09M 0s 50K .......... .......... .......... .......... .......... 17% 4.38M 0s 100K .......... .......... .......... .......... .......... 25% 2.40M 0s 150K .......... .......... .......... .......... .......... 34% 5.09M 0s 200K .......... .......... .......... .......... .......... 42% 5.02M 0s 250K .......... .......... .......... .......... .......... 51% 8.33M 0s 300K .......... .......... .......... .......... .......... 59% 8.85M 0s 350K .......... .......... .......... .......... .......... 68% 7.92M 0s 400K .......... .......... .......... .......... .......... 76% 26.2M 0s 450K .......... .......... .......... .......... .......... 85% 7.51M 0s 500K .......... .......... .......... .......... .......... 93% 21.3M 0s 550K .......... .......... .......... ..... 100% 12.1M=0.1s 2023-09-17 17:51:15 (5.44 MB/s) - ‘libmsmpeg4v3_decoder.so’ saved [599888/599888] Codec libmsrle_decoder.so does not exist. Downloading... --2023-09-17 17:51:15-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libmsrle_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 71688 (70K) [application/octet-stream] Saving to: ‘libmsrle_decoder.so’ 0K .......... .......... .......... .......... .......... 71% 2.01M 0s 50K .......... .......... 100% 4.20M=0.03s 2023-09-17 17:51:15 (2.36 MB/s) - ‘libmsrle_decoder.so’ saved [71688/71688] Codec libmss1_decoder.so does not exist. Downloading... --2023-09-17 17:51:15-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libmss1_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 123848 (121K) [application/octet-stream] Saving to: ‘libmss1_decoder.so’ 0K .......... .......... .......... .......... .......... 41% 2.45M 0s 50K .......... .......... .......... .......... .......... 82% 2.45M 0s 100K .......... .......... 100% 2.82M=0.05s 2023-09-17 17:51:16 (2.51 MB/s) - ‘libmss1_decoder.so’ saved [123848/123848] Codec libmss2_decoder.so does not exist. Downloading... --2023-09-17 17:51:16-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libmss2_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1048312 (1024K) [application/octet-stream] Saving to: ‘libmss2_decoder.so’ 0K .......... .......... .......... .......... .......... 4% 2.52M 0s 50K .......... .......... .......... .......... .......... 9% 3.19M 0s 100K .......... .......... .......... .......... .......... 14% 2.66M 0s 150K .......... .......... .......... .......... .......... 19% 6.14M 0s 200K .......... .......... .......... .......... .......... 24% 5.52M 0s 250K .......... .......... .......... .......... .......... 29% 8.19M 0s 300K .......... .......... .......... .......... .......... 34% 7.14M 0s 350K .......... .......... .......... .......... .......... 39% 11.0M 0s 400K .......... .......... .......... .......... .......... 43% 12.5M 0s 450K .......... .......... .......... .......... .......... 48% 15.4M 0s 500K .......... .......... .......... .......... .......... 53% 21.5M 0s 550K .......... .......... .......... .......... .......... 58% 18.2M 0s 600K .......... .......... .......... .......... .......... 63% 16.0M 0s 650K .......... .......... .......... .......... .......... 68% 24.4M 0s 700K .......... .......... .......... .......... .......... 73% 14.9M 0s 750K .......... .......... .......... .......... .......... 78% 22.6M 0s 800K .......... .......... .......... .......... .......... 83% 24.3M 0s 850K .......... .......... .......... .......... .......... 87% 29.7M 0s 900K .......... .......... .......... .......... .......... 92% 25.6M 0s 950K .......... .......... .......... .......... .......... 97% 26.2M 0s 1000K .......... .......... ... 100% 38.6M=0.1s 2023-09-17 17:51:16 (8.50 MB/s) - ‘libmss2_decoder.so’ saved [1048312/1048312] Codec libmsvideo1_decoder.so does not exist. Downloading... --2023-09-17 17:51:16-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libmsvideo1_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 69960 (68K) [application/octet-stream] Saving to: ‘libmsvideo1_decoder.so’ 0K .......... .......... .......... .......... .......... 73% 2.48M 0s 50K .......... ........ 100% 4.34M=0.02s 2023-09-17 17:51:16 (2.80 MB/s) - ‘libmsvideo1_decoder.so’ saved [69960/69960] Codec libmszh_decoder.so does not exist. Downloading... --2023-09-17 17:51:16-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libmszh_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 82384 (80K) [application/octet-stream] Saving to: ‘libmszh_decoder.so’ 0K .......... .......... .......... .......... .......... 62% 2.09M 0s 50K .......... .......... .......... 100% 2.25M=0.04s 2023-09-17 17:51:17 (2.15 MB/s) - ‘libmszh_decoder.so’ saved [82384/82384] Codec libmts2_decoder.so does not exist. Downloading... --2023-09-17 17:51:17-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libmts2_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 82760 (81K) [application/octet-stream] Saving to: ‘libmts2_decoder.so’ 0K .......... .......... .......... .......... .......... 61% 2.06M 0s 50K .......... .......... .......... 100% 4.94M=0.03s 2023-09-17 17:51:17 (2.65 MB/s) - ‘libmts2_decoder.so’ saved [82760/82760] Codec libmvc1_decoder.so does not exist. Downloading... --2023-09-17 17:51:17-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libmvc1_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 56480 (55K) [application/octet-stream] Saving to: ‘libmvc1_decoder.so’ 0K .......... .......... .......... .......... .......... 90% 2.55M 0s 50K ..... 100% 7.72M=0.02s 2023-09-17 17:51:17 (2.72 MB/s) - ‘libmvc1_decoder.so’ saved [56480/56480] Codec libmvc2_decoder.so does not exist. Downloading... --2023-09-17 17:51:17-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libmvc2_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 56480 (55K) [application/octet-stream] Saving to: ‘libmvc2_decoder.so’ 0K .......... .......... .......... .......... .......... 90% 2.35M 0s 50K ..... 100% 3.68M=0.02s 2023-09-17 17:51:17 (2.44 MB/s) - ‘libmvc2_decoder.so’ saved [56480/56480] Codec libmxpeg_decoder.so does not exist. Downloading... --2023-09-17 17:51:17-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libmxpeg_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 246128 (240K) [application/octet-stream] Saving to: ‘libmxpeg_decoder.so’ 0K .......... .......... .......... .......... .......... 20% 2.51M 0s 50K .......... .......... .......... .......... .......... 41% 2.36M 0s 100K .......... .......... .......... .......... .......... 62% 3.61M 0s 150K .......... .......... .......... .......... .......... 83% 5.39M 0s 200K .......... .......... .......... .......... 100% 7.49M=0.07s 2023-09-17 17:51:18 (3.45 MB/s) - ‘libmxpeg_decoder.so’ saved [246128/246128] Codec libnellymoser_decoder.so does not exist. Downloading... --2023-09-17 17:51:18-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libnellymoser_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 92160 (90K) [application/octet-stream] Saving to: ‘libnellymoser_decoder.so’ 0K .......... .......... .......... .......... .......... 55% 2.11M 0s 50K .......... .......... .......... .......... 100% 4.83M=0.03s 2023-09-17 17:51:18 (2.81 MB/s) - ‘libnellymoser_decoder.so’ saved [92160/92160] Codec libnuv_decoder.so does not exist. Downloading... --2023-09-17 17:51:18-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libnuv_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 188760 (184K) [application/octet-stream] Saving to: ‘libnuv_decoder.so’ 0K .......... .......... .......... .......... .......... 27% 2.11M 0s 50K .......... .......... .......... .......... .......... 54% 2.35M 0s 100K .......... .......... .......... .......... .......... 81% 3.77M 0s 150K .......... .......... .......... .... 100% 5.33M=0.06s 2023-09-17 17:51:18 (2.85 MB/s) - ‘libnuv_decoder.so’ saved [188760/188760] Codec libon2avc_decoder.so does not exist. Downloading... --2023-09-17 17:51:18-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libon2avc_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 287632 (281K) [application/octet-stream] Saving to: ‘libon2avc_decoder.so’ 0K .......... .......... .......... .......... .......... 17% 2.58M 0s 50K .......... .......... .......... .......... .......... 35% 2.30M 0s 100K .......... .......... .......... .......... .......... 53% 4.22M 0s 150K .......... .......... .......... .......... .......... 71% 5.45M 0s 200K .......... .......... .......... .......... .......... 89% 4.85M 0s 250K .......... .......... .......... 100% 11.4M=0.07s 2023-09-17 17:51:18 (3.74 MB/s) - ‘libon2avc_decoder.so’ saved [287632/287632] Codec libpaf_audio_decoder.so does not exist. Downloading... --2023-09-17 17:51:19-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libpaf_audio_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 53440 (52K) [application/octet-stream] Saving to: ‘libpaf_audio_decoder.so’ 0K .......... .......... .......... .......... .......... 95% 2.69M 0s 50K .. 100% 1.87M=0.02s 2023-09-17 17:51:19 (2.64 MB/s) - ‘libpaf_audio_decoder.so’ saved [53440/53440] Codec libpaf_video_decoder.so does not exist. Downloading... --2023-09-17 17:51:19-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libpaf_video_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 72024 (70K) [application/octet-stream] Saving to: ‘libpaf_video_decoder.so’ 0K .......... .......... .......... .......... .......... 71% 2.53M 0s 50K .......... .......... 100% 2.65M=0.03s 2023-09-17 17:51:19 (2.56 MB/s) - ‘libpaf_video_decoder.so’ saved [72024/72024] Codec libpam_decoder.so does not exist. Downloading... --2023-09-17 17:51:19-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libpam_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 91376 (89K) [application/octet-stream] Saving to: ‘libpam_decoder.so’ 0K .......... .......... .......... .......... .......... 56% 2.38M 0s 50K .......... .......... .......... ......... 100% 3.30M=0.03s 2023-09-17 17:51:19 (2.71 MB/s) - ‘libpam_decoder.so’ saved [91376/91376] Codec libpbm_decoder.so does not exist. Downloading... --2023-09-17 17:51:19-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libpbm_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 91376 (89K) [application/octet-stream] Saving to: ‘libpbm_decoder.so’ 0K .......... .......... .......... .......... .......... 56% 2.75M 0s 50K .......... .......... .......... ......... 100% 3.07M=0.03s 2023-09-17 17:51:19 (2.88 MB/s) - ‘libpbm_decoder.so’ saved [91376/91376] Codec libpcm_bluray_decoder.so does not exist. Downloading... --2023-09-17 17:51:19-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libpcm_bluray_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 58256 (57K) [application/octet-stream] Saving to: ‘libpcm_bluray_decoder.so’ 0K .......... .......... .......... .......... .......... 87% 2.39M 0s 50K ...... 100% 1.45M=0.03s 2023-09-17 17:51:20 (2.22 MB/s) - ‘libpcm_bluray_decoder.so’ saved [58256/58256] Codec libpcm_dvd_decoder.so does not exist. Downloading... --2023-09-17 17:51:20-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libpcm_dvd_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 56992 (56K) [application/octet-stream] Saving to: ‘libpcm_dvd_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.02M 0s 50K ..... 100% 6.55M=0.02s 2023-09-17 17:51:20 (2.18 MB/s) - ‘libpcm_dvd_decoder.so’ saved [56992/56992] Codec libpcx_decoder.so does not exist. Downloading... --2023-09-17 17:51:20-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libpcx_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 56064 (55K) [application/octet-stream] Saving to: ‘libpcx_decoder.so’ 0K .......... .......... .......... .......... .......... 91% 2.86M 0s 50K .... 100% 3.77M=0.02s 2023-09-17 17:51:20 (2.93 MB/s) - ‘libpcx_decoder.so’ saved [56064/56064] Codec libpgm_decoder.so does not exist. Downloading... --2023-09-17 17:51:20-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libpgm_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 91392 (89K) [application/octet-stream] Saving to: ‘libpgm_decoder.so’ 0K .......... .......... .......... .......... .......... 56% 2.17M 0s 50K .......... .......... .......... ......... 100% 4.45M=0.03s 2023-09-17 17:51:20 (2.80 MB/s) - ‘libpgm_decoder.so’ saved [91392/91392] Codec libpgmyuv_decoder.so does not exist. Downloading... --2023-09-17 17:51:20-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libpgmyuv_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 91392 (89K) [application/octet-stream] Saving to: ‘libpgmyuv_decoder.so’ 0K .......... .......... .......... .......... .......... 56% 2.57M 0s 50K .......... .......... .......... ......... 100% 3.48M=0.03s 2023-09-17 17:51:21 (2.90 MB/s) - ‘libpgmyuv_decoder.so’ saved [91392/91392] Codec libpictor_decoder.so does not exist. Downloading... --2023-09-17 17:51:21-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libpictor_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 59176 (58K) [application/octet-stream] Saving to: ‘libpictor_decoder.so’ 0K .......... .......... .......... .......... .......... 86% 2.32M 0s 50K ....... 100% 1.71M=0.03s 2023-09-17 17:51:21 (2.21 MB/s) - ‘libpictor_decoder.so’ saved [59176/59176] Codec libppm_decoder.so does not exist. Downloading... --2023-09-17 17:51:21-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libppm_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 91392 (89K) [application/octet-stream] Saving to: ‘libppm_decoder.so’ 0K .......... .......... .......... .......... .......... 56% 3.47M 0s 50K .......... .......... .......... ......... 100% 2.43M=0.03s 2023-09-17 17:51:21 (2.92 MB/s) - ‘libppm_decoder.so’ saved [91392/91392] Codec libprores_decoder.so does not exist. Downloading... --2023-09-17 17:51:21-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libprores_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 108664 (106K) [application/octet-stream] Saving to: ‘libprores_decoder.so’ 0K .......... .......... .......... .......... .......... 47% 2.62M 0s 50K .......... .......... .......... .......... .......... 94% 2.46M 0s 100K ...... 100% 32.7M=0.04s 2023-09-17 17:51:21 (2.68 MB/s) - ‘libprores_decoder.so’ saved [108664/108664] Codec libptx_decoder.so does not exist. Downloading... --2023-09-17 17:51:21-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libptx_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 53856 (53K) [application/octet-stream] Saving to: ‘libptx_decoder.so’ 0K .......... .......... .......... .......... .......... 95% 2.72M 0s 50K .. 100% 5.94M=0.02s 2023-09-17 17:51:22 (2.79 MB/s) - ‘libptx_decoder.so’ saved [53856/53856] Codec libqcelp_decoder.so does not exist. Downloading... --2023-09-17 17:51:22-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libqcelp_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 78056 (76K) [application/octet-stream] Saving to: ‘libqcelp_decoder.so’ 0K .......... .......... .......... .......... .......... 65% 2.71M 0s 50K .......... .......... ...... 100% 2.88M=0.03s 2023-09-17 17:51:22 (2.77 MB/s) - ‘libqcelp_decoder.so’ saved [78056/78056] Codec libqdm2_decoder.so does not exist. Downloading... --2023-09-17 17:51:22-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libqdm2_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 153432 (150K) [application/octet-stream] Saving to: ‘libqdm2_decoder.so’ 0K .......... .......... .......... .......... .......... 33% 2.09M 0s 50K .......... .......... .......... .......... .......... 66% 5.07M 0s 100K .......... .......... .......... .......... ......... 100% 2.70M=0.05s 2023-09-17 17:51:22 (2.87 MB/s) - ‘libqdm2_decoder.so’ saved [153432/153432] Codec libqdraw_decoder.so does not exist. Downloading... --2023-09-17 17:51:22-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libqdraw_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 59840 (58K) [application/octet-stream] Saving to: ‘libqdraw_decoder.so’ 0K .......... .......... .......... .......... .......... 85% 2.09M 0s 50K ........ 100% 10.2M=0.02s 2023-09-17 17:51:23 (2.36 MB/s) - ‘libqdraw_decoder.so’ saved [59840/59840] Codec libqpeg_decoder.so does not exist. Downloading... --2023-09-17 17:51:23-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libqpeg_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 70056 (68K) [application/octet-stream] Saving to: ‘libqpeg_decoder.so’ 0K .......... .......... .......... .......... .......... 73% 2.35M 0s 50K .......... ........ 100% 4.99M=0.02s 2023-09-17 17:51:23 (2.74 MB/s) - ‘libqpeg_decoder.so’ saved [70056/70056] Codec libqtrle_decoder.so does not exist. Downloading... --2023-09-17 17:51:23-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libqtrle_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 74200 (72K) [application/octet-stream] Saving to: ‘libqtrle_decoder.so’ 0K .......... .......... .......... .......... .......... 69% 2.10M 0s 50K .......... .......... .. 100% 4.00M=0.03s 2023-09-17 17:51:23 (2.47 MB/s) - ‘libqtrle_decoder.so’ saved [74200/74200] Codec libr10k_decoder.so does not exist. Downloading... --2023-09-17 17:51:23-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libr10k_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 53088 (52K) [application/octet-stream] Saving to: ‘libr10k_decoder.so’ 0K .......... .......... .......... .......... .......... 96% 2.50M 0s 50K . 100% 8.61M=0.02s 2023-09-17 17:51:23 (2.57 MB/s) - ‘libr10k_decoder.so’ saved [53088/53088] Codec libra_144_decoder.so does not exist. Downloading... --2023-09-17 17:51:23-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libra_144_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 83752 (82K) [application/octet-stream] Saving to: ‘libra_144_decoder.so’ 0K .......... .......... .......... .......... .......... 61% 1.79M 0s 50K .......... .......... .......... . 100% 3.97M=0.04s 2023-09-17 17:51:24 (2.27 MB/s) - ‘libra_144_decoder.so’ saved [83752/83752] Codec libra_288_decoder.so does not exist. Downloading... --2023-09-17 17:51:24-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libra_288_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 67288 (66K) [application/octet-stream] Saving to: ‘libra_288_decoder.so’ 0K .......... .......... .......... .......... .......... 76% 2.29M 0s 50K .......... ..... 100% 3.81M=0.03s 2023-09-17 17:51:24 (2.54 MB/s) - ‘libra_288_decoder.so’ saved [67288/67288] Codec libralf_decoder.so does not exist. Downloading... --2023-09-17 17:51:24-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libralf_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 166696 (163K) [application/octet-stream] Saving to: ‘libralf_decoder.so’ 0K .......... .......... .......... .......... .......... 30% 1.83M 0s 50K .......... .......... .......... .......... .......... 61% 2.45M 0s 100K .......... .......... .......... .......... .......... 92% 3.67M 0s 150K .......... .. 100% 2.54M=0.06s 2023-09-17 17:51:24 (2.45 MB/s) - ‘libralf_decoder.so’ saved [166696/166696] Codec librl2_decoder.so does not exist. Downloading... --2023-09-17 17:51:24-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/librl2_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 54160 (53K) [application/octet-stream] Saving to: ‘librl2_decoder.so’ 0K .......... .......... .......... .......... .......... 94% 2.28M 0s 50K .. 100% 5.49M=0.02s 2023-09-17 17:51:24 (2.35 MB/s) - ‘librl2_decoder.so’ saved [54160/54160] Codec libroq_decoder.so does not exist. Downloading... --2023-09-17 17:51:24-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libroq_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 72344 (71K) [application/octet-stream] Saving to: ‘libroq_decoder.so’ 0K .......... .......... .......... .......... .......... 70% 2.53M 0s 50K .......... .......... 100% 2.84M=0.03s 2023-09-17 17:51:25 (2.62 MB/s) - ‘libroq_decoder.so’ saved [72344/72344] Codec libroq_dpcm_decoder.so does not exist. Downloading... --2023-09-17 17:51:25-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libroq_dpcm_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 56880 (56K) [application/octet-stream] Saving to: ‘libroq_dpcm_decoder.so’ 0K .......... .......... .......... .......... .......... 90% 2.41M 0s 50K ..... 100% 6.93M=0.02s 2023-09-17 17:51:25 (2.57 MB/s) - ‘libroq_dpcm_decoder.so’ saved [56880/56880] Codec librpza_decoder.so does not exist. Downloading... --2023-09-17 17:51:25-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/librpza_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 69304 (68K) [application/octet-stream] Saving to: ‘librpza_decoder.so’ 0K .......... .......... .......... .......... .......... 73% 3.58M 0s 50K .......... ....... 100% 1.53M=0.02s 2023-09-17 17:51:25 (2.66 MB/s) - ‘librpza_decoder.so’ saved [69304/69304] Codec librscc_decoder.so does not exist. Downloading... --2023-09-17 17:51:25-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/librscc_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 96336 (94K) [application/octet-stream] Saving to: ‘librscc_decoder.so’ 0K .......... .......... .......... .......... .......... 53% 2.10M 0s 50K .......... .......... .......... .......... .... 100% 4.03M=0.03s 2023-09-17 17:51:25 (2.71 MB/s) - ‘librscc_decoder.so’ saved [96336/96336] Codec librv10_decoder.so does not exist. Downloading... --2023-09-17 17:51:26-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/librv10_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 425328 (415K) [application/octet-stream] Saving to: ‘librv10_decoder.so’ 0K .......... .......... .......... .......... .......... 12% 2.21M 0s 50K .......... .......... .......... .......... .......... 24% 2.46M 0s 100K .......... .......... .......... .......... .......... 36% 4.45M 0s 150K .......... .......... .......... .......... .......... 48% 6.36M 0s 200K .......... .......... .......... .......... .......... 60% 7.07M 0s 250K .......... .......... .......... .......... .......... 72% 8.92M 0s 300K .......... .......... .......... .......... .......... 84% 7.70M 0s 350K .......... .......... .......... .......... .......... 96% 5.74M 0s 400K .......... ..... 100% 40.4M=0.09s 2023-09-17 17:51:26 (4.60 MB/s) - ‘librv10_decoder.so’ saved [425328/425328] Codec librv20_decoder.so does not exist. Downloading... --2023-09-17 17:51:26-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/librv20_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 425760 (416K) [application/octet-stream] Saving to: ‘librv20_decoder.so’ 0K .......... .......... .......... .......... .......... 12% 2.48M 0s 50K .......... .......... .......... .......... .......... 24% 2.25M 0s 100K .......... .......... .......... .......... .......... 36% 4.76M 0s 150K .......... .......... .......... .......... .......... 48% 5.83M 0s 200K .......... .......... .......... .......... .......... 60% 5.25M 0s 250K .......... .......... .......... .......... .......... 72% 9.22M 0s 300K .......... .......... .......... .......... .......... 84% 7.84M 0s 350K .......... .......... .......... .......... .......... 96% 7.07M 0s 400K .......... ..... 100% 90.4M=0.09s 2023-09-17 17:51:26 (4.62 MB/s) - ‘librv20_decoder.so’ saved [425760/425760] Codec librv30_decoder.so does not exist. Downloading... --2023-09-17 17:51:26-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/librv30_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1196856 (1.1M) [application/octet-stream] Saving to: ‘librv30_decoder.so’ 0K .......... .......... .......... .......... .......... 4% 2.61M 0s 50K .......... .......... .......... .......... .......... 8% 3.57M 0s 100K .......... .......... .......... .......... .......... 12% 2.74M 0s 150K .......... .......... .......... .......... .......... 17% 5.77M 0s 200K .......... .......... .......... .......... .......... 21% 4.94M 0s 250K .......... .......... .......... .......... .......... 25% 8.28M 0s 300K .......... .......... .......... .......... .......... 29% 10.7M 0s 350K .......... .......... .......... .......... .......... 34% 8.82M 0s 400K .......... .......... .......... .......... .......... 38% 12.9M 0s 450K .......... .......... .......... .......... .......... 42% 18.2M 0s 500K .......... .......... .......... .......... .......... 47% 13.9M 0s 550K .......... .......... .......... .......... .......... 51% 16.2M 0s 600K .......... .......... .......... .......... .......... 55% 18.6M 0s 650K .......... .......... .......... .......... .......... 59% 24.9M 0s 700K .......... .......... .......... .......... .......... 64% 19.2M 0s 750K .......... .......... .......... .......... .......... 68% 18.0M 0s 800K .......... .......... .......... .......... .......... 72% 20.5M 0s 850K .......... .......... .......... .......... .......... 77% 32.3M 0s 900K .......... .......... .......... .......... .......... 81% 27.6M 0s 950K .......... .......... .......... .......... .......... 85% 27.5M 0s 1000K .......... .......... .......... .......... .......... 89% 28.3M 0s 1050K .......... .......... .......... .......... .......... 94% 41.0M 0s 1100K .......... .......... .......... .......... .......... 98% 19.6M 0s 1150K .......... ........ 100% 19.2M=0.1s 2023-09-17 17:51:27 (9.41 MB/s) - ‘librv30_decoder.so’ saved [1196856/1196856] Codec librv40_decoder.so does not exist. Downloading... --2023-09-17 17:51:27-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/librv40_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1249896 (1.2M) [application/octet-stream] Saving to: ‘librv40_decoder.so’ 0K .......... .......... .......... .......... .......... 4% 2.41M 0s 50K .......... .......... .......... .......... .......... 8% 2.42M 0s 100K .......... .......... .......... .......... .......... 12% 4.27M 0s 150K .......... .......... .......... .......... .......... 16% 5.24M 0s 200K .......... .......... .......... .......... .......... 20% 4.38M 0s 250K .......... .......... .......... .......... .......... 24% 11.6M 0s 300K .......... .......... .......... .......... .......... 28% 8.69M 0s 350K .......... .......... .......... .......... .......... 32% 9.26M 0s 400K .......... .......... .......... .......... .......... 36% 10.9M 0s 450K .......... .......... .......... .......... .......... 40% 17.1M 0s 500K .......... .......... .......... .......... .......... 45% 19.9M 0s 550K .......... .......... .......... .......... .......... 49% 10.3M 0s 600K .......... .......... .......... .......... .......... 53% 48.5M 0s 650K .......... .......... .......... .......... .......... 57% 18.2M 0s 700K .......... .......... .......... .......... .......... 61% 21.3M 0s 750K .......... .......... .......... .......... .......... 65% 18.2M 0s 800K .......... .......... .......... .......... .......... 69% 21.4M 0s 850K .......... .......... .......... .......... .......... 73% 31.9M 0s 900K .......... .......... .......... .......... .......... 77% 12.7M 0s 950K .......... .......... .......... .......... .......... 81% 24.3M 0s 1000K .......... .......... .......... .......... .......... 86% 18.3M 0s 1050K .......... .......... .......... .......... .......... 90% 30.0M 0s 1100K .......... .......... .......... .......... .......... 94% 41.3M 0s 1150K .......... .......... .......... .......... .......... 98% 29.3M 0s 1200K .......... .......... 100% 80.6M=0.1s 2023-09-17 17:51:27 (9.34 MB/s) - ‘librv40_decoder.so’ saved [1249896/1249896] Codec libs302m_decoder.so does not exist. Downloading... --2023-09-17 17:51:27-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libs302m_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 55360 (54K) [application/octet-stream] Saving to: ‘libs302m_decoder.so’ 0K .......... .......... .......... .......... .......... 92% 2.54M 0s 50K .... 100% 927K=0.02s 2023-09-17 17:51:27 (2.23 MB/s) - ‘libs302m_decoder.so’ saved [55360/55360] Codec libsanm_decoder.so does not exist. Downloading... --2023-09-17 17:51:27-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libsanm_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 80072 (78K) [application/octet-stream] Saving to: ‘libsanm_decoder.so’ 0K .......... .......... .......... .......... .......... 63% 2.08M 0s 50K .......... .......... ........ 100% 4.74M=0.03s 2023-09-17 17:51:27 (2.61 MB/s) - ‘libsanm_decoder.so’ saved [80072/80072] Codec libscreenpresso_decoder.so does not exist. Downloading... --2023-09-17 17:51:28-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libscreenpresso_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 93336 (91K) [application/octet-stream] Saving to: ‘libscreenpresso_decoder.so’ 0K .......... .......... .......... .......... .......... 54% 2.41M 0s 50K .......... .......... .......... .......... . 100% 3.34M=0.03s 2023-09-17 17:51:28 (2.76 MB/s) - ‘libscreenpresso_decoder.so’ saved [93336/93336] Codec libsdx2_dpcm_decoder.so does not exist. Downloading... --2023-09-17 17:51:28-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libsdx2_dpcm_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 56896 (56K) [application/octet-stream] Saving to: ‘libsdx2_dpcm_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.37M 0s 50K ..... 100% 7.14M=0.02s 2023-09-17 17:51:28 (2.54 MB/s) - ‘libsdx2_dpcm_decoder.so’ saved [56896/56896] Codec libsgi_decoder.so does not exist. Downloading... --2023-09-17 17:51:28-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libsgi_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 55664 (54K) [application/octet-stream] Saving to: ‘libsgi_decoder.so’ 0K .......... .......... .......... .......... .......... 91% 2.51M 0s 50K .... 100% 3.43M=0.02s 2023-09-17 17:51:28 (2.56 MB/s) - ‘libsgi_decoder.so’ saved [55664/55664] Codec libsgirle_decoder.so does not exist. Downloading... --2023-09-17 17:51:28-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libsgirle_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 54016 (53K) [application/octet-stream] Saving to: ‘libsgirle_decoder.so’ 0K .......... .......... .......... .......... .......... 94% 2.37M 0s 50K .. 100% 5.15M=0.02s 2023-09-17 17:51:29 (2.44 MB/s) - ‘libsgirle_decoder.so’ saved [54016/54016] Codec libshorten_decoder.so does not exist. Downloading... --2023-09-17 17:51:29-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libshorten_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 66336 (65K) [application/octet-stream] Saving to: ‘libshorten_decoder.so’ 0K .......... .......... .......... .......... .......... 77% 2.43M 0s 50K .......... .... 100% 4.00M=0.02s 2023-09-17 17:51:29 (2.67 MB/s) - ‘libshorten_decoder.so’ saved [66336/66336] Codec libsipr_decoder.so does not exist. Downloading... --2023-09-17 17:51:29-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libsipr_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 92272 (90K) [application/octet-stream] Saving to: ‘libsipr_decoder.so’ 0K .......... .......... .......... .......... .......... 55% 2.11M 0s 50K .......... .......... .......... .......... 100% 3.98M=0.03s 2023-09-17 17:51:29 (2.67 MB/s) - ‘libsipr_decoder.so’ saved [92272/92272] Codec libsmackaud_decoder.so does not exist. Downloading... --2023-09-17 17:51:29-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libsmackaud_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 60432 (59K) [application/octet-stream] Saving to: ‘libsmackaud_decoder.so’ 0K .......... .......... .......... .......... .......... 84% 2.68M 0s 50K ......... 100% 6.08M=0.02s 2023-09-17 17:51:29 (2.93 MB/s) - ‘libsmackaud_decoder.so’ saved [60432/60432] Codec libsmacker_decoder.so does not exist. Downloading... --2023-09-17 17:51:29-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libsmacker_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 76872 (75K) [application/octet-stream] Saving to: ‘libsmacker_decoder.so’ 0K .......... .......... .......... .......... .......... 66% 2.27M 0s 50K .......... .......... ..... 100% 2.68M=0.03s 2023-09-17 17:51:30 (2.39 MB/s) - ‘libsmacker_decoder.so’ saved [76872/76872] Codec libsmc_decoder.so does not exist. Downloading... --2023-09-17 17:51:30-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libsmc_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 73000 (71K) [application/octet-stream] Saving to: ‘libsmc_decoder.so’ 0K .......... .......... .......... .......... .......... 70% 2.22M 0s 50K .......... .......... . 100% 4.66M=0.03s 2023-09-17 17:51:30 (2.63 MB/s) - ‘libsmc_decoder.so’ saved [73000/73000] Codec libsmvjpeg_decoder.so does not exist. Downloading... --2023-09-17 17:51:30-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libsmvjpeg_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 279920 (273K) [application/octet-stream] Saving to: ‘libsmvjpeg_decoder.so’ 0K .......... .......... .......... .......... .......... 18% 2.55M 0s 50K .......... .......... .......... .......... .......... 36% 2.53M 0s 100K .......... .......... .......... .......... .......... 54% 3.90M 0s 150K .......... .......... .......... .......... .......... 73% 5.74M 0s 200K .......... .......... .......... .......... .......... 91% 6.12M 0s 250K .......... .......... ... 100% 8.96M=0.07s 2023-09-17 17:51:30 (3.81 MB/s) - ‘libsmvjpeg_decoder.so’ saved [279920/279920] Codec libsnow_decoder.so does not exist. Downloading... --2023-09-17 17:51:30-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libsnow_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 759152 (741K) [application/octet-stream] Saving to: ‘libsnow_decoder.so’ 0K .......... .......... .......... .......... .......... 6% 3.34M 0s 50K .......... .......... .......... .......... .......... 13% 2.41M 0s 100K .......... .......... .......... .......... .......... 20% 3.81M 0s 150K .......... .......... .......... .......... .......... 26% 6.67M 0s 200K .......... .......... .......... .......... .......... 33% 4.95M 0s 250K .......... .......... .......... .......... .......... 40% 9.64M 0s 300K .......... .......... .......... .......... .......... 47% 10.6M 0s 350K .......... .......... .......... .......... .......... 53% 10.7M 0s 400K .......... .......... .......... .......... .......... 60% 13.9M 0s 450K .......... .......... .......... .......... .......... 67% 15.9M 0s 500K .......... .......... .......... .......... .......... 74% 12.4M 0s 550K .......... .......... .......... .......... .......... 80% 17.9M 0s 600K .......... .......... .......... .......... .......... 87% 3.37M 0s 650K .......... .......... .......... .......... .......... 94% 24.5M 0s 700K .......... .......... .......... .......... . 100% 32.7M=0.1s 2023-09-17 17:51:31 (6.58 MB/s) - ‘libsnow_decoder.so’ saved [759152/759152] Codec libsol_dpcm_decoder.so does not exist. Downloading... --2023-09-17 17:51:31-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libsol_dpcm_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 56880 (56K) [application/octet-stream] Saving to: ‘libsol_dpcm_decoder.so’ 0K .......... .......... .......... .......... .......... 90% 2.40M 0s 50K ..... 100% 2.84M=0.02s 2023-09-17 17:51:31 (2.44 MB/s) - ‘libsol_dpcm_decoder.so’ saved [56880/56880] Codec libsonic_decoder.so does not exist. Downloading... --2023-09-17 17:51:31-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libsonic_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 61392 (60K) [application/octet-stream] Saving to: ‘libsonic_decoder.so’ 0K .......... .......... .......... .......... .......... 83% 1.77M 0s 50K ......... 100% 2.65M=0.03s 2023-09-17 17:51:31 (1.88 MB/s) - ‘libsonic_decoder.so’ saved [61392/61392] Codec libsp5x_decoder.so does not exist. Downloading... --2023-09-17 17:51:31-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libsp5x_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 282016 (275K) [application/octet-stream] Saving to: ‘libsp5x_decoder.so’ 0K .......... .......... .......... .......... .......... 18% 2.43M 0s 50K .......... .......... .......... .......... .......... 36% 2.51M 0s 100K .......... .......... .......... .......... .......... 54% 2.73M 0s 150K .......... .......... .......... .......... .......... 72% 5.61M 0s 200K .......... .......... .......... .......... .......... 90% 6.57M 0s 250K .......... .......... ..... 100% 4.98M=0.08s 2023-09-17 17:51:31 (3.43 MB/s) - ‘libsp5x_decoder.so’ saved [282016/282016] Codec libsubviewer1_decoder.so does not exist. Downloading... --2023-09-17 17:51:31-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libsubviewer1_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 14848 (14K) [application/octet-stream] Saving to: ‘libsubviewer1_decoder.so’ 0K .......... .... 100% 14.3M=0.001s 2023-09-17 17:51:32 (14.3 MB/s) - ‘libsubviewer1_decoder.so’ saved [14848/14848] Codec libsunrast_decoder.so does not exist. Downloading... --2023-09-17 17:51:32-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libsunrast_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 55984 (55K) [application/octet-stream] Saving to: ‘libsunrast_decoder.so’ 0K .......... .......... .......... .......... .......... 91% 2.68M 0s 50K .... 100% 2.87M=0.02s 2023-09-17 17:51:32 (2.70 MB/s) - ‘libsunrast_decoder.so’ saved [55984/55984] Codec libsvq1_decoder.so does not exist. Downloading... --2023-09-17 17:51:32-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libsvq1_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 140120 (137K) [application/octet-stream] Saving to: ‘libsvq1_decoder.so’ 0K .......... .......... .......... .......... .......... 36% 2.39M 0s 50K .......... .......... .......... .......... .......... 73% 2.51M 0s 100K .......... .......... .......... ...... 100% 2.98M=0.05s 2023-09-17 17:51:32 (2.57 MB/s) - ‘libsvq1_decoder.so’ saved [140120/140120] Codec libsvq3_decoder.so does not exist. Downloading... --2023-09-17 17:51:32-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libsvq3_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 505752 (494K) [application/octet-stream] Saving to: ‘libsvq3_decoder.so’ 0K .......... .......... .......... .......... .......... 10% 1.57M 0s 50K .......... .......... .......... .......... .......... 20% 3.61M 0s 100K .......... .......... .......... .......... .......... 30% 2.31M 0s 150K .......... .......... .......... .......... .......... 40% 4.25M 0s 200K .......... .......... .......... .......... .......... 50% 5.93M 0s 250K .......... .......... .......... .......... .......... 60% 5.87M 0s 300K .......... .......... .......... .......... .......... 70% 9.68M 0s 350K .......... .......... .......... .......... .......... 80% 8.59M 0s 400K .......... .......... .......... .......... .......... 91% 14.4M 0s 450K .......... .......... .......... .......... ... 100% 12.1M=0.1s 2023-09-17 17:51:33 (4.33 MB/s) - ‘libsvq3_decoder.so’ saved [505752/505752] Codec libtak_decoder.so does not exist. Downloading... --2023-09-17 17:51:33-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libtak_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 99984 (98K) [application/octet-stream] Saving to: ‘libtak_decoder.so’ 0K .......... .......... .......... .......... .......... 51% 2.52M 0s 50K .......... .......... .......... .......... ....... 100% 3.24M=0.03s 2023-09-17 17:51:33 (2.83 MB/s) - ‘libtak_decoder.so’ saved [99984/99984] Codec libtarga_decoder.so does not exist. Downloading... --2023-09-17 17:51:33-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libtarga_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57472 (56K) [application/octet-stream] Saving to: ‘libtarga_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.51M 0s 50K ...... 100% 1.03M=0.03s 2023-09-17 17:51:33 (2.17 MB/s) - ‘libtarga_decoder.so’ saved [57472/57472] Codec libtarga_y216_decoder.so does not exist. Downloading... --2023-09-17 17:51:33-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libtarga_y216_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 53712 (52K) [application/octet-stream] Saving to: ‘libtarga_y216_decoder.so’ 0K .......... .......... .......... .......... .......... 95% 2.47M 0s 50K .. 100% 4.10M=0.02s 2023-09-17 17:51:33 (2.52 MB/s) - ‘libtarga_y216_decoder.so’ saved [53712/53712] Codec libtdsc_decoder.so does not exist. Downloading... --2023-09-17 17:51:33-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libtdsc_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 932592 (911K) [application/octet-stream] Saving to: ‘libtdsc_decoder.so’ 0K .......... .......... .......... .......... .......... 5% 2.56M 0s 50K .......... .......... .......... .......... .......... 10% 2.52M 0s 100K .......... .......... .......... .......... .......... 16% 4.13M 0s 150K .......... .......... .......... .......... .......... 21% 6.17M 0s 200K .......... .......... .......... .......... .......... 27% 4.47M 0s 250K .......... .......... .......... .......... .......... 32% 8.64M 0s 300K .......... .......... .......... .......... .......... 38% 9.15M 0s 350K .......... .......... .......... .......... .......... 43% 9.59M 0s 400K .......... .......... .......... .......... .......... 49% 11.5M 0s 450K .......... .......... .......... .......... .......... 54% 17.3M 0s 500K .......... .......... .......... .......... .......... 60% 16.7M 0s 550K .......... .......... .......... .......... .......... 65% 14.2M 0s 600K .......... .......... .......... .......... .......... 71% 17.5M 0s 650K .......... .......... .......... .......... .......... 76% 20.9M 0s 700K .......... .......... .......... .......... .......... 82% 23.6M 0s 750K .......... .......... .......... .......... .......... 87% 7.23M 0s 800K .......... .......... .......... .......... .......... 93% 66.2M 0s 850K .......... .......... .......... .......... .......... 98% 64.4M 0s 900K .......... 100% 90.8M=0.1s 2023-09-17 17:51:34 (7.79 MB/s) - ‘libtdsc_decoder.so’ saved [932592/932592] Codec libtheora_decoder.so does not exist. Downloading... --2023-09-17 17:51:34-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libtheora_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 171088 (167K) [application/octet-stream] Saving to: ‘libtheora_decoder.so’ 0K .......... .......... .......... .......... .......... 29% 2.42M 0s 50K .......... .......... .......... .......... .......... 59% 2.80M 0s 100K .......... .......... .......... .......... .......... 89% 4.09M 0s 150K .......... ....... 100% 3.08M=0.05s 2023-09-17 17:51:34 (2.97 MB/s) - ‘libtheora_decoder.so’ saved [171088/171088] Codec libtiertexseqvideo_decoder.so does not exist. Downloading... --2023-09-17 17:51:34-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libtiertexseqvideo_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 69512 (68K) [application/octet-stream] Saving to: ‘libtiertexseqvideo_decoder.so’ 0K .......... .......... .......... .......... .......... 73% 2.07M 0s 50K .......... ....... 100% 3.17M=0.03s 2023-09-17 17:51:34 (2.28 MB/s) - ‘libtiertexseqvideo_decoder.so’ saved [69512/69512] Codec libtiff_decoder.so does not exist. Downloading... --2023-09-17 17:51:34-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libtiff_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1083584 (1.0M) [application/octet-stream] Saving to: ‘libtiff_decoder.so’ 0K .......... .......... .......... .......... .......... 4% 1.68M 1s 50K .......... .......... .......... .......... .......... 9% 9.60M 0s 100K .......... .......... .......... .......... .......... 14% 1.86M 0s 150K .......... .......... .......... .......... .......... 18% 6.26M 0s 200K .......... .......... .......... .......... .......... 23% 4.74M 0s 250K .......... .......... .......... .......... .......... 28% 6.39M 0s 300K .......... .......... .......... .......... .......... 33% 7.64M 0s 350K .......... .......... .......... .......... .......... 37% 2.93M 0s 400K .......... .......... .......... .......... .......... 42% 23.9M 0s 450K .......... .......... .......... .......... .......... 47% 53.6M 0s 500K .......... .......... .......... .......... .......... 51% 50.7M 0s 550K .......... .......... .......... .......... .......... 56% 23.6M 0s 600K .......... .......... .......... .......... .......... 61% 15.1M 0s 650K .......... .......... .......... .......... .......... 66% 11.5M 0s 700K .......... .......... .......... .......... .......... 70% 5.12M 0s 750K .......... .......... .......... .......... .......... 75% 15.4M 0s 800K .......... .......... .......... .......... .......... 80% 14.1M 0s 850K .......... .......... .......... .......... .......... 85% 37.6M 0s 900K .......... .......... .......... .......... .......... 89% 45.3M 0s 950K .......... .......... .......... .......... .......... 94% 46.9M 0s 1000K .......... .......... .......... .......... .......... 99% 52.1M 0s 1050K ........ 100% 41.3M=0.1s 2023-09-17 17:51:35 (7.21 MB/s) - ‘libtiff_decoder.so’ saved [1083584/1083584] Codec libtmv_decoder.so does not exist. Downloading... --2023-09-17 17:51:35-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libtmv_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 55104 (54K) [application/octet-stream] Saving to: ‘libtmv_decoder.so’ 0K .......... .......... .......... .......... .......... 92% 1.85M 0s 50K ... 100% 6.99M=0.03s 2023-09-17 17:51:35 (1.95 MB/s) - ‘libtmv_decoder.so’ saved [55104/55104] Codec libtruemotion1_decoder.so does not exist. Downloading... --2023-09-17 17:51:35-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libtruemotion1_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 83136 (81K) [application/octet-stream] Saving to: ‘libtruemotion1_decoder.so’ 0K .......... .......... .......... .......... .......... 61% 2.57M 0s 50K .......... .......... .......... . 100% 4.44M=0.03s 2023-09-17 17:51:35 (3.07 MB/s) - ‘libtruemotion1_decoder.so’ saved [83136/83136] Codec libtruemotion2_decoder.so does not exist. Downloading... --2023-09-17 17:51:35-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libtruemotion2_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 91152 (89K) [application/octet-stream] Saving to: ‘libtruemotion2_decoder.so’ 0K .......... .......... .......... .......... .......... 56% 2.93M 0s 50K .......... .......... .......... ......... 100% 4.06M=0.03s 2023-09-17 17:51:35 (3.34 MB/s) - ‘libtruemotion2_decoder.so’ saved [91152/91152] Codec libtruemotion2rt_decoder.so does not exist. Downloading... --2023-09-17 17:51:35-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libtruemotion2rt_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 55104 (54K) [application/octet-stream] Saving to: ‘libtruemotion2rt_decoder.so’ 0K .......... .......... .......... .......... .......... 92% 2.32M 0s 50K ... 100% 3.85M=0.02s 2023-09-17 17:51:36 (2.39 MB/s) - ‘libtruemotion2rt_decoder.so’ saved [55104/55104] Codec libtruespeech_decoder.so does not exist. Downloading... --2023-09-17 17:51:36-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libtruespeech_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 64472 (63K) [application/octet-stream] Saving to: ‘libtruespeech_decoder.so’ 0K .......... .......... .......... .......... .......... 79% 2.38M 0s 50K .......... .. 100% 2.48M=0.03s 2023-09-17 17:51:36 (2.40 MB/s) - ‘libtruespeech_decoder.so’ saved [64472/64472] Codec libtscc2_decoder.so does not exist. Downloading... --2023-09-17 17:51:36-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libtscc2_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 81104 (79K) [application/octet-stream] Saving to: ‘libtscc2_decoder.so’ 0K .......... .......... .......... .......... .......... 63% 2.06M 0s 50K .......... .......... ......... 100% 5.17M=0.03s 2023-09-17 17:51:36 (2.64 MB/s) - ‘libtscc2_decoder.so’ saved [81104/81104] Codec libtscc_decoder.so does not exist. Downloading... --2023-09-17 17:51:36-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libtscc_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 96520 (94K) [application/octet-stream] Saving to: ‘libtscc_decoder.so’ 0K .......... .......... .......... .......... .......... 53% 2.03M 0s 50K .......... .......... .......... .......... .... 100% 4.62M=0.03s 2023-09-17 17:51:36 (2.76 MB/s) - ‘libtscc_decoder.so’ saved [96520/96520] Codec libtta_decoder.so does not exist. Downloading... --2023-09-17 17:51:36-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libtta_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 82504 (81K) [application/octet-stream] Saving to: ‘libtta_decoder.so’ 0K .......... .......... .......... .......... .......... 62% 2.23M 0s 50K .......... .......... .......... 100% 2.87M=0.03s 2023-09-17 17:51:37 (2.43 MB/s) - ‘libtta_decoder.so’ saved [82504/82504] Codec libtwinvq_decoder.so does not exist. Downloading... --2023-09-17 17:51:37-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libtwinvq_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 298688 (292K) [application/octet-stream] Saving to: ‘libtwinvq_decoder.so’ 0K .......... .......... .......... .......... .......... 17% 2.66M 0s 50K .......... .......... .......... .......... .......... 34% 3.47M 0s 100K .......... .......... .......... .......... .......... 51% 2.82M 0s 150K .......... .......... .......... .......... .......... 68% 5.96M 0s 200K .......... .......... .......... .......... .......... 85% 6.93M 0s 250K .......... .......... .......... .......... . 100% 8.03M=0.07s 2023-09-17 17:51:37 (4.07 MB/s) - ‘libtwinvq_decoder.so’ saved [298688/298688] Codec libtxd_decoder.so does not exist. Downloading... --2023-09-17 17:51:37-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libtxd_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 56816 (55K) [application/octet-stream] Saving to: ‘libtxd_decoder.so’ 0K .......... .......... .......... .......... .......... 90% 3.06M 0s 50K ..... 100% 1.28M=0.02s 2023-09-17 17:51:37 (2.70 MB/s) - ‘libtxd_decoder.so’ saved [56816/56816] Codec libulti_decoder.so does not exist. Downloading... --2023-09-17 17:51:37-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libulti_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 87048 (85K) [application/octet-stream] Saving to: ‘libulti_decoder.so’ 0K .......... .......... .......... .......... .......... 58% 2.39M 0s 50K .......... .......... .......... ..... 100% 3.32M=0.03s 2023-09-17 17:51:37 (2.70 MB/s) - ‘libulti_decoder.so’ saved [87048/87048] Codec libutvideo_decoder.so does not exist. Downloading... --2023-09-17 17:51:37-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libutvideo_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 103720 (101K) [application/octet-stream] Saving to: ‘libutvideo_decoder.so’ 0K .......... .......... .......... .......... .......... 49% 2.33M 0s 50K .......... .......... .......... .......... .......... 98% 2.90M 0s 100K . 100% 2.40T=0.04s 2023-09-17 17:51:38 (2.61 MB/s) - ‘libutvideo_decoder.so’ saved [103720/103720] Codec libvb_decoder.so does not exist. Downloading... --2023-09-17 17:51:38-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libvb_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 56448 (55K) [application/octet-stream] Saving to: ‘libvb_decoder.so’ 0K .......... .......... .......... .......... .......... 90% 2.38M 0s 50K ..... 100% 1.22M=0.02s 2023-09-17 17:51:38 (2.19 MB/s) - ‘libvb_decoder.so’ saved [56448/56448] Codec libvble_decoder.so does not exist. Downloading... --2023-09-17 17:51:38-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libvble_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 82512 (81K) [application/octet-stream] Saving to: ‘libvble_decoder.so’ 0K .......... .......... .......... .......... .......... 62% 1.90M 0s 50K .......... .......... .......... 100% 4.13M=0.03s 2023-09-17 17:51:38 (2.39 MB/s) - ‘libvble_decoder.so’ saved [82512/82512] Codec libvc1_decoder.so does not exist. Downloading... --2023-09-17 17:51:38-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libvc1_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1131536 (1.1M) [application/octet-stream] Saving to: ‘libvc1_decoder.so’ 0K .......... .......... .......... .......... .......... 4% 2.07M 0s 50K .......... .......... .......... .......... .......... 9% 2.21M 0s 100K .......... .......... .......... .......... .......... 13% 3.71M 0s 150K .......... .......... .......... .......... .......... 18% 5.36M 0s 200K .......... .......... .......... .......... .......... 22% 4.58M 0s 250K .......... .......... .......... .......... .......... 27% 7.96M 0s 300K .......... .......... .......... .......... .......... 31% 7.77M 0s 350K .......... .......... .......... .......... .......... 36% 2.39M 0s 400K .......... .......... .......... .......... .......... 40% 15.5M 0s 450K .......... .......... .......... .......... .......... 45% 20.1M 0s 500K .......... .......... .......... .......... .......... 49% 15.8M 0s 550K .......... .......... .......... .......... .......... 54% 19.3M 0s 600K .......... .......... .......... .......... .......... 58% 12.0M 0s 650K .......... .......... .......... .......... .......... 63% 38.4M 0s 700K .......... .......... .......... .......... .......... 67% 6.47M 0s 750K .......... .......... .......... .......... .......... 72% 13.6M 0s 800K .......... .......... .......... .......... .......... 76% 15.1M 0s 850K .......... .......... .......... .......... .......... 81% 23.7M 0s 900K .......... .......... .......... .......... .......... 85% 18.7M 0s 950K .......... .......... .......... .......... .......... 90% 18.9M 0s 1000K .......... .......... .......... .......... .......... 95% 27.9M 0s 1050K .......... .......... .......... .......... .......... 99% 25.4M 0s 1100K ..... 100% 57.6M=0.2s 2023-09-17 17:51:39 (7.03 MB/s) - ‘libvc1_decoder.so’ saved [1131536/1131536] Codec libvc1image_decoder.so does not exist. Downloading... --2023-09-17 17:51:39-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libvc1image_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1026216 (1002K) [application/octet-stream] Saving to: ‘libvc1image_decoder.so’ 0K .......... .......... .......... .......... .......... 4% 3.17M 0s 50K .......... .......... .......... .......... .......... 9% 2.46M 0s 100K .......... .......... .......... .......... .......... 14% 3.96M 0s 150K .......... .......... .......... .......... .......... 19% 5.80M 0s 200K .......... .......... .......... .......... .......... 24% 5.83M 0s 250K .......... .......... .......... .......... .......... 29% 9.94M 0s 300K .......... .......... .......... .......... .......... 34% 11.6M 0s 350K .......... .......... .......... .......... .......... 39% 8.97M 0s 400K .......... .......... .......... .......... .......... 44% 14.7M 0s 450K .......... .......... .......... .......... .......... 49% 7.92M 0s 500K .......... .......... .......... .......... .......... 54% 31.8M 0s 550K .......... .......... .......... .......... .......... 59% 16.6M 0s 600K .......... .......... .......... .......... .......... 64% 25.1M 0s 650K .......... .......... .......... .......... .......... 69% 27.5M 0s 700K .......... .......... .......... .......... .......... 74% 26.5M 0s 750K .......... .......... .......... .......... .......... 79% 21.3M 0s 800K .......... .......... .......... .......... .......... 84% 25.9M 0s 850K .......... .......... .......... .......... .......... 89% 35.3M 0s 900K .......... .......... .......... .......... .......... 94% 17.1M 0s 950K .......... .......... .......... .......... .......... 99% 23.1M 0s 1000K .. 100% 19.6M=0.1s 2023-09-17 17:51:39 (8.97 MB/s) - ‘libvc1image_decoder.so’ saved [1026216/1026216] Codec libvcr1_decoder.so does not exist. Downloading... --2023-09-17 17:51:39-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libvcr1_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 54288 (53K) [application/octet-stream] Saving to: ‘libvcr1_decoder.so’ 0K .......... .......... .......... .......... .......... 94% 2.48M 0s 50K ... 100% 3.19M=0.02s 2023-09-17 17:51:39 (2.51 MB/s) - ‘libvcr1_decoder.so’ saved [54288/54288] Codec libvmdaudio_decoder.so does not exist. Downloading... --2023-09-17 17:51:39-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libvmdaudio_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57488 (56K) [application/octet-stream] Saving to: ‘libvmdaudio_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.14M 0s 50K ...... 100% 5.63M=0.02s 2023-09-17 17:51:39 (2.29 MB/s) - ‘libvmdaudio_decoder.so’ saved [57488/57488] Codec libvmdvideo_decoder.so does not exist. Downloading... --2023-09-17 17:51:39-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libvmdvideo_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 69336 (68K) [application/octet-stream] Saving to: ‘libvmdvideo_decoder.so’ 0K .......... .......... .......... .......... .......... 73% 2.01M 0s 50K .......... ....... 100% 5.09M=0.03s 2023-09-17 17:51:40 (2.38 MB/s) - ‘libvmdvideo_decoder.so’ saved [69336/69336] Codec libvmnc_decoder.so does not exist. Downloading... --2023-09-17 17:51:40-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libvmnc_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 77992 (76K) [application/octet-stream] Saving to: ‘libvmnc_decoder.so’ 0K .......... .......... .......... .......... .......... 65% 2.71M 0s 50K .......... .......... ...... 100% 2.71M=0.03s 2023-09-17 17:51:40 (2.71 MB/s) - ‘libvmnc_decoder.so’ saved [77992/77992] Codec libvp3_decoder.so does not exist. Downloading... --2023-09-17 17:51:40-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libvp3_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 163728 (160K) [application/octet-stream] Saving to: ‘libvp3_decoder.so’ 0K .......... .......... .......... .......... .......... 31% 2.56M 0s 50K .......... .......... .......... .......... .......... 62% 2.52M 0s 100K .......... .......... .......... .......... .......... 93% 3.87M 0s 150K ......... 100% 5.37M=0.05s 2023-09-17 17:51:40 (2.96 MB/s) - ‘libvp3_decoder.so’ saved [163728/163728] Codec libvp5_decoder.so does not exist. Downloading... --2023-09-17 17:51:40-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libvp5_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 172312 (168K) [application/octet-stream] Saving to: ‘libvp5_decoder.so’ 0K .......... .......... .......... .......... .......... 29% 2.51M 0s 50K .......... .......... .......... .......... .......... 59% 2.22M 0s 100K .......... .......... .......... .......... .......... 89% 6.01M 0s 150K .......... ........ 100% 6.42M=0.05s 2023-09-17 17:51:40 (3.14 MB/s) - ‘libvp5_decoder.so’ saved [172312/172312] Codec libvp6a_decoder.so does not exist. Downloading... --2023-09-17 17:51:40-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libvp6a_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 183880 (180K) [application/octet-stream] Saving to: ‘libvp6a_decoder.so’ 0K .......... .......... .......... .......... .......... 27% 2.14M 0s 50K .......... .......... .......... .......... .......... 55% 5.26M 0s 100K .......... .......... .......... .......... .......... 83% 2.15M 0s 150K .......... .......... ......... 100% 6.63M=0.06s 2023-09-17 17:51:41 (2.96 MB/s) - ‘libvp6a_decoder.so’ saved [183880/183880] Codec libvp6_decoder.so does not exist. Downloading... --2023-09-17 17:51:41-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libvp6_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 183848 (180K) [application/octet-stream] Saving to: ‘libvp6_decoder.so’ 0K .......... .......... .......... .......... .......... 27% 2.49M 0s 50K .......... .......... .......... .......... .......... 55% 2.07M 0s 100K .......... .......... .......... .......... .......... 83% 5.57M 0s 150K .......... .......... ......... 100% 5.43M=0.06s 2023-09-17 17:51:41 (3.07 MB/s) - ‘libvp6_decoder.so’ saved [183848/183848] Codec libvp6f_decoder.so does not exist. Downloading... --2023-09-17 17:51:41-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libvp6f_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 183880 (180K) [application/octet-stream] Saving to: ‘libvp6f_decoder.so’ 0K .......... .......... .......... .......... .......... 27% 2.52M 0s 50K .......... .......... .......... .......... .......... 55% 2.64M 0s 100K .......... .......... .......... .......... .......... 83% 6.82M 0s 150K .......... .......... ......... 100% 6.78M=0.05s 2023-09-17 17:51:41 (3.56 MB/s) - ‘libvp6f_decoder.so’ saved [183880/183880] Codec libvp7_decoder.so does not exist. Downloading... --2023-09-17 17:51:41-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libvp7_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 362144 (354K) [application/octet-stream] Saving to: ‘libvp7_decoder.so’ 0K .......... .......... .......... .......... .......... 14% 2.81M 0s 50K .......... .......... .......... .......... .......... 28% 2.40M 0s 100K .......... .......... .......... .......... .......... 42% 4.84M 0s 150K .......... .......... .......... .......... .......... 56% 6.44M 0s 200K .......... .......... .......... .......... .......... 70% 6.13M 0s 250K .......... .......... .......... .......... .......... 84% 7.99M 0s 300K .......... .......... .......... .......... .......... 98% 10.8M 0s 350K ... 100% 12.5M=0.07s 2023-09-17 17:51:42 (4.65 MB/s) - ‘libvp7_decoder.so’ saved [362144/362144] Codec libvp8_decoder.so does not exist. Downloading... --2023-09-17 17:51:42-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libvp8_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 495848 (484K) [application/octet-stream] Saving to: ‘libvp8_decoder.so’ 0K .......... .......... .......... .......... .......... 10% 2.20M 0s 50K .......... .......... .......... .......... .......... 20% 2.53M 0s 100K .......... .......... .......... .......... .......... 30% 2.96M 0s 150K .......... .......... .......... .......... .......... 41% 6.23M 0s 200K .......... .......... .......... .......... .......... 51% 8.59M 0s 250K .......... .......... .......... .......... .......... 61% 9.48M 0s 300K .......... .......... .......... .......... .......... 72% 6.22M 0s 350K .......... .......... .......... .......... .......... 82% 8.06M 0s 400K .......... .......... .......... .......... .......... 92% 15.3M 0s 450K .......... .......... .......... .... 100% 19.9M=0.1s 2023-09-17 17:51:42 (4.95 MB/s) - ‘libvp8_decoder.so’ saved [495848/495848] Codec libvp9_decoder.so does not exist. Downloading... --2023-09-17 17:51:42-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libvp9_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1695096 (1.6M) [application/octet-stream] Saving to: ‘libvp9_decoder.so’ 0K .......... .......... .......... .......... .......... 3% 2.59M 1s 50K .......... .......... .......... .......... .......... 6% 2.04M 1s 100K .......... .......... .......... .......... .......... 9% 6.44M 1s 150K .......... .......... .......... .......... .......... 12% 5.98M 0s 200K .......... .......... .......... .......... .......... 15% 3.56M 0s 250K .......... .......... .......... .......... .......... 18% 7.75M 0s 300K .......... .......... .......... .......... .......... 21% 8.91M 0s 350K .......... .......... .......... .......... .......... 24% 5.02M 0s 400K .......... .......... .......... .......... .......... 27% 10.9M 0s 450K .......... .......... .......... .......... .......... 30% 19.9M 0s 500K .......... .......... .......... .......... .......... 33% 12.6M 0s 550K .......... .......... .......... .......... .......... 36% 17.3M 0s 600K .......... .......... .......... .......... .......... 39% 9.08M 0s 650K .......... .......... .......... .......... .......... 42% 18.0M 0s 700K .......... .......... .......... .......... .......... 45% 21.9M 0s 750K .......... .......... .......... .......... .......... 48% 17.6M 0s 800K .......... .......... .......... .......... .......... 51% 9.73M 0s 850K .......... .......... .......... .......... .......... 54% 25.1M 0s 900K .......... .......... .......... .......... .......... 57% 27.1M 0s 950K .......... .......... .......... .......... .......... 60% 13.9M 0s 1000K .......... .......... .......... .......... .......... 63% 18.3M 0s 1050K .......... .......... .......... .......... .......... 66% 27.9M 0s 1100K .......... .......... .......... .......... .......... 69% 69.5M 0s 1150K .......... .......... .......... .......... .......... 72% 42.6M 0s 1200K .......... .......... .......... .......... .......... 75% 25.9M 0s 1250K .......... .......... .......... .......... .......... 78% 31.0M 0s 1300K .......... .......... .......... .......... .......... 81% 18.0M 0s 1350K .......... .......... .......... .......... .......... 84% 33.3M 0s 1400K .......... .......... .......... .......... .......... 87% 89.2M 0s 1450K .......... .......... .......... .......... .......... 90% 99.0M 0s 1500K .......... .......... .......... .......... .......... 93% 104M 0s 1550K .......... .......... .......... .......... .......... 96% 94.4M 0s 1600K .......... .......... .......... .......... .......... 99% 26.0M 0s 1650K ..... 100% 73.3M=0.2s 2023-09-17 17:51:43 (10.7 MB/s) - ‘libvp9_decoder.so’ saved [1695096/1695096] Codec libvqa_decoder.so does not exist. Downloading... --2023-09-17 17:51:43-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libvqa_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 76560 (75K) [application/octet-stream] Saving to: ‘libvqa_decoder.so’ 0K .......... .......... .......... .......... .......... 66% 2.15M 0s 50K .......... .......... .... 100% 3.95M=0.03s 2023-09-17 17:51:43 (2.53 MB/s) - ‘libvqa_decoder.so’ saved [76560/76560] Codec libwavpack_decoder.so does not exist. Downloading... --2023-09-17 17:51:43-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libwavpack_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 105016 (103K) [application/octet-stream] Saving to: ‘libwavpack_decoder.so’ 0K .......... .......... .......... .......... .......... 48% 2.66M 0s 50K .......... .......... .......... .......... .......... 97% 2.97M 0s 100K .. 100% 4.76T=0.03s 2023-09-17 17:51:43 (2.88 MB/s) - ‘libwavpack_decoder.so’ saved [105016/105016] Codec libwebp_decoder.so does not exist. Downloading... --2023-09-17 17:51:43-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libwebp_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 417744 (408K) [application/octet-stream] Saving to: ‘libwebp_decoder.so’ 0K .......... .......... .......... .......... .......... 12% 3.09M 0s 50K .......... .......... .......... .......... .......... 24% 2.14M 0s 100K .......... .......... .......... .......... .......... 36% 2.74M 0s 150K .......... .......... .......... .......... .......... 49% 5.35M 0s 200K .......... .......... .......... .......... .......... 61% 7.24M 0s 250K .......... .......... .......... .......... .......... 73% 4.23M 0s 300K .......... .......... .......... .......... .......... 85% 6.92M 0s 350K .......... .......... .......... .......... .......... 98% 13.9M 0s 400K ....... 100% 63.3M=0.09s 2023-09-17 17:51:43 (4.21 MB/s) - ‘libwebp_decoder.so’ saved [417744/417744] Codec libwmalossless_decoder.so does not exist. Downloading... --2023-09-17 17:51:43-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libwmalossless_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 77632 (76K) [application/octet-stream] Saving to: ‘libwmalossless_decoder.so’ 0K .......... .......... .......... .......... .......... 65% 2.61M 0s 50K .......... .......... ..... 100% 3.17M=0.03s 2023-09-17 17:51:44 (2.78 MB/s) - ‘libwmalossless_decoder.so’ saved [77632/77632] Codec libwmapro_decoder.so does not exist. Downloading... --2023-09-17 17:51:44-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libwmapro_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 123328 (120K) [application/octet-stream] Saving to: ‘libwmapro_decoder.so’ 0K .......... .......... .......... .......... .......... 41% 2.39M 0s 50K .......... .......... .......... .......... .......... 83% 2.44M 0s 100K .......... .......... 100% 7.79M=0.04s 2023-09-17 17:51:44 (2.74 MB/s) - ‘libwmapro_decoder.so’ saved [123328/123328] Codec libwmav1_decoder.so does not exist. Downloading... --2023-09-17 17:51:44-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libwmav1_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 134384 (131K) [application/octet-stream] Saving to: ‘libwmav1_decoder.so’ 0K .......... .......... .......... .......... .......... 38% 2.56M 0s 50K .......... .......... .......... .......... .......... 76% 2.17M 0s 100K .......... .......... .......... . 100% 6.39M=0.05s 2023-09-17 17:51:44 (2.77 MB/s) - ‘libwmav1_decoder.so’ saved [134384/134384] Codec libwmav2_decoder.so does not exist. Downloading... --2023-09-17 17:51:44-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libwmav2_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 134384 (131K) [application/octet-stream] Saving to: ‘libwmav2_decoder.so’ 0K .......... .......... .......... .......... .......... 38% 2.34M 0s 50K .......... .......... .......... .......... .......... 76% 3.79M 0s 100K .......... .......... .......... . 100% 1.61M=0.05s 2023-09-17 17:51:44 (2.43 MB/s) - ‘libwmav2_decoder.so’ saved [134384/134384] Codec libwmavoice_decoder.so does not exist. Downloading... --2023-09-17 17:51:44-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libwmavoice_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 168120 (164K) [application/octet-stream] Saving to: ‘libwmavoice_decoder.so’ 0K .......... .......... .......... .......... .......... 30% 2.24M 0s 50K .......... .......... .......... .......... .......... 60% 2.11M 0s 100K .......... .......... .......... .......... .......... 91% 2.81M 0s 150K .......... .... 100% 5.80M=0.06s 2023-09-17 17:51:45 (2.48 MB/s) - ‘libwmavoice_decoder.so’ saved [168120/168120] Codec libwmv1_decoder.so does not exist. Downloading... --2023-09-17 17:51:45-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libwmv1_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 599856 (586K) [application/octet-stream] Saving to: ‘libwmv1_decoder.so’ 0K .......... .......... .......... .......... .......... 8% 2.60M 0s 50K .......... .......... .......... .......... .......... 17% 3.81M 0s 100K .......... .......... .......... .......... .......... 25% 2.18M 0s 150K .......... .......... .......... .......... .......... 34% 5.70M 0s 200K .......... .......... .......... .......... .......... 42% 2.25M 0s 250K .......... .......... .......... .......... .......... 51% 8.17M 0s 300K .......... .......... .......... .......... .......... 59% 12.3M 0s 350K .......... .......... .......... .......... .......... 68% 11.2M 0s 400K .......... .......... .......... .......... .......... 76% 4.66M 0s 450K .......... .......... .......... .......... .......... 85% 17.8M 0s 500K .......... .......... .......... .......... .......... 93% 11.2M 0s 550K .......... .......... .......... ..... 100% 16.9M=0.1s 2023-09-17 17:51:45 (4.84 MB/s) - ‘libwmv1_decoder.so’ saved [599856/599856] Codec libwmv2_decoder.so does not exist. Downloading... --2023-09-17 17:51:45-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libwmv2_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 642368 (627K) [application/octet-stream] Saving to: ‘libwmv2_decoder.so’ 0K .......... .......... .......... .......... .......... 7% 2.10M 0s 50K .......... .......... .......... .......... .......... 15% 3.44M 0s 100K .......... .......... .......... .......... .......... 23% 2.32M 0s 150K .......... .......... .......... .......... .......... 31% 5.51M 0s 200K .......... .......... .......... .......... .......... 39% 3.38M 0s 250K .......... .......... .......... .......... .......... 47% 9.58M 0s 300K .......... .......... .......... .......... .......... 55% 8.48M 0s 350K .......... .......... .......... .......... .......... 63% 8.12M 0s 400K .......... .......... .......... .......... .......... 71% 11.6M 0s 450K .......... .......... .......... .......... .......... 79% 15.7M 0s 500K .......... .......... .......... .......... .......... 87% 13.8M 0s 550K .......... .......... .......... .......... .......... 95% 15.0M 0s 600K .......... .......... ....... 100% 31.5M=0.1s 2023-09-17 17:51:45 (5.39 MB/s) - ‘libwmv2_decoder.so’ saved [642368/642368] Codec libwmv3_decoder.so does not exist. Downloading... --2023-09-17 17:51:45-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libwmv3_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1131536 (1.1M) [application/octet-stream] Saving to: ‘libwmv3_decoder.so’ 0K .......... .......... .......... .......... .......... 4% 2.57M 0s 50K .......... .......... .......... .......... .......... 9% 2.96M 0s 100K .......... .......... .......... .......... .......... 13% 3.15M 0s 150K .......... .......... .......... .......... .......... 18% 6.09M 0s 200K .......... .......... .......... .......... .......... 22% 6.36M 0s 250K .......... .......... .......... .......... .......... 27% 4.60M 0s 300K .......... .......... .......... .......... .......... 31% 6.83M 0s 350K .......... .......... .......... .......... .......... 36% 9.21M 0s 400K .......... .......... .......... .......... .......... 40% 18.8M 0s 450K .......... .......... .......... .......... .......... 45% 15.7M 0s 500K .......... .......... .......... .......... .......... 49% 18.2M 0s 550K .......... .......... .......... .......... .......... 54% 9.94M 0s 600K .......... .......... .......... .......... .......... 58% 12.8M 0s 650K .......... .......... .......... .......... .......... 63% 20.0M 0s 700K .......... .......... .......... .......... .......... 67% 15.2M 0s 750K .......... .......... .......... .......... .......... 72% 15.1M 0s 800K .......... .......... .......... .......... .......... 76% 9.12M 0s 850K .......... .......... .......... .......... .......... 81% 43.8M 0s 900K .......... .......... .......... .......... .......... 85% 30.1M 0s 950K .......... .......... .......... .......... .......... 90% 38.0M 0s 1000K .......... .......... .......... .......... .......... 95% 28.4M 0s 1050K .......... .......... .......... .......... .......... 99% 17.3M 0s 1100K ..... 100% 20.5M=0.1s 2023-09-17 17:51:46 (8.31 MB/s) - ‘libwmv3_decoder.so’ saved [1131536/1131536] Codec libwmv3image_decoder.so does not exist. Downloading... --2023-09-17 17:51:46-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libwmv3image_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 836760 (817K) [application/octet-stream] Saving to: ‘libwmv3image_decoder.so’ 0K .......... .......... .......... .......... .......... 6% 2.11M 0s 50K .......... .......... .......... .......... .......... 12% 5.47M 0s 100K .......... .......... .......... .......... .......... 18% 2.68M 0s 150K .......... .......... .......... .......... .......... 24% 7.58M 0s 200K .......... .......... .......... .......... .......... 30% 4.42M 0s 250K .......... .......... .......... .......... .......... 36% 9.23M 0s 300K .......... .......... .......... .......... .......... 42% 6.96M 0s 350K .......... .......... .......... .......... .......... 48% 14.6M 0s 400K .......... .......... .......... .......... .......... 55% 8.94M 0s 450K .......... .......... .......... .......... .......... 61% 18.5M 0s 500K .......... .......... .......... .......... .......... 67% 14.6M 0s 550K .......... .......... .......... .......... .......... 73% 20.6M 0s 600K .......... .......... .......... .......... .......... 79% 21.2M 0s 650K .......... .......... .......... .......... .......... 85% 7.03M 0s 700K .......... .......... .......... .......... .......... 91% 36.4M 0s 750K .......... .......... .......... .......... .......... 97% 24.2M 0s 800K .......... ....... 100% 103M=0.1s 2023-09-17 17:51:46 (7.25 MB/s) - ‘libwmv3image_decoder.so’ saved [836760/836760] Codec libwnv1_decoder.so does not exist. Downloading... --2023-09-17 17:51:46-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libwnv1_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57000 (56K) [application/octet-stream] Saving to: ‘libwnv1_decoder.so’ 0K .......... .......... .......... .......... .......... 89% 2.48M 0s 50K ..... 100% 1.16M=0.02s 2023-09-17 17:51:46 (2.22 MB/s) - ‘libwnv1_decoder.so’ saved [57000/57000] Codec libws_snd1_decoder.so does not exist. Downloading... --2023-09-17 17:51:46-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libws_snd1_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 53488 (52K) [application/octet-stream] Saving to: ‘libws_snd1_decoder.so’ 0K .......... .......... .......... .......... .......... 95% 2.03M 0s 50K .. 100% 1.92M=0.03s 2023-09-17 17:51:47 (2.03 MB/s) - ‘libws_snd1_decoder.so’ saved [53488/53488] Codec libxan_dpcm_decoder.so does not exist. Downloading... --2023-09-17 17:51:47-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libxan_dpcm_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 56880 (56K) [application/octet-stream] Saving to: ‘libxan_dpcm_decoder.so’ 0K .......... .......... .......... .......... .......... 90% 2.67M 0s 50K ..... 100% 7.41M=0.02s 2023-09-17 17:51:47 (2.85 MB/s) - ‘libxan_dpcm_decoder.so’ saved [56880/56880] Codec libxan_wc3_decoder.so does not exist. Downloading... --2023-09-17 17:51:47-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libxan_wc3_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 72312 (71K) [application/octet-stream] Saving to: ‘libxan_wc3_decoder.so’ 0K .......... .......... .......... .......... .......... 70% 2.77M 0s 50K .......... .......... 100% 1.91M=0.03s 2023-09-17 17:51:47 (2.45 MB/s) - ‘libxan_wc3_decoder.so’ saved [72312/72312] Codec libxan_wc4_decoder.so does not exist. Downloading... --2023-09-17 17:51:47-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libxan_wc4_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 73192 (71K) [application/octet-stream] Saving to: ‘libxan_wc4_decoder.so’ 0K .......... .......... .......... .......... .......... 69% 2.35M 0s 50K .......... .......... . 100% 3.69M=0.03s 2023-09-17 17:51:48 (2.63 MB/s) - ‘libxan_wc4_decoder.so’ saved [73192/73192] Codec libxbin_decoder.so does not exist. Downloading... --2023-09-17 17:51:48-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libxbin_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 61792 (60K) [application/octet-stream] Saving to: ‘libxbin_decoder.so’ 0K .......... .......... .......... .......... .......... 82% 2.40M 0s 50K .......... 100% 2.02M=0.03s 2023-09-17 17:51:48 (2.32 MB/s) - ‘libxbin_decoder.so’ saved [61792/61792] Codec libxbm_decoder.so does not exist. Downloading... --2023-09-17 17:51:48-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libxbm_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 54256 (53K) [application/octet-stream] Saving to: ‘libxbm_decoder.so’ 0K .......... .......... .......... .......... .......... 94% 2.48M 0s 50K .. 100% 2.62M=0.02s 2023-09-17 17:51:48 (2.48 MB/s) - ‘libxbm_decoder.so’ saved [54256/54256] Codec libxface_decoder.so does not exist. Downloading... --2023-09-17 17:51:48-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libxface_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 57664 (56K) [application/octet-stream] Saving to: ‘libxface_decoder.so’ 0K .......... .......... .......... .......... .......... 88% 1.97M 0s 50K ...... 100% 4.32M=0.03s 2023-09-17 17:51:48 (2.10 MB/s) - ‘libxface_decoder.so’ saved [57664/57664] Codec libxl_decoder.so does not exist. Downloading... --2023-09-17 17:51:48-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libxl_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 53248 (52K) [application/octet-stream] Saving to: ‘libxl_decoder.so’ 0K .......... .......... .......... .......... .......... 96% 2.59M 0s 50K .. 100% 350K=0.02s 2023-09-17 17:51:49 (2.06 MB/s) - ‘libxl_decoder.so’ saved [53248/53248] Codec libxma1_decoder.so does not exist. Downloading... --2023-09-17 17:51:49-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libxma1_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 129368 (126K) [application/octet-stream] Saving to: ‘libxma1_decoder.so’ 0K .......... .......... .......... .......... .......... 39% 2.56M 0s 50K .......... .......... .......... .......... .......... 79% 2.38M 0s 100K .......... .......... ...... 100% 3.24M=0.05s 2023-09-17 17:51:49 (2.60 MB/s) - ‘libxma1_decoder.so’ saved [129368/129368] Codec libxma2_decoder.so does not exist. Downloading... --2023-09-17 17:51:49-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libxma2_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 131016 (128K) [application/octet-stream] Saving to: ‘libxma2_decoder.so’ 0K .......... .......... .......... .......... .......... 39% 2.31M 0s 50K .......... .......... .......... .......... .......... 78% 2.43M 0s 100K .......... .......... ....... 100% 2.86M=0.05s 2023-09-17 17:51:49 (2.46 MB/s) - ‘libxma2_decoder.so’ saved [131016/131016] Codec libxwd_decoder.so does not exist. Downloading... --2023-09-17 17:51:49-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libxwd_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.41.153, 172.64.146.103, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.41.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 56592 (55K) [application/octet-stream] Saving to: ‘libxwd_decoder.so’ 0K .......... .......... .......... .......... .......... 90% 2.81M 0s 50K ..... 100% 1.22M=0.02s 2023-09-17 17:51:49 (2.50 MB/s) - ‘libxwd_decoder.so’ saved [56592/56592] Codec libyop_decoder.so does not exist. Downloading... --2023-09-17 17:51:49-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libyop_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::ac40:9267, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 67864 (66K) [application/octet-stream] Saving to: ‘libyop_decoder.so’ 0K .......... .......... .......... .......... .......... 75% 2.56M 0s 50K .......... ...... 100% 2.93M=0.02s 2023-09-17 17:51:50 (2.64 MB/s) - ‘libyop_decoder.so’ saved [67864/67864] Codec libzerocodec_decoder.so does not exist. Downloading... --2023-09-17 17:51:50-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libzerocodec_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 90456 (88K) [application/octet-stream] Saving to: ‘libzerocodec_decoder.so’ 0K .......... .......... .......... .......... .......... 56% 2.13M 0s 50K .......... .......... .......... ........ 100% 4.27M=0.03s 2023-09-17 17:51:50 (2.72 MB/s) - ‘libzerocodec_decoder.so’ saved [90456/90456] Codec libzlib_decoder.so does not exist. Downloading... --2023-09-17 17:51:50-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libzlib_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 108480 (106K) [application/octet-stream] Saving to: ‘libzlib_decoder.so’ 0K .......... .......... .......... .......... .......... 47% 2.47M 0s 50K .......... .......... .......... .......... .......... 94% 2.32M 0s 100K ..... 100% 30.4M=0.04s 2023-09-17 17:51:50 (2.53 MB/s) - ‘libzlib_decoder.so’ saved [108480/108480] Codec libzmbv_decoder.so does not exist. Downloading... --2023-09-17 17:51:50-- https://downloads.plex.tv/codecs/8217c1c-4578/linux-x86_64-standard/libzmbv_decoder.so Resolving downloads.plex.tv (downloads.plex.tv)... 172.64.146.103, 104.18.41.153, 2606:4700:4400::6812:2999, ... Connecting to downloads.plex.tv (downloads.plex.tv)|172.64.146.103|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 85152 (83K) [application/octet-stream] Saving to: ‘libzmbv_decoder.so’ 0K .......... .......... .......... .......... .......... 60% 2.06M 0s 50K .......... .......... .......... ... 100% 4.03M=0.03s 2023-09-17 17:51:50 (2.56 MB/s) - ‘libzmbv_decoder.so’ saved [85152/85152] EAE_SUPPORT => 1 EAE_EXECUTABLE => /codecs/8217c1c-4578-linux-x86_64-standard/EasyAudioEncoder/EasyAudioEncoder/EasyAudioEncoder FFMPEG_HWACCEL => vaapi ON_DEATH: debug mode enabled for pid [1118] Computed CPU ops => 563649 Initializing Worker 5009e250-933f-4c1c-9103-944f695edf3b|clusterplex-worker-0 Worker listening on port 3501 Worker connected on socket F3UIryxbgujPDVGgAAAB

Sorry for poor formatting

audiophonicz commented 9 months ago
Worker-0 Scanning and hits 'adding samples of silence' EAE_SUPPORT => 1 EAE_EXECUTABLE => /codecs/8217c1c-4578-linux-x86_64-standard/EasyAudioEncoder/EasyAudioEncoder/EasyAudioEncoder FFMPEG_HWACCEL => vaapi ON_DEATH: debug mode enabled for pid [1118] Computed CPU ops => 563649 Initializing Worker 5009e250-933f-4c1c-9103-944f695edf3b|clusterplex-worker-0 Worker listening on port 3501 Worker connected on socket F3UIryxbgujPDVGgAAAB Received task request Setting hwaccel to vaapi EAE_ROOT => "/tmp/pms-76d12afd-d6d0-4599-b93a-4375f5fda6fc/EasyAudioEncoder" EAE Support - Creating EAE_ROOT destination => /tmp/pms-76d12afd-d6d0-4599-b93a-4375f5fda6fc/EasyAudioEncoder EAE Support - Spawning EasyAudioEncoder from "/codecs/8217c1c-4578-linux-x86_64-standard/EasyAudioEncoder/EasyAudioEncoder/EasyAudioEncoder", cwd => /tmp/pms-76d12afd-d6d0-4599-b93a-4375f5fda6fc/EasyAudioEncoder Dolby, Dolby Digital, Dolby Digital Plus, Dolby TrueHD and the double D symbol are trademarks of Dolby Laboratories. [tcp @ 0x7f135bc08ec0] Starting connection attempt to 10.43.61.253 port 32499 [tcp @ 0x7f135bc08ec0] Successfully connected to 10.43.61.253 port 32499 ffmpeg version 8217c1c-4578 Copyright (c) 2000-2022 the FFmpeg developers built with Plex clang version 11.0.1 (https://plex.tv 9b997da8e5b47bdb4a9425b3a3b290be393b4b1f) configuration: --disable-static --enable-shared --disable-libx264 --disable-hwaccels --disable-protocol=concat --external-decoder=h264 --enable-debug --enable-muxers --enable-libxml2 --fatal-warnings --disable-gmp --disable-avdevice --disable-bzlib --disable-sdl2 --disable-decoders --disable-devices --disable-encoders --disable-ffprobe --disable-ffplay --disable-doc --disable-iconv --disable-lzma --disable-schannel --disable-linux-perf --disable-mediacodec --enable-eae --disable-protocol='udp,udplite' --arch=x86_64 --target-os=linux --strip=true --cc=x86_64-linux-musl-clang --pkg-config=/data/jenkins/conan_build/1112936039/plexconantool/plex-pkg-config --pkg-config-flags=--static --enable-cuda-llvm --enable-libdrm --enable-opencl --enable-cross-compile --ar=llvm-ar --nm=llvm-nm --ranlib=llvm-ranlib --extra-ldflags='-Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/libpciaccess/0.17-0/plex/stable/package/7763a87432c78a82fd36373080b064286892cea3/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/libdrm/2.4.115-1/plex/stable/package/42eba9224a0a19c9b983c233343e5610c7362833/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/intel-gmmlib/22.3.5-0/plex/stable/package/d7d5d1f35ff92a8c39da6b47605055e839a42a9c/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/libva/2.18.0-1/plex/stable/package/f0f4893209b867ce448a96e25ef4d6b158311557/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/iconv/1.16-31/plex/stable/package/da4999666f4b1709dd93ae40fffdb2c6f130b23f/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/openssl/3.0.8-31157bc-1/plex/stable/package/121b5d655884b039b2c06c747f3d73ef7b698b66/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/libpciaccess/0.17-0/plex/stable/package/7763a87432c78a82fd36373080b064286892cea3/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/libdrm/2.4.115-1/plex/stable/package/42eba9224a0a19c9b983c233343e5610c7362833/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/intel-gmmlib/22.3.5-0/plex/stable/package/d7d5d1f35ff92a8c39da6b47605055e839a42a9c/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/libva/2.18.0-1/plex/stable/package/f0f4893209b867ce448a96e25ef4d6b158311557/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/iconv/1.16-31/plex/stable/package/da4999666f4b1709dd93ae40fffdb2c6f130b23f/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/openssl/3.0.8-31157bc-1/plex/stable/package/121b5d655884b039b2c06c747f3d73ef7b698b66/lib -m64 -L/data/jenkins/conan_build/1112936039/conan/.conan/data/opus/1.2.1-33/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/libvorbis/1.3.5-37/plex/stable/package/76eba14299c6c14bf4759b1da21aec07c9ca1a2f/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/dav1d/1.0.0-13/plex/stable/package/4d954bcc6be6a68b775ef1b1bae9dd65e4e237ff/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/ffnvcodec/11.0.10.3-a62a66f-0/plex/stable/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/openssl/3.0.8-31157bc-1/plex/stable/package/121b5d655884b039b2c06c747f3d73ef7b698b66/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/x264/161-1086f45-26/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/zvbi/0.2.35-59/plex/stable/package/7366a567f554439fb9e7a3415c9d1c2ea2b75360/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/libass/0.16.0-4/plex/stable/package/d81dbed7e8ad560c9ec55240308ceb55b203927d/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/mp3lame/3.98.4-32/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/intel-media-driver/23.1.6-2/plex/stable/package/d12e24b7b6517345c602cf4ea8a769db282682b4/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/intel-vaapi-driver/2.4.1-28/plex/stable/package/19e75d7c0d9b5856d71bb430117903535b646f0c/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/opencl-icd-loader/v2022.01.04-169f05d-1/plex/stable/package/417850def17ad9bd3a83ff74d4be34ee79a8b0c3/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/libogg/1.3.2-33/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/iconv/1.16-31/plex/stable/package/da4999666f4b1709dd93ae40fffdb2c6f130b23f/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/fribidi/1.0.12-1/plex/stable/package/464531ac2a3f2ab2167bd10d1214603bc8116983/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/harfbuzz/4.2.1-3/plex/stable/package/53415d552ac96104f622ffa8d8530937a40b4271/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/libva/2.18.0-1/plex/stable/package/f0f4893209b867ce448a96e25ef4d6b158311557/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/intel-gmmlib/22.3.5-0/plex/stable/package/d7d5d1f35ff92a8c39da6b47605055e839a42a9c/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/fontconfig/2.14.0-3/plex/stable/package/aacc2a7710dfa87ed80d4eea45b80c93243fe456/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/libdrm/2.4.115-1/plex/stable/package/42eba9224a0a19c9b983c233343e5610c7362833/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/libxml2/2.9.11-e1bcffea-12/plex/stable/package/33406d37abb556848190dcd6097a9849aa894baf/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/freetype2/2.12.1-25/plex/stable/package/82a00e1e4cc2e8878bb79ae9b5e2235fd8280e6a/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/expat/2.2.5-34/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/libuuid/1.0.3-27/plex/stable/package/841d526523d3550ac4d52807df94cbbedce37e2c/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/libpciaccess/0.17-0/plex/stable/package/7763a87432c78a82fd36373080b064286892cea3/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/libpthread-stubs/0.4-34/plex/stable/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/bzip2/1.0.6-37/plex/stable/package/618bb3c469051b52e1349cf1a297263df374d15a/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/libpng/1.6.37-40/plex/stable/package/33406d37abb556848190dcd6097a9849aa894baf/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/zlib/1.2.11-31/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/lib -Wl,--gc-sections -Wl,-z,noexecstack -Wl,-z,relro -g2 -gdwarf-4 -Wl,--build-id=sha1 -flto=thin -fwhole-program-vtables -Wl,--icf=all -Wl,--threads=6 -Wl,-O2 -l:libgcompat.so.0 -Wl,-rpath,'\''XORIGIN/../lib'\'' -Wl,-rpath,'\''XORIGIN/lib'\'' -Wl,--thinlto-cache-dir=/data/jenkins/conan_build/1112936039/conan/.conan/data/ffmpeg/2.0-8217c1c0546-8/plex/stable/build/25f8ed14f17a8fb87c9d4dd05638c2c40250ad43/lto_cache/' --extra-libs= --enable-decoder=png --enable-decoder=apng --enable-decoder=bmp --enable-decoder=mjpeg --enable-decoder=thp --enable-decoder=gif --enable-decoder=dirac --enable-decoder=ffv1 --enable-decoder=ffvhuff --enable-decoder=huffyuv --enable-decoder=libdav1d --enable-decoder=av1 --enable-decoder=rawvideo --enable-decoder=zero12v --enable-decoder=ayuv --enable-decoder=r210 --enable-decoder=v210 --enable-decoder=v210x --enable-decoder=v308 --enable-decoder=v408 --enable-decoder=v410 --enable-decoder=y41p --enable-decoder=yuv4 --enable-decoder=ansi --enable-decoder=alac --enable-decoder=flac --enable-decoder=vorbis --enable-decoder=opus --enable-decoder=pcm_f32be --enable-decoder=pcm_f32le --enable-decoder=pcm_f64be --enable-decoder=pcm_f64le --enable-decoder=pcm_lxf --enable-decoder=pcm_s16be --enable-decoder=pcm_s16be_planar --enable-decoder=pcm_s16le --enable-decoder=pcm_s16le_planar --enable-decoder=pcm_s24be --enable-decoder=pcm_s24le --enable-decoder=pcm_s24le_planar --enable-decoder=pcm_s32be --enable-decoder=pcm_s32le --enable-decoder=pcm_s32le_planar --enable-decoder=pcm_s8 --enable-decoder=pcm_s8_planar --enable-decoder=pcm_u16be --enable-decoder=pcm_u16le --enable-decoder=pcm_u24be --enable-decoder=pcm_u24le --enable-decoder=pcm_u32be --enable-decoder=pcm_u32le --enable-decoder=pcm_u8 --enable-decoder=pcm_alaw --enable-decoder=pcm_mulaw --enable-decoder=ass --enable-decoder=dvbsub --enable-decoder=dvdsub --enable-decoder=ccaption --enable-decoder=pgssub --enable-decoder=jacosub --enable-decoder=microdvd --enable-decoder=movtext --enable-decoder=mpl2 --enable-decoder=pjs --enable-decoder=realtext --enable-decoder=sami --enable-decoder=ssa --enable-decoder=stl --enable-decoder=subrip --enable-decoder=subviewer --enable-decoder=text --enable-decoder=vplayer --enable-decoder=webvtt --enable-decoder=xsub --enable-decoder=eac3_eae --enable-decoder=truehd_eae --enable-decoder=mlp_eae --enable-encoder=flac --enable-encoder=alac --enable-encoder=libvorbis --enable-encoder=libopus --enable-encoder=mjpeg --enable-encoder=png --enable-encoder=rawvideo --enable-encoder=wrapped_avframe --enable-encoder=ass --enable-encoder=dvbsub --enable-encoder=dvdsub --enable-encoder=movtext --enable-encoder=ssa --enable-encoder=subrip --enable-encoder=text --enable-encoder=webvtt --enable-encoder=xsub --enable-encoder=pcm_f32be --enable-encoder=pcm_f32le --enable-encoder=pcm_f64be --enable-encoder=pcm_f64le --enable-encoder=pcm_s8 --enable-encoder=pcm_s8_planar --enable-encoder=pcm_s16be --enable-encoder=pcm_s16be_planar --enable-encoder=pcm_s16le --enable-encoder=pcm_s16le_planar --enable-encoder=pcm_s24be --enable-encoder=pcm_s24le --enable-encoder=pcm_s24le_planar --enable-encoder=pcm_s32be --enable-encoder=pcm_s32le --enable-encoder=pcm_s32le_planar --enable-encoder=pcm_u8 --enable-encoder=pcm_u16be --enable-encoder=pcm_u16le --enable-encoder=pcm_u24be --enable-encoder=pcm_u24le --enable-encoder=pcm_u32be --enable-encoder=pcm_u32le --enable-encoder=h264_vaapi --enable-encoder=hevc_vaapi --enable-encoder=h264_nvenc --enable-encoder=eac3_eae --enable-hwaccel=av1_vaapi --enable-hwaccel=av1_nvdec --prefix=/data/jenkins/conan_build/1112936039/conan/.conan/data/ffmpeg/2.0-8217c1c0546-8/plex/stable/build/25f8ed14f17a8fb87c9d4dd05638c2c40250ad43/transcoder-install --enable-libzvbi --enable-openssl --enable-libass --enable-libopus --enable-libvorbis --enable-libdav1d --extra-cflags='-m64 -O3 -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g2 -gdwarf-4 -fcommon -flto=thin -fwhole-program-vtables -I/data/jenkins/conan_build/1112936039/conan/.conan/data/opus/1.2.1-33/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libvorbis/1.3.5-37/plex/stable/package/76eba14299c6c14bf4759b1da21aec07c9ca1a2f/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/dav1d/1.0.0-13/plex/stable/package/4d954bcc6be6a68b775ef1b1bae9dd65e4e237ff/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/ffnvcodec/11.0.10.3-a62a66f-0/plex/stable/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/openssl/3.0.8-31157bc-1/plex/stable/package/121b5d655884b039b2c06c747f3d73ef7b698b66/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/x264/161-1086f45-26/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/zvbi/0.2.35-59/plex/stable/package/7366a567f554439fb9e7a3415c9d1c2ea2b75360/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libass/0.16.0-4/plex/stable/package/d81dbed7e8ad560c9ec55240308ceb55b203927d/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/mp3lame/3.98.4-32/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/intel-media-driver/23.1.6-2/plex/stable/package/d12e24b7b6517345c602cf4ea8a769db282682b4/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libogg/1.3.2-33/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/iconv/1.16-31/plex/stable/package/da4999666f4b1709dd93ae40fffdb2c6f130b23f/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/fribidi/1.0.12-1/plex/stable/package/464531ac2a3f2ab2167bd10d1214603bc8116983/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/harfbuzz/4.2.1-3/plex/stable/package/53415d552ac96104f622ffa8d8530937a40b4271/include/harfbuzz -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libva/2.18.0-1/plex/stable/package/f0f4893209b867ce448a96e25ef4d6b158311557/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/intel-gmmlib/22.3.5-0/plex/stable/package/d7d5d1f35ff92a8c39da6b47605055e839a42a9c/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/opencl-headers/v2022.01.04-59ac4dc-1/plex/stable/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/fontconfig/2.14.0-3/plex/stable/package/aacc2a7710dfa87ed80d4eea45b80c93243fe456/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libdrm/2.4.115-1/plex/stable/package/42eba9224a0a19c9b983c233343e5610c7362833/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libdrm/2.4.115-1/plex/stable/package/42eba9224a0a19c9b983c233343e5610c7362833/include/libdrm -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libxml2/2.9.11-e1bcffea-12/plex/stable/package/33406d37abb556848190dcd6097a9849aa894baf/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libxml2/2.9.11-e1bcffea-12/plex/stable/package/33406d37abb556848190dcd6097a9849aa894baf/include/libxml2 -I/data/jenkins/conan_build/1112936039/conan/.conan/data/freetype2/2.12.1-25/plex/stable/package/82a00e1e4cc2e8878bb79ae9b5e2235fd8280e6a/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/expat/2.2.5-34/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libuuid/1.0.3-27/plex/stable/package/841d526523d3550ac4d52807df94cbbedce37e2c/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libpciaccess/0.17-0/plex/stable/package/7763a87432c78a82fd36373080b064286892cea3/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/bzip2/1.0.6-37/plex/stable/package/618bb3c469051b52e1349cf1a297263df374d15a/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libpng/1.6.37-40/plex/stable/package/33406d37abb556848190dcd6097a9849aa894baf/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/zlib/1.2.11-31/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/include -DLIBXML_STATIC -DFRIBIDI_LIB_STATIC -DNDEBUG' libavutil 57. 24.101 / 57. 24.101 libavcodec 59. 25.100 / 59. 25.100 libavformat 59. 20.101 / 59. 20.101 libavfilter 8. 29.100 / 8. 29.100 libswscale 6. 6.100 / 6. 6.100 libswresample 4. 6.100 / 4. 6.100 Rescanning for external libs: '/codecs/8217c1c-4578-linux-x86_64-standard/' Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmp3adu_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsvq3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwmapro_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libzlib_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libaac_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libindeo2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmsmpeg4v1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libavrn_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libiac_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ea_r2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/liblibx264_encoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmpeg1video_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_psx_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwmv3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsmackaud_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvmdvideo_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libfourxm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libpcx_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libbmv_audio_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwebp_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvcr1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/liblibmp3lame_encoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_g726_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libexr_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libavui_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtdsc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libflv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmp2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libhnm4_video_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcdxl_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libflic_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsvq1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_dtk_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsubviewer1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdnxhd_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libeightsvx_exp_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvp5_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwmav1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsmacker_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libpcm_bluray_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsunrast_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libhq_hqa_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcdgraphics_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmvc2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdvaudio_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libxan_wc4_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_afc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libflashsv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_sbpro_2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmjpegb_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_g722_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdpx_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtwinvq_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtxd_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libidcin_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcyuv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcscd_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libaura_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_thp_le_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libhqx_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/librv40_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libape_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libamv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmpc7_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libxma2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libbink_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwavpack_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libatrac1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libxwd_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libxan_wc3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libws_snd1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ea_r1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libg729_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvc1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmimic_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libinterplay_video_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvmdaudio_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmts2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_vima_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvmnc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtiff_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_amv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcljr_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwmv3image_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libutvideo_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmp1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libpcm_dvd_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_qt_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libescape130_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libqdraw_decoder.so [AVIOContext @ 0x7f135bc07a40] Statistics: 0 bytes read, 0 seeks [tcp @ 0x7f135ab1ee40] Starting connection attempt to 10.43.61.253 port 32499 [tcp @ 0x7f135ab1ee40] Successfully connected to 10.43.61.253 port 32499 Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libbinkaudio_rdft_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvp9_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmsrle_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libra_144_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libbmv_video_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmss1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdsicinvideo_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libbethsoftvid_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwmalossless_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_xa_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libimc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libaac_encoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_ea_eacs_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libffwavesynth_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libloco_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libevrc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmace6_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libxface_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtarga_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmss2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/librscc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libavs_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libaasc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libc93_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libxan_dpcm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libjpegls_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmsmpeg4v3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libpgmyuv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdsd_msbf_planar_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcomfortnoise_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libbintext_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsipr_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libxl_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libh264_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvp6f_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmszh_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libeightbps_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtruemotion2rt_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ea_maxis_xa_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_dk3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_iss_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libra_288_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_yamaha_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libatrac3p_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libulti_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/librpza_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ea_r3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcpia_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libbrender_pix_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtruemotion1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libxbm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_thp_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libptx_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdsd_lsbf_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvp8_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libals_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmetasound_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvc1image_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libroq_dpcm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtheora_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmxpeg_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libaac_latm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmpeg2video_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libinterplay_dpcm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libeatgv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libamrnb_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdsd_msbf_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmpeg4_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libbfi_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libaac_lc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdxtory_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libnellymoser_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwmv1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libidf_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libasv2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsmvjpeg_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsol_dpcm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libon2avc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libppm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libiff_ilbm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_swf_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/librv20_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtmv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcavs_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libjpeg2000_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libh263_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_oki_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsgirle_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libxma1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_smjpeg_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_dk4_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libqpeg_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcfhd_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdxv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libindeo3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libjv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libflashsv2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsgi_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_sbpro_3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtruemotion2_decoder.so [AVIOContext @ 0x7f135a397580] Statistics: 0 bytes read, 0 seeks [tcp @ 0x7f135a835f40] Starting connection attempt to 10.43.61.253 port 32499 [tcp @ 0x7f135a835f40] Successfully connected to 10.43.61.253 port 32499 Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libqtrle_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libfrwu_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmp3on4_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libpbm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmsmpeg4v2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtscc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcinepak_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwmv2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_aica_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libqdm2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsnow_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_apc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsp5x_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libamrwb_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libpaf_video_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtak_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_rad_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libeatqi_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmmvideo_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtta_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsdx2_dpcm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libpgm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libbinkaudio_dct_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdsd_lsbf_planar_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ct_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libhevc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvp7_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libkmvc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libgsm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmp3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_dat4_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmace3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libshorten_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libh263i_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmotionpixels_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_ws_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/librv30_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsmc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libaic_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libr10k_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvp6_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libzmbv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvp6a_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ea_xas_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtiertexseqvideo_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libfraps_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libh263p_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdca_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsanm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsonic_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libac3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ea_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_wav_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libhap_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libnuv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libscreenpresso_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcook_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libpictor_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_adx_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libeacmv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libac3_encoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtarga_y216_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libroq_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libinterplay_acm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ms_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/liblagarith_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdvvideo_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmdec_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtruespeech_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libs302m_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcllc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libescape124_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwnv1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdfa_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libindeo5_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_g726le_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdss_sp_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libh261_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvqa_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libfic_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvble_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmsvideo1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvb_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libkgv1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtscc2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdxa_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libatrac3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmsa1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libeamad_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libyop_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libpaf_audio_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libqcelp_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdds_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/librl2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libpam_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libprores_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libalias_pix_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libavrp_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmpc8_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libg723_1_decoder.so [AVIOContext @ 0x7f135bbb8040] Statistics: 0 bytes read, 0 seeks [tcp @ 0x7f135a806440] Starting connection attempt to 10.43.61.253 port 32499 [tcp @ 0x7f135a806440] Successfully connected to 10.43.61.253 port 32499 Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libralf_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_4xm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libasv1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libaura2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libzerocodec_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwmavoice_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libxbin_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libeatgq_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvp3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/librv10_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmvc1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libindeo4_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libanm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_ea_sead_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwmav2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdsicinaudio_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_sbpro_4_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libgsm_ms_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libg2m_decoder.so [h264 @ 0x7f135a384b00] Reinit context to 1920x1088, pix_fmt: yuv420p Input #0, matroska,webm, from '/mnt/media/TV/Stuff/Season 2/Things.mkv': Metadata: encoder : libebml v1.4.0 + libmatroska v1.6.1 Duration: 00:39:55.04, start: 0.000000, bitrate: 3379 kb/s Stream #0:0: Video: h264 (High), 1 reference frame, yuv420p(progressive, left), 1920x1080 (1920x1088) [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn (default) Stream #0:1(eng): Audio: eac3, 48000 Hz, 5.1(side), s16p (default) Stream #0:2(eng): Subtitle: subrip Metadata: title : English [SDH] Stream #0:3(ara): Subtitle: subrip Metadata: title : Arabic Stream #0:4(chi): Subtitle: subrip Metadata: title : Chinese Simplified Stream #0:5(chi): Subtitle: subrip Metadata: title : Chinese Traditional Stream #0:6(hrv): Subtitle: subrip Metadata: title : Croatian Stream #0:7(cze): Subtitle: subrip Metadata: title : Czech Stream #0:8(dan): Subtitle: subrip Metadata: title : Danish Stream #0:9(dut): Subtitle: subrip Metadata: title : Dutch Stream #0:10(spa): Subtitle: subrip Metadata: title : European Spanish Stream #0:11(fin): Subtitle: subrip Metadata: title : Finnish Stream #0:12(fre): Subtitle: subrip Metadata: title : French Stream #0:13(ger): Subtitle: subrip Metadata: title : German [AVIOContext @ 0x7f135bc07040] Statistics: 0 bytes read, 0 seeks [tcp @ 0x7f1354aaee80] Starting connection attempt to 10.43.61.253 port 32499 [tcp @ 0x7f1354aaee80] Successfully connected to 10.43.61.253 port 32499 Stream #0:14(gre): Subtitle: subrip Metadata: title : Greek Stream #0:15(heb): Subtitle: subrip Metadata: title : Hebrew Stream #0:16(hun): Subtitle: subrip Metadata: title : Hungarian Stream #0:17(ind): Subtitle: subrip Metadata: title : Indonesian Stream #0:18(ita): Subtitle: subrip Metadata: title : Italian Stream #0:19(jpn): Subtitle: subrip Metadata: title : Japanese Stream #0:20(kor): Subtitle: subrip Metadata: title : Korean Stream #0:21(may): Subtitle: subrip Metadata: title : Malay Stream #0:22(nob): Subtitle: subrip Metadata: title : Norwegian Stream #0:23(pol): Subtitle: subrip Metadata: title : Polish Stream #0:24(por): Subtitle: subrip Metadata: title : Portuguese Stream #0:25(por): Subtitle: subrip Metadata: title : Portuguese Brazilian Stream #0:26(rum): Subtitle: subrip Metadata: title : Romanian Stream #0:27(rus): Subtitle: subrip Metadata: title : Russian Stream #0:28(spa): Subtitle: subrip Metadata: title : Spanish Stream #0:29(swe): Subtitle: subrip Metadata: title : Swedish Stream #0:30(tha): Subtitle: subrip Metadata: title : Thai Stream #0:31(tur): Subtitle: subrip Metadata: title : Turkish Stream #0:32(vie): Subtitle: subrip Metadata: title : Vietnamese Output #1, null, to 'nullfile': Metadata: encoder : Lavf59.20.101 Stream #1:0(eng): Subtitle: ass Metadata: title : English [SDH] encoder : Lavc59.25.100 ass Stream mapping: Stream #0:1 (eac3_eae) -> aresample:default aresample:default -> Stream #0:0 (flac) Stream #0:2 -> #1:0 (subrip (native) -> ass (native)) Press [q] to stop, [?] for help [graph_0_in_0_1 @ 0x7f135bb16640] tb:1/48000 samplefmt:s32 samplerate:48000 chlayout:5.1(side) [Parsed_aresample_0 @ 0x7f135baff440] ch:6 chl:5.1(side) fmt:s32 r:48000Hz -> ch:6 chl:5.1 fmt:s32 r:48000Hz [flac @ 0x7f13550c5080] encoding as 24 bits-per-sample Output #0, flac, to '/transcode/Transcode/Detection/743dd5bf-8fbc-44d9-b6be-a5c181c4f3c4': Metadata: encoder : Lavf59.20.101 WAVEFORMATEXTENSIBLE_CHANNEL_MASK: 0x3f Stream #0:0(eng): Audio: flac, 48000 Hz, 5.1, s32 (24 bit), 4096 kb/s Metadata: encoder : Lavc59.25.100 flac [AVIOContext @ 0x7f135bc07680] Statistics: 1577 bytes read, 0 seeks [tcp @ 0x7f1354aad640] Starting connection attempt to 10.43.61.253 port 32499 [tcp @ 0x7f1354aad640] Successfully connected to 10.43.61.253 port 32499 No more output streams to write to, finishing. size= 410819kB time=00:38:21.13 bitrate=1462.5kbits/s speed=41.4x video:0kB audio:410811kB subtitle:34kB other streams:0kB global headers:1kB muxing overhead: unknown Input file #0 (/mnt/media/TV/Stuff/Season 2/More Things.mkv): Input stream #0:0 (video): 10 packets read (1941 bytes); Input stream #0:1 (audio): 74845 packets read (229923840 bytes); 74845 frames decoded (114961920 samples); Input stream #0:2 (subtitle): 615 packets read (21213 bytes); 615 frames decoded; Input stream #0:3 (subtitle): 0 packets read (0 bytes); Input stream #0:4 (subtitle): 0 packets read (0 bytes); [AVIOContext @ 0x7f1353b4be40] Statistics: 7636 bytes read, 0 seeks [tcp @ 0x7f1354aaee80] Starting connection attempt to 10.43.61.253 port 32499 [tcp @ 0x7f1354aaee80] Successfully connected to 10.43.61.253 port 32499 Input stream #0:5 (subtitle): 0 packets read (0 bytes); Input stream #0:6 (subtitle): 0 packets read (0 bytes); Input stream #0:7 (subtitle): 0 packets read (0 bytes); Input stream #0:8 (subtitle): 0 packets read (0 bytes); Input stream #0:9 (subtitle): 0 packets read (0 bytes); Input stream #0:10 (subtitle): 0 packets read (0 bytes); Input stream #0:11 (subtitle): 0 packets read (0 bytes); Input stream #0:12 (subtitle): 0 packets read (0 bytes); Input stream #0:13 (subtitle): 0 packets read (0 bytes); Input stream #0:14 (subtitle): 0 packets read (0 bytes); Input stream #0:15 (subtitle): 0 packets read (0 bytes); Input stream #0:16 (subtitle): 0 packets read (0 bytes); Input stream #0:17 (subtitle): 0 packets read (0 bytes); Input stream #0:18 (subtitle): 0 packets read (0 bytes); Input stream #0:19 (subtitle): 0 packets read (0 bytes); Input stream #0:20 (subtitle): 0 packets read (0 bytes); Input stream #0:21 (subtitle): 0 packets read (0 bytes); Input stream #0:22 (subtitle): 0 packets read (0 bytes); Input stream #0:23 (subtitle): 0 packets read (0 bytes); Input stream #0:24 (subtitle): 0 packets read (0 bytes); Input stream #0:25 (subtitle): 0 packets read (0 bytes); Input stream #0:26 (subtitle): 0 packets read (0 bytes); Input stream #0:27 (subtitle): 0 packets read (0 bytes); Input stream #0:28 (subtitle): 0 packets read (0 bytes); Input stream #0:29 (subtitle): 0 packets read (0 bytes); Input stream #0:30 (subtitle): 0 packets read (0 bytes); Input stream #0:31 (subtitle): 0 packets read (0 bytes); Input stream #0:32 (subtitle): 0 packets read (0 bytes); Total: 75470 packets (229946994 bytes) demuxed Output file #0 (/transcode/Transcode/Detection/743dd5bf-8fbc-44d9-b6be-a5c181c4f3c4): Output stream #0:0 (audio): 12475 frames encoded (57480960 samples); 12476 packets muxed (420670505 bytes); Total: 12476 packets (420670505 bytes) muxed Output file #1 (nullfile): Output stream #1:0 (subtitle): 615 frames encoded; 615 packets muxed (34633 bytes); Total: 615 packets (34633 bytes) muxed [AVIOContext @ 0x7f1353b4b800] Statistics: 420678869 bytes written, 2 seeks, 1606 writeouts [AVIOContext @ 0x7f135bc071c0] Statistics: 1011290941 bytes read, 1 seeks Completed transcode Removing process from taskMap Received task request Setting hwaccel to vaapi EAE_ROOT => "/tmp/pms-76d12afd-d6d0-4599-b93a-4375f5fda6fc/EasyAudioEncoder" EAE Support - Spawning EasyAudioEncoder from "/codecs/8217c1c-4578-linux-x86_64-standard/EasyAudioEncoder/EasyAudioEncoder/EasyAudioEncoder", cwd => /tmp/pms-76d12afd-d6d0-4599-b93a-4375f5fda6fc/EasyAudioEncoder Dolby, Dolby Digital, Dolby Digital Plus, Dolby TrueHD and the double D symbol are trademarks of Dolby Laboratories. [tcp @ 0x7f10ad1d4ec0] Starting connection attempt to 10.43.61.253 port 32499 [tcp @ 0x7f10ad1d4ec0] Successfully connected to 10.43.61.253 port 32499 ffmpeg version 8217c1c-4578 Copyright (c) 2000-2022 the FFmpeg developers built with Plex clang version 11.0.1 (https://plex.tv 9b997da8e5b47bdb4a9425b3a3b290be393b4b1f) configuration: --disable-static --enable-shared --disable-libx264 --disable-hwaccels --disable-protocol=concat --external-decoder=h264 --enable-debug --enable-muxers --enable-libxml2 --fatal-warnings --disable-gmp --disable-avdevice --disable-bzlib --disable-sdl2 --disable-decoders --disable-devices --disable-encoders --disable-ffprobe --disable-ffplay --disable-doc --disable-iconv --disable-lzma --disable-schannel --disable-linux-perf --disable-mediacodec --enable-eae --disable-protocol='udp,udplite' --arch=x86_64 --target-os=linux --strip=true --cc=x86_64-linux-musl-clang --pkg-config=/data/jenkins/conan_build/1112936039/plexconantool/plex-pkg-config --pkg-config-flags=--static --enable-cuda-llvm --enable-libdrm --enable-opencl --enable-cross-compile --ar=llvm-ar --nm=llvm-nm --ranlib=llvm-ranlib --extra-ldflags='-Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/libpciaccess/0.17-0/plex/stable/package/7763a87432c78a82fd36373080b064286892cea3/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/libdrm/2.4.115-1/plex/stable/package/42eba9224a0a19c9b983c233343e5610c7362833/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/intel-gmmlib/22.3.5-0/plex/stable/package/d7d5d1f35ff92a8c39da6b47605055e839a42a9c/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/libva/2.18.0-1/plex/stable/package/f0f4893209b867ce448a96e25ef4d6b158311557/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/iconv/1.16-31/plex/stable/package/da4999666f4b1709dd93ae40fffdb2c6f130b23f/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/openssl/3.0.8-31157bc-1/plex/stable/package/121b5d655884b039b2c06c747f3d73ef7b698b66/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/libpciaccess/0.17-0/plex/stable/package/7763a87432c78a82fd36373080b064286892cea3/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/libdrm/2.4.115-1/plex/stable/package/42eba9224a0a19c9b983c233343e5610c7362833/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/intel-gmmlib/22.3.5-0/plex/stable/package/d7d5d1f35ff92a8c39da6b47605055e839a42a9c/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/libva/2.18.0-1/plex/stable/package/f0f4893209b867ce448a96e25ef4d6b158311557/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/iconv/1.16-31/plex/stable/package/da4999666f4b1709dd93ae40fffdb2c6f130b23f/lib -Wl,-rpath,/data/jenkins/conan_build/1112936039/conan/.conan/data/openssl/3.0.8-31157bc-1/plex/stable/package/121b5d655884b039b2c06c747f3d73ef7b698b66/lib -m64 -L/data/jenkins/conan_build/1112936039/conan/.conan/data/opus/1.2.1-33/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/libvorbis/1.3.5-37/plex/stable/package/76eba14299c6c14bf4759b1da21aec07c9ca1a2f/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/dav1d/1.0.0-13/plex/stable/package/4d954bcc6be6a68b775ef1b1bae9dd65e4e237ff/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/ffnvcodec/11.0.10.3-a62a66f-0/plex/stable/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/openssl/3.0.8-31157bc-1/plex/stable/package/121b5d655884b039b2c06c747f3d73ef7b698b66/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/x264/161-1086f45-26/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/zvbi/0.2.35-59/plex/stable/package/7366a567f554439fb9e7a3415c9d1c2ea2b75360/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/libass/0.16.0-4/plex/stable/package/d81dbed7e8ad560c9ec55240308ceb55b203927d/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/mp3lame/3.98.4-32/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/intel-media-driver/23.1.6-2/plex/stable/package/d12e24b7b6517345c602cf4ea8a769db282682b4/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/intel-vaapi-driver/2.4.1-28/plex/stable/package/19e75d7c0d9b5856d71bb430117903535b646f0c/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/opencl-icd-loader/v2022.01.04-169f05d-1/plex/stable/package/417850def17ad9bd3a83ff74d4be34ee79a8b0c3/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/libogg/1.3.2-33/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/iconv/1.16-31/plex/stable/package/da4999666f4b1709dd93ae40fffdb2c6f130b23f/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/fribidi/1.0.12-1/plex/stable/package/464531ac2a3f2ab2167bd10d1214603bc8116983/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/harfbuzz/4.2.1-3/plex/stable/package/53415d552ac96104f622ffa8d8530937a40b4271/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/libva/2.18.0-1/plex/stable/package/f0f4893209b867ce448a96e25ef4d6b158311557/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/intel-gmmlib/22.3.5-0/plex/stable/package/d7d5d1f35ff92a8c39da6b47605055e839a42a9c/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/fontconfig/2.14.0-3/plex/stable/package/aacc2a7710dfa87ed80d4eea45b80c93243fe456/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/libdrm/2.4.115-1/plex/stable/package/42eba9224a0a19c9b983c233343e5610c7362833/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/libxml2/2.9.11-e1bcffea-12/plex/stable/package/33406d37abb556848190dcd6097a9849aa894baf/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/freetype2/2.12.1-25/plex/stable/package/82a00e1e4cc2e8878bb79ae9b5e2235fd8280e6a/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/expat/2.2.5-34/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/libuuid/1.0.3-27/plex/stable/package/841d526523d3550ac4d52807df94cbbedce37e2c/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/libpciaccess/0.17-0/plex/stable/package/7763a87432c78a82fd36373080b064286892cea3/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/libpthread-stubs/0.4-34/plex/stable/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/bzip2/1.0.6-37/plex/stable/package/618bb3c469051b52e1349cf1a297263df374d15a/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/libpng/1.6.37-40/plex/stable/package/33406d37abb556848190dcd6097a9849aa894baf/lib -L/data/jenkins/conan_build/1112936039/conan/.conan/data/zlib/1.2.11-31/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/lib -Wl,--gc-sections -Wl,-z,noexecstack -Wl,-z,relro -g2 -gdwarf-4 -Wl,--build-id=sha1 -flto=thin -fwhole-program-vtables -Wl,--icf=all -Wl,--threads=6 -Wl,-O2 -l:libgcompat.so.0 -Wl,-rpath,'\''XORIGIN/../lib'\'' -Wl,-rpath,'\''XORIGIN/lib'\'' -Wl,--thinlto-cache-dir=/data/jenkins/conan_build/1112936039/conan/.conan/data/ffmpeg/2.0-8217c1c0546-8/plex/stable/build/25f8ed14f17a8fb87c9d4dd05638c2c40250ad43/lto_cache/' --extra-libs= --enable-decoder=png --enable-decoder=apng --enable-decoder=bmp --enable-decoder=mjpeg --enable-decoder=thp --enable-decoder=gif --enable-decoder=dirac --enable-decoder=ffv1 --enable-decoder=ffvhuff --enable-decoder=huffyuv --enable-decoder=libdav1d --enable-decoder=av1 --enable-decoder=rawvideo --enable-decoder=zero12v --enable-decoder=ayuv --enable-decoder=r210 --enable-decoder=v210 --enable-decoder=v210x --enable-decoder=v308 --enable-decoder=v408 --enable-decoder=v410 --enable-decoder=y41p --enable-decoder=yuv4 --enable-decoder=ansi --enable-decoder=alac --enable-decoder=flac --enable-decoder=vorbis --enable-decoder=opus --enable-decoder=pcm_f32be --enable-decoder=pcm_f32le --enable-decoder=pcm_f64be --enable-decoder=pcm_f64le --enable-decoder=pcm_lxf --enable-decoder=pcm_s16be --enable-decoder=pcm_s16be_planar --enable-decoder=pcm_s16le --enable-decoder=pcm_s16le_planar --enable-decoder=pcm_s24be --enable-decoder=pcm_s24le --enable-decoder=pcm_s24le_planar --enable-decoder=pcm_s32be --enable-decoder=pcm_s32le --enable-decoder=pcm_s32le_planar --enable-decoder=pcm_s8 --enable-decoder=pcm_s8_planar --enable-decoder=pcm_u16be --enable-decoder=pcm_u16le --enable-decoder=pcm_u24be --enable-decoder=pcm_u24le --enable-decoder=pcm_u32be --enable-decoder=pcm_u32le --enable-decoder=pcm_u8 --enable-decoder=pcm_alaw --enable-decoder=pcm_mulaw --enable-decoder=ass --enable-decoder=dvbsub --enable-decoder=dvdsub --enable-decoder=ccaption --enable-decoder=pgssub --enable-decoder=jacosub --enable-decoder=microdvd --enable-decoder=movtext --enable-decoder=mpl2 --enable-decoder=pjs --enable-decoder=realtext --enable-decoder=sami --enable-decoder=ssa --enable-decoder=stl --enable-decoder=subrip --enable-decoder=subviewer --enable-decoder=text --enable-decoder=vplayer --enable-decoder=webvtt --enable-decoder=xsub --enable-decoder=eac3_eae --enable-decoder=truehd_eae --enable-decoder=mlp_eae --enable-encoder=flac --enable-encoder=alac --enable-encoder=libvorbis --enable-encoder=libopus --enable-encoder=mjpeg --enable-encoder=png --enable-encoder=rawvideo --enable-encoder=wrapped_avframe --enable-encoder=ass --enable-encoder=dvbsub --enable-encoder=dvdsub --enable-encoder=movtext --enable-encoder=ssa --enable-encoder=subrip --enable-encoder=text --enable-encoder=webvtt --enable-encoder=xsub --enable-encoder=pcm_f32be --enable-encoder=pcm_f32le --enable-encoder=pcm_f64be --enable-encoder=pcm_f64le --enable-encoder=pcm_s8 --enable-encoder=pcm_s8_planar --enable-encoder=pcm_s16be --enable-encoder=pcm_s16be_planar --enable-encoder=pcm_s16le --enable-encoder=pcm_s16le_planar --enable-encoder=pcm_s24be --enable-encoder=pcm_s24le --enable-encoder=pcm_s24le_planar --enable-encoder=pcm_s32be --enable-encoder=pcm_s32le --enable-encoder=pcm_s32le_planar --enable-encoder=pcm_u8 --enable-encoder=pcm_u16be --enable-encoder=pcm_u16le --enable-encoder=pcm_u24be --enable-encoder=pcm_u24le --enable-encoder=pcm_u32be --enable-encoder=pcm_u32le --enable-encoder=h264_vaapi --enable-encoder=hevc_vaapi --enable-encoder=h264_nvenc --enable-encoder=eac3_eae --enable-hwaccel=av1_vaapi --enable-hwaccel=av1_nvdec --prefix=/data/jenkins/conan_build/1112936039/conan/.conan/data/ffmpeg/2.0-8217c1c0546-8/plex/stable/build/25f8ed14f17a8fb87c9d4dd05638c2c40250ad43/transcoder-install --enable-libzvbi --enable-openssl --enable-libass --enable-libopus --enable-libvorbis --enable-libdav1d --extra-cflags='-m64 -O3 -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g2 -gdwarf-4 -fcommon -flto=thin -fwhole-program-vtables -I/data/jenkins/conan_build/1112936039/conan/.conan/data/opus/1.2.1-33/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libvorbis/1.3.5-37/plex/stable/package/76eba14299c6c14bf4759b1da21aec07c9ca1a2f/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/dav1d/1.0.0-13/plex/stable/package/4d954bcc6be6a68b775ef1b1bae9dd65e4e237ff/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/ffnvcodec/11.0.10.3-a62a66f-0/plex/stable/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/openssl/3.0.8-31157bc-1/plex/stable/package/121b5d655884b039b2c06c747f3d73ef7b698b66/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/x264/161-1086f45-26/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/zvbi/0.2.35-59/plex/stable/package/7366a567f554439fb9e7a3415c9d1c2ea2b75360/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libass/0.16.0-4/plex/stable/package/d81dbed7e8ad560c9ec55240308ceb55b203927d/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/mp3lame/3.98.4-32/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/intel-media-driver/23.1.6-2/plex/stable/package/d12e24b7b6517345c602cf4ea8a769db282682b4/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libogg/1.3.2-33/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/iconv/1.16-31/plex/stable/package/da4999666f4b1709dd93ae40fffdb2c6f130b23f/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/fribidi/1.0.12-1/plex/stable/package/464531ac2a3f2ab2167bd10d1214603bc8116983/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/harfbuzz/4.2.1-3/plex/stable/package/53415d552ac96104f622ffa8d8530937a40b4271/include/harfbuzz -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libva/2.18.0-1/plex/stable/package/f0f4893209b867ce448a96e25ef4d6b158311557/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/intel-gmmlib/22.3.5-0/plex/stable/package/d7d5d1f35ff92a8c39da6b47605055e839a42a9c/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/opencl-headers/v2022.01.04-59ac4dc-1/plex/stable/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/fontconfig/2.14.0-3/plex/stable/package/aacc2a7710dfa87ed80d4eea45b80c93243fe456/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libdrm/2.4.115-1/plex/stable/package/42eba9224a0a19c9b983c233343e5610c7362833/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libdrm/2.4.115-1/plex/stable/package/42eba9224a0a19c9b983c233343e5610c7362833/include/libdrm -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libxml2/2.9.11-e1bcffea-12/plex/stable/package/33406d37abb556848190dcd6097a9849aa894baf/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libxml2/2.9.11-e1bcffea-12/plex/stable/package/33406d37abb556848190dcd6097a9849aa894baf/include/libxml2 -I/data/jenkins/conan_build/1112936039/conan/.conan/data/freetype2/2.12.1-25/plex/stable/package/82a00e1e4cc2e8878bb79ae9b5e2235fd8280e6a/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/expat/2.2.5-34/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libuuid/1.0.3-27/plex/stable/package/841d526523d3550ac4d52807df94cbbedce37e2c/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libpciaccess/0.17-0/plex/stable/package/7763a87432c78a82fd36373080b064286892cea3/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/bzip2/1.0.6-37/plex/stable/package/618bb3c469051b52e1349cf1a297263df374d15a/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/libpng/1.6.37-40/plex/stable/package/33406d37abb556848190dcd6097a9849aa894baf/include -I/data/jenkins/conan_build/1112936039/conan/.conan/data/zlib/1.2.11-31/plex/stable/package/64edc78a49b81c2615dad7b22a9ac90cc029860a/include -DLIBXML_STATIC -DFRIBIDI_LIB_STATIC -DNDEBUG' libavutil 57. 24.101 / 57. 24.101 libavcodec 59. 25.100 / 59. 25.100 libavformat 59. 20.101 / 59. 20.101 libavfilter 8. 29.100 / 8. 29.100 libswscale 6. 6.100 / 6. 6.100 libswresample 4. 6.100 / 4. 6.100 Rescanning for external libs: '/codecs/8217c1c-4578-linux-x86_64-standard/' Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmp3adu_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsvq3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwmapro_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libzlib_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libaac_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libindeo2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmsmpeg4v1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libavrn_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libiac_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ea_r2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/liblibx264_encoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmpeg1video_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_psx_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwmv3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsmackaud_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvmdvideo_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libfourxm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libpcx_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libbmv_audio_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwebp_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvcr1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/liblibmp3lame_encoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_g726_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libexr_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libavui_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtdsc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libflv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmp2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libhnm4_video_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcdxl_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libflic_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsvq1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_dtk_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsubviewer1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdnxhd_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libeightsvx_exp_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvp5_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwmav1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsmacker_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libpcm_bluray_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsunrast_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libhq_hqa_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcdgraphics_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmvc2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdvaudio_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libxan_wc4_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_afc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libflashsv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_sbpro_2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmjpegb_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_g722_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdpx_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtwinvq_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtxd_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libidcin_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcyuv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcscd_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libaura_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_thp_le_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libhqx_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/librv40_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libape_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libamv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmpc7_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libxma2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libbink_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwavpack_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libatrac1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libxwd_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libxan_wc3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libws_snd1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ea_r1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libg729_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvc1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmimic_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libinterplay_video_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvmdaudio_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmts2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_vima_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvmnc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtiff_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_amv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcljr_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwmv3image_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libutvideo_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmp1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libpcm_dvd_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_qt_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libescape130_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libqdraw_decoder.so [AVIOContext @ 0x7f10ad1d3a40] Statistics: 0 bytes read, 0 seeks [tcp @ 0x7f10ac0eae40] Starting connection attempt to 10.43.61.253 port 32499 [tcp @ 0x7f10ac0eae40] Successfully connected to 10.43.61.253 port 32499 Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libbinkaudio_rdft_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvp9_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmsrle_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libra_144_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libbmv_video_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmss1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdsicinvideo_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libbethsoftvid_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwmalossless_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_xa_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libimc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libaac_encoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_ea_eacs_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libffwavesynth_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libloco_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libevrc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmace6_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libxface_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtarga_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmss2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/librscc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libavs_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libaasc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libc93_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libxan_dpcm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libjpegls_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmsmpeg4v3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libpgmyuv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdsd_msbf_planar_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcomfortnoise_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libbintext_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsipr_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libxl_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libh264_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvp6f_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmszh_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libeightbps_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtruemotion2rt_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ea_maxis_xa_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_dk3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_iss_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libra_288_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_yamaha_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libatrac3p_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libulti_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/librpza_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ea_r3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcpia_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libbrender_pix_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtruemotion1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libxbm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_thp_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libptx_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdsd_lsbf_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvp8_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libals_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmetasound_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvc1image_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libroq_dpcm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtheora_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmxpeg_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libaac_latm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmpeg2video_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libinterplay_dpcm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libeatgv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libamrnb_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdsd_msbf_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmpeg4_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libbfi_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libaac_lc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdxtory_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libnellymoser_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwmv1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libidf_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libasv2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsmvjpeg_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsol_dpcm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libon2avc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libppm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libiff_ilbm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_swf_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/librv20_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtmv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcavs_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libjpeg2000_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libh263_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_oki_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsgirle_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libxma1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_smjpeg_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_dk4_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libqpeg_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcfhd_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdxv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libindeo3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libjv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libflashsv2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsgi_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_sbpro_3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtruemotion2_decoder.so [AVIOContext @ 0x7f10ab963580] Statistics: 0 bytes read, 0 seeks [tcp @ 0x7f10abe01f40] Starting connection attempt to 10.43.61.253 port 32499 [tcp @ 0x7f10abe01f40] Successfully connected to 10.43.61.253 port 32499 Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libqtrle_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libfrwu_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmp3on4_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libpbm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmsmpeg4v2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtscc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcinepak_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwmv2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_aica_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libqdm2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsnow_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_apc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsp5x_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libamrwb_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libpaf_video_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtak_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_rad_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libeatqi_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmmvideo_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtta_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsdx2_dpcm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libpgm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libbinkaudio_dct_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdsd_lsbf_planar_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ct_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libhevc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvp7_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libkmvc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libgsm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmp3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_dat4_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmace3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libshorten_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libh263i_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmotionpixels_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_ws_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/librv30_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsmc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libaic_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libr10k_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvp6_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libzmbv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvp6a_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ea_xas_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtiertexseqvideo_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libfraps_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libh263p_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdca_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsanm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libsonic_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libac3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ea_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_wav_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libhap_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libnuv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libscreenpresso_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcook_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libpictor_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_adx_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libeacmv_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libac3_encoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtarga_y216_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libroq_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libinterplay_acm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ms_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/liblagarith_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdvvideo_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmdec_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtruespeech_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libs302m_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libcllc_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libescape124_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwnv1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdfa_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libindeo5_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_g726le_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdss_sp_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libh261_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvqa_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libfic_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvble_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmsvideo1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvb_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libkgv1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libtscc2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdxa_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libatrac3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmsa1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libeamad_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libyop_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libpaf_audio_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libqcelp_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdds_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/librl2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libpam_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libprores_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libalias_pix_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libavrp_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmpc8_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libg723_1_decoder.so [AVIOContext @ 0x7f10ad184040] Statistics: 0 bytes read, 0 seeks [tcp @ 0x7f10abdd2440] Starting connection attempt to 10.43.61.253 port 32499 [tcp @ 0x7f10abdd2440] Successfully connected to 10.43.61.253 port 32499 Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libralf_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_4xm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libasv1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libaura2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libzerocodec_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwmavoice_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libxbin_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libeatgq_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libvp3_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/librv10_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libmvc1_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libindeo4_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libanm_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_ima_ea_sead_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libwmav2_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libdsicinaudio_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libadpcm_sbpro_4_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libgsm_ms_decoder.so Loading external lib /codecs/8217c1c-4578-linux-x86_64-standard/libg2m_decoder.so [h264 @ 0x7f10ab950b00] Reinit context to 1920x1088, pix_fmt: yuv420p Input #0, matroska,webm, from '/mnt/media/TV/Stuff/Season 2/Another Thing.mkv': Metadata: encoder : libebml v1.4.0 + libmatroska v1.6.1 Duration: 00:37:38.91, start: 0.000000, bitrate: 4077 kb/s Stream #0:0: Video: h264 (Main), 1 reference frame, yuv420p(progressive, left), 1920x1080 (1920x1088) [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn (default) Stream #0:1(eng): Audio: eac3, 48000 Hz, 5.1(side), s16p (default) Stream #0:2(eng): Subtitle: subrip Metadata: title : English [SDH] Stream #0:3(ara): Subtitle: subrip Metadata: title : Arabic Stream #0:4(chi): Subtitle: subrip Metadata: title : Chinese Simplified Stream #0:5(chi): Subtitle: subrip Metadata: title : Chinese Traditional Stream #0:6(hrv): Subtitle: subrip Metadata: title : Croatian Stream #0:7(cze): Subtitle: subrip Metadata: title : Czech Stream #0:8(dan): Subtitle: subrip Metadata: title : Danish Stream #0:9(dut): Subtitle: subrip Metadata: title : Dutch Stream #0:10(spa): Subtitle: subrip Metadata: title : European Spanish Stream #0:11(fin): Subtitle: subrip Metadata: title : Finnish Stream #0:12(fre): Subtitle: subrip Metadata: title : French Stream #0:13(ger): Subtitle: subrip Metadata: title : German [AVIOContext @ 0x7f10ad1d3040] Statistics: 0 bytes read, 0 seeks [tcp @ 0x7f10a6088fc0] Starting connection attempt to 10.43.61.253 port 32499 [tcp @ 0x7f10a6088fc0] Successfully connected to 10.43.61.253 port 32499 Stream #0:14(gre): Subtitle: subrip Metadata: title : Greek Stream #0:15(heb): Subtitle: subrip Metadata: title : Hebrew Stream #0:16(hun): Subtitle: subrip Metadata: title : Hungarian Stream #0:17(ind): Subtitle: subrip Metadata: title : Indonesian Stream #0:18(ita): Subtitle: subrip Metadata: title : Italian Stream #0:19(jpn): Subtitle: subrip Metadata: title : Japanese Stream #0:20(kor): Subtitle: subrip Metadata: title : Korean Stream #0:21(may): Subtitle: subrip Metadata: title : Malay Stream #0:22(nob): Subtitle: subrip Metadata: title : Norwegian Stream #0:23(pol): Subtitle: subrip Metadata: title : Polish Stream #0:24(por): Subtitle: subrip Metadata: title : Portuguese Stream #0:25(por): Subtitle: subrip Metadata: title : Portuguese Brazilian Stream #0:26(rum): Subtitle: subrip Metadata: title : Romanian Stream #0:27(rus): Subtitle: subrip Metadata: title : Russian Stream #0:28(spa): Subtitle: subrip Metadata: title : Spanish Stream #0:29(swe): Subtitle: subrip Metadata: title : Swedish Stream #0:30(tha): Subtitle: subrip Metadata: title : Thai Stream #0:31(tur): Subtitle: subrip Metadata: title : Turkish Stream #0:32(vie): Subtitle: subrip Metadata: title : Vietnamese Output #1, null, to 'nullfile': Metadata: encoder : Lavf59.20.101 Stream #1:0(eng): Subtitle: ass Metadata: title : English [SDH] encoder : Lavc59.25.100 ass Stream mapping: Stream #0:1 (eac3_eae) -> aresample:default aresample:default -> Stream #0:0 (flac) Stream #0:2 -> #1:0 (subrip (native) -> ass (native)) Press [q] to stop, [?] for help [graph_0_in_0_1 @ 0x7f10ad0e2640] tb:1/48000 samplefmt:s32 samplerate:48000 chlayout:5.1(side) [Parsed_aresample_0 @ 0x7f10ad0cb440] ch:6 chl:5.1(side) fmt:s32 r:48000Hz -> ch:6 chl:5.1 fmt:s32 r:48000Hz [flac @ 0x7f10a668f040] encoding as 24 bits-per-sample Output #0, flac, to '/transcode/Transcode/Detection/faba4cf7-7369-4286-a024-7b6e1d0b438c': Metadata: encoder : Lavf59.20.101 WAVEFORMATEXTENSIBLE_CHANNEL_MASK: 0x3f Stream #0:0(eng): Audio: flac, 48000 Hz, 5.1, s32 (24 bit), 4096 kb/s Metadata: encoder : Lavc59.25.100 flac [eac3_eae @ 0x7f10a677d500] error reading output: -1313558101 (Unknown error occurred) Error while decoding stream #0:1: Unknown error occurred [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 16384 audio samples of silence [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 12800 audio samples of silence [eac3_eae @ 0x7f10a677d500] error reading output: -1313558101 (Unknown error occurred) Error while decoding stream #0:1: Unknown error occurred [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 16384 audio samples of silence [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 12800 audio samples of silence [eac3_eae @ 0x7f10a677d500] error reading output: -1313558101 (Unknown error occurred) Error while decoding stream #0:1: Unknown error occurred [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 16384 audio samples of silence [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 12800 audio samples of silence [eac3_eae @ 0x7f10a677d500] error reading output: -1313558101 (Unknown error occurred) Error while decoding stream #0:1: Unknown error occurred [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 16384 audio samples of silence [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 12800 audio samples of silence [eac3_eae @ 0x7f10a677d500] error reading output: -1313558101 (Unknown error occurred) [AVIOContext @ 0x7f10ad1d3680] Statistics: 249 bytes read, 0 seeks [tcp @ 0x7f10a6088240] Starting connection attempt to 10.43.61.253 port 32499 [tcp @ 0x7f10a6088240] Successfully connected to 10.43.61.253 port 32499 Error while decoding stream #0:1: Unknown error occurred [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 16384 audio samples of silence [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 12800 audio samples of silence [eac3_eae @ 0x7f10a677d500] error reading output: -1313558101 (Unknown error occurred) Error while decoding stream #0:1: Unknown error occurred [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 16384 audio samples of silence [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 12800 audio samples of silence [eac3_eae @ 0x7f10a677d500] error reading output: -1313558101 (Unknown error occurred) Error while decoding stream #0:1: Unknown error occurred [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 16384 audio samples of silence [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 12800 audio samples of silence [eac3_eae @ 0x7f10a677d500] error reading output: -1313558101 (Unknown error occurred) Error while decoding stream #0:1: Unknown error occurred [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 16384 audio samples of silence [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 12800 audio samples of silence [eac3_eae @ 0x7f10a677d500] error reading output: -1313558101 (Unknown error occurred) Error while decoding stream #0:1: Unknown error occurred [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 16384 audio samples of silence [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 12800 audio samples of silence [eac3_eae @ 0x7f10a677d500] error reading output: -1313558101 (Unknown error occurred) Error while decoding stream #0:1: Unknown error occurred [eac3_eae @ 0x7f10a677d500] error reading output: -1313558101 (Unknown error occurred) Error while decoding stream #0:1: Unknown error occurred [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 16384 audio samples of silence Last message repeated 2 times [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 9216 audio samples of silence [eac3_eae @ 0x7f10a677d500] error reading output: -1313558101 (Unknown error occurred) Error while decoding stream #0:1: Unknown error occurred [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 16384 audio samples of silence [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 12800 audio samples of silence [eac3_eae @ 0x7f10a677d500] error reading output: -1313558101 (Unknown error occurred) Error while decoding stream #0:1: Unknown error occurred [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 16384 audio samples of silence [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 12800 audio samples of silence [eac3_eae @ 0x7f10a677d500] error reading output: -1313558101 (Unknown error occurred) Error while decoding stream #0:1: Unknown error occurred [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 16384 audio samples of silence [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 12800 audio samples of silence [eac3_eae @ 0x7f10a677d500] error reading output: -1313558101 (Unknown error occurred) Error while decoding stream #0:1: Unknown error occurred [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 16384 audio samples of silence [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 12800 audio samples of silence [eac3_eae @ 0x7f10a677d500] error reading output: -1313558101 (Unknown error occurred) Error while decoding stream #0:1: Unknown error occurred [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 16384 audio samples of silence [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 12800 audio samples of silence [eac3_eae @ 0x7f10a677d500] error reading output: -1313558101 (Unknown error occurred) Error while decoding stream #0:1: Unknown error occurred [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 16384 audio samples of silence [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 12800 audio samples of silence [eac3_eae @ 0x7f10a677d500] error reading output: -1313558101 (Unknown error occurred) Error while decoding stream #0:1: Unknown error occurred [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 16384 audio samples of silence [Parsed_aresample_0 @ 0x7f10ad0cb440] [SWR @ 0x7f10a6459bc0] adding 12800 audio samples of silence
EasyAudioEncode process not terminating top - 18:37:08 up 6 days, 20:10, 0 users, load average: 0.12, 0.73, 3.47 Tasks: 25 total, 1 running, 24 sleeping, 0 stopped, 0 zombie %Cpu(s): 5.3 us, 3.5 sy, 0.0 ni, 88.2 id, 2.0 wa, 0.0 hi, 1.1 si, 0.0 st MiB Mem : 15883.0 total, 525.0 free, 2909.6 used, 12448.4 buff/cache MiB Swap: 0.0 total, 0.0 free, 0.0 used. 12614.7 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 1370 root 20 0 10432 3920 3220 R 0.3 0.0 0:01.99 top 1 root 20 0 208 72 44 S 0.0 0.0 0:00.03 s6-svscan 14 root 20 0 2888 980 888 S 0.0 0.0 0:00.00 rc.init 15 root 20 0 212 68 48 S 0.0 0.0 0:00.00 s6-supervise 16 root 20 0 200 4 0 S 0.0 0.0 0:00.00 s6-linux-init-s 68 root 20 0 212 60 48 S 0.0 0.0 0:00.00 s6-supervise 69 root 20 0 212 68 48 S 0.0 0.0 0:00.00 s6-supervise 70 root 20 0 212 60 48 S 0.0 0.0 0:00.00 s6-supervise 74 root 20 0 216 76 48 S 0.0 0.0 0:00.00 s6-rc 78 root 20 0 188 4 0 S 0.0 0.0 0:00.00 s6-ipcserverd 689 root 20 0 224 84 56 S 0.0 0.0 0:00.00 s6-svlisten1 690 root 20 0 456 108 72 S 0.0 0.0 0:00.00 s6-ftrigrd 692 abc 20 0 7500 3668 3340 S 0.0 0.0 0:00.01 Plex Media Serv 1118 abc 20 0 908832 64996 40020 S 0.0 0.4 0:08.82 node 1341 abc 20 0 2600 1380 1292 S 0.0 0.0 8:45.84 EasyAudioEncode 1348 abc 20 0 2600 1396 1304 S 0.0 0.0 7:53.39 EasyAudioEncode 1355 abc 20 0 2600 1396 1304 S 0.0 0.0 6:57.50 EasyAudioEncode 1362 root 20 0 7632 4020 3528 S 0.0 0.0 0:00.01 bash 1371 abc 20 0 2600 1396 1304 S 0.0 0.0 6:01.03 EasyAudioEncode 1378 abc 20 0 2600 1396 1304 S 0.0 0.0 5:09.16 EasyAudioEncode 1385 abc 20 0 2600 1396 1304 S 0.0 0.0 4:12.47 EasyAudioEncode 1392 abc 20 0 2600 1396 1304 S 0.0 0.0 3:15.90 EasyAudioEncode 1399 abc 20 0 2600 1396 1304 S 0.0 0.0 2:17.20 EasyAudioEncode 1406 abc 20 0 2600 1396 1304 S 0.0 0.0 1:30.10 EasyAudioEncode 1413 abc 20 0 2600 1396 1304 S 0.0 0.0 0:44.78 EasyAudioEncode
pabloromeo commented 9 months ago

EasyAudioEncoder uses the hardcoded path of /tmp as a location for generated segments, which are later picked up by the actual transcoder. You haven't by any chance mapped /tmp to a shared location or anything like that, correct? You can also take a look in /tmp and see if while transcoding content that requires EAE, to see if it's created files in there.

For example:

'./pms-a8728a59-283f-48aa-ae99-20766d56b3d6/EasyAudioEncoder/Convert to WAV (to 8ch or less)':
total 784K
drwxr-xr-x 2 abc abc 4.0K Sep 18 13:05 .
drwxr-xr-x 8 abc abc 4.0K Sep 18 12:53 ..
-rw-r--r-- 1 abc abc  50K Sep 18 13:05 k8m7zaotz4hv2txj7ekoq929_1137-0-611.ec3
-rw-r--r-- 1 abc abc 721K Sep 18 13:05 k8m7zaotz4hv2txj7ekoq929_1137-0-611.wav
audiophonicz commented 9 months ago

No, I have not mapped /tmp to anything, its au natural.

I added 10 episodes yesterday, and 12 today. = 944K files and counting inside that same 'Convert to WAV (to 8ch or less)' from today and yesterday. (it did not remove the 600K wav files after it was finished Detecting Intros yesterday it seems)

there is a .ec3 and a .tmp file in there at times too.

pabloromeo commented 9 months ago

I haven't been able to reproduce the errors around inserting silence, neither locally nor on k3s with longhorn. Have you found a public domain video that causes it, so that I can try that and see if it's maybe something with a specific codec setting?

Just in case it might be related, I've released a newer version which upgrades EAE to a more recent version. Unfortunately I still haven't found a way to identify which one is the latest version available from Plex, so we basically gotta try different incremental version numbers against this URL until we have a hit: https://plex.tv/api/codecs/easyaudioencoder?build=linux-x86_64-standard&deviceId=asdf9396-e49c-45cb-bc03-00b46ff03fd9&oldestPreviousVersion=1.32.5.7349-8f4248874&version={version_number}

The latest one I found is version 1983, which is the one I referenced in yesterday's release.

pabloromeo commented 9 months ago

It might be a long shot, but if these are large libraries, could it be related to the inotify max watches issue that's has usually popped up through the years related to EAE related to plex?

https://reddit.com/r/PleX/s/IStFVBkdbc

My test environment has a small library so maybe that's why I can't reproduce it.

audiophonicz commented 9 months ago

It might be a long shot, but if these are large libraries,

Sorry mate, Im doing a single episode with EAC3 audio here: Forgive me, Im not sure how to see what exact dockermod is running inside the container.... I did delete all pods and reinstall with the ImagePull: Always, so Im hoping I got your newest release. If so, no joy.

HOWEVER: just for funzies, I scaled back the workers and delete the pms container to get a fresh setup and let the pms container do the work of detect intro (repeated x2 for verification):

No Workers - New PMS

  1. pms used the originalTranscoder with the EasyAudioEncoder
  2. ZERO "adding samples of silence" in the logs
  3. pms did not leave .wav files in the /tmp WAV folder, there were only 2x .ec3 files and a .tmp file. a .wav would show and disappear as it cleaned up after itself. Once the intro was detected all files were removed.
  4. The EasyAudioEncoder process still dangled after completion

delete library, delete pms container, scale the worker back up to 1 add library to scan:

PASS No.1: New Worker - New PMS

  1. worker used PlexTranscoder with the EasyAudioEncoder
  2. I forgot to watch the console on this run...oops
  3. worker did not leave .wav files in the /tmp WAV folder, there were only 2x .ec3 files and a .tmp file. a .wav would show and disappear as it cleaned up after itself. Once the intro was detected all files were removed.
  4. The EasyAudioEncoder process still dangled after completion

PASS No.2: Same Worker - Same PMS

  1. worker used PlexTranscoder with the both the old dangling EasyAudioEncoder process AND a new one. (yes 2 processes actually used cpu for 1 file)
  2. Console flooded with "adding samples of silence" in the logs
  3. worker DID leave the .wav files in the /tmp WAV folder. 1 episode left 6x .wav files. the .eac3 and .tmp files were cleaned.
  4. BOTH EasyAudioEncoder proecsses dangled after completion.

PASS No.3 Same Worker - New PMS

  1. 3rd EasyAudioEncoder process was spun up but it only used the one this time. (might be related to shared /config & pid file)
  2. ZERO "adding samples of silence" in the logs
  3. worker did not leave .wav files in the /tmp WAV folder, there were the 6x .wav files from PASS No.2 that were left after completion.
  4. obviously now 3x EasyAudioEncoder processes still running. (killing processes do not clean /tmp .wav files btw)

I really hope this points you in the right direction so im not just wasting cycles here lol

pabloromeo commented 9 months ago

@audiophonicz Yes, that info is very useful. In fact it led me to implement a different approach to launching EAE. Initially we were launching one EAE per transcode request, however, your description led to exploring if Plex actually only needs one single process in the replica which handles all transcodes, which appears to be the case.

I've also recently been testing the new approach to child process monitoring, and it seems to be working better now, regarding dangling transcoders (except for the case were it's Plex's bug and we must wait 3min for it to get killed). Ultimately, after some time all child processes will be killed.

There is one exception though, and that is the EAE process. That one gets started on the first transcode and will remain alive until the worker is restarted. That is intentional, now you will see a single EAE child of the worker.js process, remain and be shared among N transcodes and shouldn't die.

If you find the time and would like to test out these changes, you can switch to the experimental version. If you're using the Helm chart that would be specifying the clusterplexVersion: experimental setting in values.yaml

audiophonicz commented 9 months ago

@pabloromeo no, I'm not using the Helm version, I'm using Manifest version. which brings up 2 things:

  1. are you keeping the Manifest/Kubernetes version link up to date with your changes, if need be? Am I missing any changes by not using the Helm chart? And is it as simple as using clusterplex_dockermod:experimental ?

  2. I am not using the Helm chart because it doesnt look like its using the recent Common templates and therefore does not accept the extraVolumes and extraVolumeMounts Helm values, which means I cannot specify my NFS mount because your media section looks hardcoded to PVs. using Manifest is easier to customize at the moment.

I'll give the experimental version a try when I get a chance, month end has been beating me lately. I have a few ideas of my own to test out as well, after looking more into longhorn and the underperformance of RWX vols.

pabloromeo commented 9 months ago

Yup, just changing the dockermod tag to experimental is enough in this case :).

audiophonicz commented 9 months ago

@pabloromeo ok trying again with experimental, omitting the tests that didnt generate silence logs initially.

Pass1 - No Workers - New PMS

  1. 1x EasyAudioEncoder process created
  2. ZERO "adding samples of silence" in the logs
  3. pms did not leave .wav files in the /tmp WAV folder.
  4. as soon as the EAC3 file finished detecting intros, the EasyAudioEncode dropped to idle

delete library, re-add library

Pass2 - No Workers - Same PMS

  1. 1x EasyAudioEncoder reused same PID to run. No additional processes.
  2. ZERO "adding samples of silence" in the logs
  3. pms did not leave .wav files in the /tmp WAV folder.
  4. as soon as the EAC3 file finished detecting intros, the EasyAudioEncode dropped to idle

delete library, spun up worker, re-add library

Pass3 - New Worker - Same PMS

  1. 1x EasyAudioEncoder reused same PID to run on PMS. Worker did nothing here.
  2. ZERO "adding samples of silence" in the logs
  3. pms did not leave .wav files in the /tmp WAV folder.
  4. as soon as the EAC3 file finished detecting intros, the EasyAudioEncode dropped to idle

Oops, my worker wasnt fully started on Pass3 - retried again

Pass3v2 - "New" Worker - Same PMS

  1. 1x EasyAudioEncoder process created On Worker [1x EasyAudioEncoder remained idle on PMS]
  2. ZERO "adding samples of silence" in the logs
  3. pms did not leave .wav files in the /tmp WAV folder.
  4. as soon as the EAC3 file finished detecting intros, the EasyAudioEncode dropped to idle

delete library, re-add library

Pass4 - Same Worker - Same PMS

  1. 1x EasyAudioEncoder reused same PID to run on Worker. [1x EasyAudioEncoder remained idle on PMS]
  2. ZERO "adding samples of silence" in the logs
  3. pms did not leave .wav files in the /tmp WAV folder.
  4. as soon as the EAC3 file finished detecting intros, the EasyAudioEncode dropped to idle

Ok so none of these tests resulted in stale wav files left over in /tmp, nor any adding samples of silence logs in PMS, nor any additional EasyAudioEncoder processes in any of the containers.

pabloromeo commented 9 months ago

So if I'm reading that correctly all those scenarios worked as expected. No dangling processes or audio cutting out.

FYI the EAE Service on the main PMS is expected to be running and idle during remote transcodes. It is started by Plex itself, but shouldn't cause any harm or consume resources.

audiophonicz commented 9 months ago

So if I'm reading that correctly all those scenarios worked as expected. No dangling processes or audio cutting out.

FYI the EAE Service on the main PMS is expected to be running and idle during remote transcodes. It is started by Plex itself, but shouldn't cause any harm or consume resources.

I do believe so, yes. It seems to be working now on my installation.

pabloromeo commented 9 months ago

Excellent. So as soon as I can I'll merge that to main and do a new versioned release with this implementation and newer plex EAE distributable, so you can move off of experimental. Since it's where we try weird things out and might break your environment in some cases.

seang96 commented 9 months ago

@pabloromeo I am testing with experimental today. I am running PMS on one node and 2 workers on other nodes. I haven't been able to get it working without experimental, so I am not sure if these issues are issues without it or not. I started this server from a fresh config setup using a slightly modified helm template (I added env support that was not working for FFMPEG_HWACCEL: vaapi, limits set with amd.com/gpu: 1, and currently set it to mount plex config to workers due to issue #223).

  1. PMS became unresponsive while importing libraries and restarted. After restarting, EAC3 transcodes crashed in the workers and transcoding then started working on PMS as fallback because EAC3 was no longer able to write to a path under /temp, it had two pms folders and was trying to write under one with EAC3 in the path. I scaled the workers to 0 and scaled back to 2 and it appears to be working again. I didn't think to grab logs before doing so unfortunately.
  2. I have 5 hw transcoding videos running and all of them the orchestrator sends to the last registered worker. I got logs for this if you'd like them. Not sure if anything on them could be sensitive, so I am refraining from attaching them to this comment though.
github-actions[bot] commented 8 months ago

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

FelixClements commented 7 months ago

Hi! I was wandering when this will be merged with main? I have the same problem, strangely not all the time. I run the cluster on glusterFS.

github-actions[bot] commented 6 months ago

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

pabloromeo commented 6 months ago

Hi! I was wandering when this will be merged with main? I have the same problem, strangely not all the time. I run the cluster on glusterFS.

Finally got around to merging it :) Sorry for the delay