Skip to content

"Video is not supported" on QNAP NAS #121

@starkgate

Description

@starkgate

I'm trying to start your image on a QNAP TS-464 (x86 system). I'm running into some issues and wondering if those are due to misconfiguration on my part or some incompatibility somewhere. My first thought was that this was a network issue but I am running a transmission container with very similar parameters (specifically with network=host) without any issues.

Any advice is appreciated!

The error in the UI appears after a few minutes of loading:

Image

hosts file on my Windows system:

192.168.3.231 192-168-3-231.519b6502d940.stremio.rocks

Docker run command on the NAS:

docker run -d \
  --name=stremio \
  --network host \
  -e NO_CORS=1 \
  -e IPADDRESS=192.168.3.231 \
  -e WEBUI_INTERNAL_PORT=11469 \
  -e AUTO_SERVER_URL=1 \
  -v /share/data/navidrome/stremio:/root/.stremio-server \
  -p 11469:11469/tcp \
  --restart unless-stopped \
  tsaridas/stremio-docker:latest

stremio config:

{
    "serverVersion": "4.20.12",
    "appPath": "/root/.stremio-server",
    "cacheRoot": "/root/.stremio-server",
    "cacheSize": null,
    "btMaxConnections": 400,
    "btHandshakeTimeout": 25000,
    "btRequestTimeout": 6000,
    "btDownloadSpeedSoftLimit": 8388608,
    "btDownloadSpeedHardLimit": 78643200,
    "btMinPeersForStable": 10,
    "remoteHttps": "",
    "localAddonEnabled": false,
    "transcodeHorsepower": 0.75,
    "transcodeMaxBitRate": 0,
    "transcodeConcurrency": 1,
    "transcodeTrackConcurrency": 1,
    "transcodeHardwareAccel": false,
    "transcodeProfile": null,
    "allTranscodeProfiles": [],
    "transcodeMaxWidth": 1920,
    "proxyStreamsEnabled": false
}

stremio logs:

$ docker logs -f 1e9423b71a7c
No HTTP basic authentication will be used.
Certificates saved successfully! Setup an A record for 192.168.3.231 to point to 192-168.3.231.519b6502d940.stremio.rocks
Certificate information saved to /root/.stremio-server/httpsCert.json .
hls executables located ->  {
  ffmpeg: '/usr/bin/ffmpeg',
  ffsplit: null,
  ffprobe: '/usr/bin/ffprobe'
}
Using app path -> /root/.stremio-server
Enabling casting...
(node:31) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
EngineFS server started at http://127.0.0.1:11470
EngineFS HTTPS endpoint at https://local.strem.io:12470
-> GET /4fa7f2aaa806011810e35a5d43fb0ed01a60e12e/0/stats.json
192.168.3.99 - - [26/Oct/2025:11:48:29 +0000] "GET / HTTP/2.0" 200 577 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:29 +0000] "GET /872243fc5c4f680e5235fd49d81e0754a073867d/styles/main.css HTTP/2.0" 200 39249 "https://192.168.3.231:11469/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:29 +0000] "GET /872243fc5c4f680e5235fd49d81e0754a073867d/scripts/loader.js HTTP/2.0" 200 2448 "https://192.168.3.231:11469/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:29 +0000] "GET /872243fc5c4f680e5235fd49d81e0754a073867d/scripts/main.js HTTP/2.0" 200 2129077 "https://192.168.3.231:11469/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:29 +0000] "GET /872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js HTTP/2.0" 200 8112 "https://192.168.3.231:11469/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /872243fc5c4f680e5235fd49d81e0754a073867d/fonts/PlusJakartaSans.ttf HTTP/2.0" 200 176408 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/styles/main.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /localStorage.json HTTP/2.0" 200 2806 "https://192.168.3.231:11469/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
2025/10/26 11:48:30 [error] 39#39: *2 open() "/srv/stremio-server/build/server_url.env" failed (2: No such file or directory), client: 192.168.3.99, server: _, request: "HEAD /server_url.env HTTP/2.0", host: "192.168.3.231:11469", referrer: "https://192.168.3.231:11469/"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "HEAD /server_url.env HTTP/2.0" 404 0 "https://192.168.3.231:11469/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /maskable_icons/icon_512x512.png HTTP/2.0" 200 18585 "https://192.168.3.231:11469/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /favicons/favicon.ico HTTP/2.0" 200 108418 "https://192.168.3.231:11469/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /service-worker.js HTTP/2.0" 200 1339 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /872243fc5c4f680e5235fd49d81e0754a073867d/binaries/stremio_core_web_bg.wasm HTTP/2.0" 200 4949079 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /workbox-1f84e78b.js HTTP/2.0" 200 5100 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /.well-known/apple-app-site-association HTTP/2.0" 200 408 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /872243fc5c4f680e5235fd49d81e0754a073867d/binaries/stremio_core_web_bg.wasm HTTP/2.0" 200 4949079 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /872243fc5c4f680e5235fd49d81e0754a073867d/fonts/PlusJakartaSans.ttf HTTP/2.0" 200 176408 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /images/stremio_symbol.png HTTP/2.0" 200 16502 "https://192.168.3.231:11469/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /872243fc5c4f680e5235fd49d81e0754a073867d/scripts/loader.js HTTP/2.0" 200 2448 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /872243fc5c4f680e5235fd49d81e0754a073867d/scripts/main.js HTTP/2.0" 200 2129077 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /undefined HTTP/2.0" 200 577 "https://192.168.3.231:11469/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js HTTP/2.0" 200 8112 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /872243fc5c4f680e5235fd49d81e0754a073867d/styles/main.css HTTP/2.0" 200 39249 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /favicons/favicon.ico HTTP/2.0" 200 108418 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /images/anonymous.png HTTP/2.0" 200 667326 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /images/background_1.svg HTTP/2.0" 200 1511 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /images/background_2.svg HTTP/2.0" 200 1090 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /images/calendar_placeholder.png HTTP/2.0" 200 206719 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /images/default_avatar.png HTTP/2.0" 200 2200449 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /images/empty.png HTTP/2.0" 200 97993 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /images/icon.png HTTP/2.0" 200 15377 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:30 +0000] "GET /images/library_placeholder.png HTTP/2.0" 200 206849 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:31 +0000] "GET /images/logo.png HTTP/2.0" 200 14024 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:31 +0000] "GET /images/maskable_icon.png HTTP/2.0" 200 13673 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:31 +0000] "GET /images/stremio_symbol.png HTTP/2.0" 200 16502 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:31 +0000] "GET /index.html HTTP/2.0" 200 577 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:31 +0000] "GET /screenshots/board_narrow.webp HTTP/2.0" 200 62064 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:48:31 +0000] "GET /screenshots/board_wide.webp HTTP/2.0" 200 162716 "https://192.168.3.231:11469/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /4fa7f2aaa806011810e35a5d43fb0ed01a60e12e/0/stats.json
2025/10/26 11:48:35 [error] 39#39: *2 open() "/srv/stremio-server/build/server_url.env" failed (2: No such file or directory), client: 192.168.3.99, server: _, request: "HEAD /server_url.env HTTP/2.0", host: "192.168.3.231:11469", referrer: "https://192.168.3.231:11469/"
192.168.3.99 - - [26/Oct/2025:11:48:35 +0000] "HEAD /server_url.env HTTP/2.0" 404 0 "https://192.168.3.231:11469/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /settings
192.168.3.99 - - [26/Oct/2025:11:48:35 +0000] "GET /settings HTTP/2.0" 200 607 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /casting
192.168.3.99 - - [26/Oct/2025:11:48:35 +0000] "GET /casting HTTP/2.0" 200 2 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /network-info
192.168.3.99 - - [26/Oct/2025:11:48:35 +0000] "GET /network-info HTTP/2.0" 200 83 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /device-info
hls-converter - Initiating tests for hardware accelerated transcoding support, possible options: qsv-linux,nvenc-linux,vaapi-renderD128
hls-converter - Testing video hw accel for profile: qsv-linux
-> GET /hlsv2/11470-qsv-linux-video-hevc.mkv/video0.m3u8?mediaURL=http%3A%2F%2F127.0.0.1%3A11470%2Fsamples%2Fhevc.mkv&profile=qsv-linux&maxWidth=1200
-> GET /samples/hevc.mkv bytes=0-
-> GET /samples/hevc.mkv
Error: stream ended
    at Socket.onFinished (/srv/stremio-server/server.js:77562:145)
    at Socket.<anonymous> (node:internal/util:519:12)
    at Socket.onfinish (node:internal/streams/end-of-stream:113:16)
    at Socket.emit (node:events:519:28)
    at Socket.emit (node:domain:488:12)
    at finish (node:internal/streams/writable:946:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
-> GET /hlsv2/11470-qsv-linux-video-hevc.mkv/destroy
hls-converter 11470-qsv-linux-video-hevc.mkv has been requested to be destroyed
hls-converter 11470-qsv-linux-video-hevc.mkv destoyed
hls-converter - Tests failed for [video] hw accel profile: qsv-linux
hls-converter - Some tests failed for hw accel profile: qsv-linux
hls-converter - Testing video hw accel for profile: nvenc-linux
-> GET /hlsv2/11470-nvenc-linux-video-hevc.mkv/video0.m3u8?mediaURL=http%3A%2F%2F127.0.0.1%3A11470%2Fsamples%2Fhevc.mkv&profile=nvenc-linux&maxWidth=1200
hls-converter 11470-qsv-linux-video-hevc.mkv will be destroyed due to passing concurrency of 1
-> GET /samples/hevc.mkv
Error: stream ended
    at Socket.onFinished (/srv/stremio-server/server.js:77562:145)
    at Socket.<anonymous> (node:internal/util:519:12)
    at Socket.onfinish (node:internal/streams/end-of-stream:113:16)
    at Socket.emit (node:events:519:28)
    at Socket.emit (node:domain:488:12)
    at finish (node:internal/streams/writable:946:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
-> GET /hlsv2/11470-nvenc-linux-video-hevc.mkv/destroy
hls-converter 11470-nvenc-linux-video-hevc.mkv has been requested to be destroyed
hls-converter 11470-nvenc-linux-video-hevc.mkv destoyed
hls-converter - Tests failed for [video] hw accel profile: nvenc-linux
hls-converter - Some tests failed for hw accel profile: nvenc-linux
hls-converter - Testing video hw accel for profile: vaapi-renderD128
-> GET /hlsv2/11470-vaapi-renderD128-video-hevc.mkv/video0.m3u8?mediaURL=http%3A%2F%2F127.0.0.1%3A11470%2Fsamples%2Fhevc.mkv&profile=vaapi-renderD128&maxWidth=1200
hls-converter 11470-nvenc-linux-video-hevc.mkv will be destroyed due to passing concurrency of 1
-> GET /samples/hevc.mkv
Error: stream ended
    at Socket.onFinished (/srv/stremio-server/server.js:77562:145)
    at Socket.<anonymous> (node:internal/util:519:12)
    at Socket.onfinish (node:internal/streams/end-of-stream:113:16)
    at Socket.emit (node:events:519:28)
    at Socket.emit (node:domain:488:12)
    at finish (node:internal/streams/writable:946:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
-> GET /hlsv2/11470-vaapi-renderD128-video-hevc.mkv/destroy
hls-converter 11470-vaapi-renderD128-video-hevc.mkv has been requested to be destroyed
hls-converter 11470-vaapi-renderD128-video-hevc.mkv destoyed
hls-converter - Tests failed for [video] hw accel profile: vaapi-renderD128
hls-converter - Some tests failed for hw accel profile: vaapi-renderD128
192.168.3.99 - - [26/Oct/2025:11:48:35 +0000] "GET /device-info HTTP/2.0" 200 66 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
hls-converter - Tests for hardware accelerated transcoding finished, no viable acceleration profiles detected
192.168.3.99 - - [26/Oct/2025:11:48:36 +0000] "GET /service-worker.js HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /4fa7f2aaa806011810e35a5d43fb0ed01a60e12e/0/stats.json
-> GET /4fa7f2aaa806011810e35a5d43fb0ed01a60e12e/0/stats.json
Resizing cache size to 2048MB from 0MB by deleting 0 files
-> GET /4fa7f2aaa806011810e35a5d43fb0ed01a60e12e/0/stats.json
-> GET /4fa7f2aaa806011810e35a5d43fb0ed01a60e12e/0/stats.json
-> GET /4fa7f2aaa806011810e35a5d43fb0ed01a60e12e/0/stats.json
-> GET /4fa7f2aaa806011810e35a5d43fb0ed01a60e12e/0/stats.json
-> GET /4fa7f2aaa806011810e35a5d43fb0ed01a60e12e/0/stats.json
-> GET /4fa7f2aaa806011810e35a5d43fb0ed01a60e12e/0/stats.json
192.168.3.99 - - [26/Oct/2025:11:50:12 +0000] "GET /null HTTP/2.0" 200 577 "https://192.168.3.231:11469/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:50:21 +0000] "GET /images/background_1.svg HTTP/2.0" 200 1511 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:50:21 +0000] "GET /images/background_2.svg HTTP/2.0" 200 1090 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:50:43 +0000] "GET /localStorage.json HTTP/2.0" 304 0 "https://192.168.3.231:11469/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
2025/10/26 11:50:43 [error] 39#39: *7 open() "/srv/stremio-server/build/server_url.env" failed (2: No such file or directory), client: 192.168.3.99, server: _, request: "HEAD /server_url.env HTTP/2.0", host: "192.168.3.231:11469", referrer: "https://192.168.3.231:11469/"
192.168.3.99 - - [26/Oct/2025:11:50:43 +0000] "HEAD /server_url.env HTTP/2.0" 404 0 "https://192.168.3.231:11469/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /settings
192.168.3.99 - - [26/Oct/2025:11:50:43 +0000] "GET /settings HTTP/2.0" 200 607 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /casting
192.168.3.99 - - [26/Oct/2025:11:50:43 +0000] "GET /casting HTTP/2.0" 200 2 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /network-info
192.168.3.99 - - [26/Oct/2025:11:50:43 +0000] "GET /network-info HTTP/2.0" 200 83 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /device-info
hls-converter - Initiating tests for hardware accelerated transcoding support, possible options: qsv-linux,nvenc-linux,vaapi-renderD128
hls-converter - Testing video hw accel for profile: qsv-linux
-> GET /hlsv2/11470-qsv-linux-video-hevc.mkv/video0.m3u8?mediaURL=http%3A%2F%2F127.0.0.1%3A11470%2Fsamples%2Fhevc.mkv&profile=qsv-linux&maxWidth=1200
hls-converter 11470-vaapi-renderD128-video-hevc.mkv will be destroyed due to passing concurrency of 1
-> GET /samples/hevc.mkv
Error: stream ended
    at Socket.onFinished (/srv/stremio-server/server.js:77562:145)
    at Socket.<anonymous> (node:internal/util:519:12)
    at Socket.onfinish (node:internal/streams/end-of-stream:113:16)
    at Socket.emit (node:events:519:28)
    at Socket.emit (node:domain:488:12)
    at finish (node:internal/streams/writable:946:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
-> GET /hlsv2/11470-qsv-linux-video-hevc.mkv/destroy
hls-converter 11470-qsv-linux-video-hevc.mkv has been requested to be destroyed
hls-converter 11470-qsv-linux-video-hevc.mkv destoyed
hls-converter - Tests failed for [video] hw accel profile: qsv-linux
hls-converter - Some tests failed for hw accel profile: qsv-linux
hls-converter - Testing video hw accel for profile: nvenc-linux
-> GET /hlsv2/11470-nvenc-linux-video-hevc.mkv/video0.m3u8?mediaURL=http%3A%2F%2F127.0.0.1%3A11470%2Fsamples%2Fhevc.mkv&profile=nvenc-linux&maxWidth=1200
hls-converter 11470-qsv-linux-video-hevc.mkv will be destroyed due to passing concurrency of 1
-> GET /samples/hevc.mkv
Error: stream ended
    at Socket.onFinished (/srv/stremio-server/server.js:77562:145)
    at Socket.<anonymous> (node:internal/util:519:12)
    at Socket.onfinish (node:internal/streams/end-of-stream:113:16)
    at Socket.emit (node:events:519:28)
    at Socket.emit (node:domain:488:12)
    at finish (node:internal/streams/writable:946:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
-> GET /hlsv2/11470-nvenc-linux-video-hevc.mkv/destroy
hls-converter 11470-nvenc-linux-video-hevc.mkv has been requested to be destroyed
hls-converter 11470-nvenc-linux-video-hevc.mkv destoyed
hls-converter - Tests failed for [video] hw accel profile: nvenc-linux
hls-converter - Some tests failed for hw accel profile: nvenc-linux
hls-converter - Testing video hw accel for profile: vaapi-renderD128
-> GET /hlsv2/11470-vaapi-renderD128-video-hevc.mkv/video0.m3u8?mediaURL=http%3A%2F%2F127.0.0.1%3A11470%2Fsamples%2Fhevc.mkv&profile=vaapi-renderD128&maxWidth=1200
hls-converter 11470-nvenc-linux-video-hevc.mkv will be destroyed due to passing concurrency of 1
-> GET /samples/hevc.mkv
Error: stream ended
    at Socket.onFinished (/srv/stremio-server/server.js:77562:145)
    at Socket.<anonymous> (node:internal/util:519:12)
    at Socket.onfinish (node:internal/streams/end-of-stream:113:16)
    at Socket.emit (node:events:519:28)
    at Socket.emit (node:domain:488:12)
    at finish (node:internal/streams/writable:946:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
-> GET /hlsv2/11470-vaapi-renderD128-video-hevc.mkv/destroy
hls-converter 11470-vaapi-renderD128-video-hevc.mkv has been requested to be destroyed
hls-converter 11470-vaapi-renderD128-video-hevc.mkv destoyed
hls-converter - Tests failed for [video] hw accel profile: vaapi-renderD128
hls-converter - Some tests failed for hw accel profile: vaapi-renderD128
192.168.3.99 - - [26/Oct/2025:11:50:43 +0000] "GET /device-info HTTP/2.0" 200 66 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
hls-converter - Tests for hardware accelerated transcoding finished, no viable acceleration profiles detected
192.168.3.99 - - [26/Oct/2025:11:50:44 +0000] "GET /service-worker.js HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
Resizing cache size to 2048MB from 0MB by deleting 0 files
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json
192.168.3.99 - - [26/Oct/2025:11:50:54 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json HTTP/2.0" 200 30 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /hlsv2/probe?mediaURL=https%3A%2F%2F192.168.3.231%3A11469%2F6c7eabb814d4678e7174e71ac2bbf2b969d2c28f%2F54
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54 bytes=0-
Engine created for 6c7eabb814d4678e7174e71ac2bbf2b969d2c28f
Resizing cache size to 2048MB from 0MB by deleting 0 files
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json
192.168.3.99 - - [26/Oct/2025:11:50:59 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json HTTP/2.0" 200 974 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json
192.168.3.99 - - [26/Oct/2025:11:51:45 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json HTTP/2.0" 200 978 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json
192.168.3.99 - - [26/Oct/2025:11:51:50 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json HTTP/2.0" 200 976 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
2025/10/26 11:51:54 [error] 39#39: *7 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.3.99, server: _, request: "GET /hlsv2/probe?mediaURL=https%3A%2F%2F192.168.3.231%3A11469%2F6c7eabb814d4678e7174e71ac2bbf2b969d2c28f%2F54 HTTP/2.0", upstream: "http://127.0.0.1:11470/hlsv2/probe?mediaURL=https%3A%2F%2F192.168.3.231%3A11469%2F6c7eabb814d4678e7174e71ac2bbf2b969d2c28f%2F54", host: "192.168.3.231:11469", referrer: "https://192.168.3.231:11469/"
192.168.3.99 - - [26/Oct/2025:11:51:54 +0000] "GET /hlsv2/probe?mediaURL=https%3A%2F%2F192.168.3.231%3A11469%2F6c7eabb814d4678e7174e71ac2bbf2b969d2c28f%2F54 HTTP/2.0" 504 160 "https://192.168.3.231:11469/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> HEAD /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54
2025/10/26 11:51:54 [error] 39#39: *16 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.3.231, server: _, request: "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54 HTTP/1.1", upstream: "http://127.0.0.1:11470/6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54", host: "192.168.3.231:11469"
192.168.3.231 - - [26/Oct/2025:11:51:54 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54 HTTP/1.1" 504 160 "-" "Lavf/58.76.100"
Error: Probe process exited with code: 1
    at EventEmitter.<anonymous> (/srv/stremio-server/server.js:35408:156)
    at Object.onceWrapper (node:events:634:26)
    at EventEmitter.emit (node:events:519:28)
    at EventEmitter.emit (node:domain:488:12)
    at ChildProcess.<anonymous> (/srv/stremio-server/server.js:73887:37)
    at ChildProcess.emit (node:events:519:28)
    at ChildProcess.emit (node:domain:488:12)
    at maybeClose (node:internal/child_process:1105:16)
    at ChildProcess._handle.onexit (node:internal/child_process:305:5)
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json
192.168.3.99 - - [26/Oct/2025:11:51:55 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json HTTP/2.0" 200 972 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json
192.168.3.99 - - [26/Oct/2025:11:52:00 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json HTTP/2.0" 200 971 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json
192.168.3.99 - - [26/Oct/2025:11:52:45 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json HTTP/2.0" 200 958 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json
192.168.3.99 - - [26/Oct/2025:11:52:50 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json HTTP/2.0" 200 955 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
2025/10/26 11:52:54 [error] 39#39: *7 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.3.99, server: _, request: "HEAD /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54 HTTP/2.0", upstream: "http://127.0.0.1:11470/6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54", host: "192.168.3.231:11469", referrer: "https://192.168.3.231:11469/"
192.168.3.99 - - [26/Oct/2025:11:52:54 +0000] "HEAD /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54 HTTP/2.0" 504 0 "https://192.168.3.231:11469/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> HEAD /hlsv2/4cf98fd8116e291ed59ca5dea32e9d06/master.m3u8?mediaURL=https%3A%2F%2F192.168.3.231%3A11469%2F6c7eabb814d4678e7174e71ac2bbf2b969d2c28f%2F54&videoCodecs=h264&videoCodecs=h265&videoCodecs=hevc&videoCodecs=vp9&audioCodecs=aac&audioCodecs=mp3&audioCodecs=opus&maxAudioChannels=2
hls-converter 11470-vaapi-renderD128-video-hevc.mkv will be destroyed due to passing concurrency of 1
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54 bytes=0-
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json
192.168.3.99 - - [26/Oct/2025:11:52:55 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json HTTP/2.0" 200 964 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json
192.168.3.99 - - [26/Oct/2025:11:53:40 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json HTTP/2.0" 200 962 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json
192.168.3.99 - - [26/Oct/2025:11:53:45 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json HTTP/2.0" 200 961 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json
192.168.3.99 - - [26/Oct/2025:11:53:50 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json HTTP/2.0" 200 961 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
2025/10/26 11:53:54 [error] 39#39: *7 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.3.99, server: _, request: "HEAD /hlsv2/4cf98fd8116e291ed59ca5dea32e9d06/master.m3u8?mediaURL=https%3A%2F%2F192.168.3.231%3A11469%2F6c7eabb814d4678e7174e71ac2bbf2b969d2c28f%2F54&videoCodecs=h264&videoCodecs=h265&videoCodecs=hevc&videoCodecs=vp9&audioCodecs=aac&audioCodecs=mp3&audioCodecs=opus&maxAudioChannels=2 HTTP/2.0", upstream: "http://127.0.0.1:11470/hlsv2/4cf98fd8116e291ed59ca5dea32e9d06/master.m3u8?mediaURL=https%3A%2F%2F192.168.3.231%3A11469%2F6c7eabb814d4678e7174e71ac2bbf2b969d2c28f%2F54&videoCodecs=h264&videoCodecs=h265&videoCodecs=hevc&videoCodecs=vp9&audioCodecs=aac&audioCodecs=mp3&audioCodecs=opus&maxAudioChannels=2", host: "192.168.3.231:11469", referrer: "https://192.168.3.231:11469/"
192.168.3.99 - - [26/Oct/2025:11:53:54 +0000] "HEAD /hlsv2/4cf98fd8116e291ed59ca5dea32e9d06/master.m3u8?mediaURL=https%3A%2F%2F192.168.3.231%3A11469%2F6c7eabb814d4678e7174e71ac2bbf2b969d2c28f%2F54&videoCodecs=h264&videoCodecs=h265&videoCodecs=hevc&videoCodecs=vp9&audioCodecs=aac&audioCodecs=mp3&audioCodecs=opus&maxAudioChannels=2 HTTP/2.0" 504 0 "https://192.168.3.231:11469/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /hlsv2/4cf98fd8116e291ed59ca5dea32e9d06/master.m3u8?mediaURL=https%3A%2F%2F192.168.3.231%3A11469%2F6c7eabb814d4678e7174e71ac2bbf2b969d2c28f%2F54&videoCodecs=h264&videoCodecs=h265&videoCodecs=hevc&videoCodecs=vp9&audioCodecs=aac&audioCodecs=mp3&audioCodecs=opus&maxAudioChannels=2 bytes=0-
2025/10/26 11:53:55 [error] 39#39: *43 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.3.231, server: _, request: "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54 HTTP/1.1", upstream: "http://127.0.0.1:11470/6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54", host: "192.168.3.231:11469"
192.168.3.231 - - [26/Oct/2025:11:53:55 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54 HTTP/1.1" 504 160 "-" "Lavf/58.76.100"
Error: Probe process exited with code: 1
    at EventEmitter.<anonymous> (/srv/stremio-server/server.js:35408:156)
    at Object.onceWrapper (node:events:634:26)
    at EventEmitter.emit (node:events:519:28)
    at EventEmitter.emit (node:domain:488:12)
    at ChildProcess.<anonymous> (/srv/stremio-server/server.js:73887:37)
    at ChildProcess.emit (node:events:519:28)
    at ChildProcess.emit (node:domain:488:12)
    at maybeClose (node:internal/child_process:1105:16)
    at ChildProcess._handle.onexit (node:internal/child_process:305:5)
Error: Probe process exited with code: 1
    at EventEmitter.<anonymous> (/srv/stremio-server/server.js:35408:156)
    at Object.onceWrapper (node:events:634:26)
    at EventEmitter.emit (node:events:519:28)
    at EventEmitter.emit (node:domain:488:12)
    at ChildProcess.<anonymous> (/srv/stremio-server/server.js:73887:37)
    at ChildProcess.emit (node:events:519:28)
    at ChildProcess.emit (node:domain:488:12)
    at maybeClose (node:internal/child_process:1105:16)
    at ChildProcess._handle.onexit (node:internal/child_process:305:5)
192.168.3.99 - - [26/Oct/2025:11:53:55 +0000] "GET /hlsv2/4cf98fd8116e291ed59ca5dea32e9d06/master.m3u8?mediaURL=https%3A%2F%2F192.168.3.231%3A11469%2F6c7eabb814d4678e7174e71ac2bbf2b969d2c28f%2F54&videoCodecs=h264&videoCodecs=h265&videoCodecs=hevc&videoCodecs=vp9&audioCodecs=aac&audioCodecs=mp3&audioCodecs=opus&maxAudioChannels=2 HTTP/2.0" 500 96 "https://192.168.3.231:11469/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json
192.168.3.99 - - [26/Oct/2025:11:53:55 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json HTTP/2.0" 200 976 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json
192.168.3.99 - - [26/Oct/2025:11:56:51 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json HTTP/2.0" 200 962 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json
192.168.3.99 - - [26/Oct/2025:11:56:56 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json HTTP/2.0" 200 974 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
hls-converter 4cf98fd8116e291ed59ca5dea32e9d06 is inactive, destroying it
hls-converter 4cf98fd8116e291ed59ca5dea32e9d06 destoyed
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json
192.168.3.99 - - [26/Oct/2025:11:57:01 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json HTTP/2.0" 200 971 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
192.168.3.99 - - [26/Oct/2025:11:58:05 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json HTTP/2.0" 200 971 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /hlsv2/probe?mediaURL=https%3A%2F%2F192.168.3.231%3A11469%2F6c7eabb814d4678e7174e71ac2bbf2b969d2c28f%2F54
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54 bytes=0-
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json
192.168.3.99 - - [26/Oct/2025:11:58:10 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json HTTP/2.0" 200 971 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json
2025/10/26 11:59:05 [error] 39#39: *7 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.3.99, server: _, request: "GET /hlsv2/probe?mediaURL=https%3A%2F%2F192.168.3.231%3A11469%2F6c7eabb814d4678e7174e71ac2bbf2b969d2c28f%2F54 HTTP/2.0", upstream: "http://127.0.0.1:11470/hlsv2/probe?mediaURL=https%3A%2F%2F192.168.3.231%3A11469%2F6c7eabb814d4678e7174e71ac2bbf2b969d2c28f%2F54", host: "192.168.3.231:11469", referrer: "https://192.168.3.231:11469/"
192.168.3.99 - - [26/Oct/2025:11:59:05 +0000] "GET /hlsv2/probe?mediaURL=https%3A%2F%2F192.168.3.231%3A11469%2F6c7eabb814d4678e7174e71ac2bbf2b969d2c28f%2F54 HTTP/2.0" 504 160 "https://192.168.3.231:11469/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> HEAD /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54
2025/10/26 11:59:05 [error] 39#39: *108 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.3.231, server: _, request: "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54 HTTP/1.1", upstream: "http://127.0.0.1:11470/6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54", host: "192.168.3.231:11469"
192.168.3.231 - - [26/Oct/2025:11:59:05 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54 HTTP/1.1" 504 160 "-" "Lavf/58.76.100"
Error: Probe process exited with code: 1
    at EventEmitter.<anonymous> (/srv/stremio-server/server.js:35408:156)
    at Object.onceWrapper (node:events:634:26)
    at EventEmitter.emit (node:events:519:28)
    at EventEmitter.emit (node:domain:488:12)
    at ChildProcess.<anonymous> (/srv/stremio-server/server.js:73887:37)
    at ChildProcess.emit (node:events:519:28)
    at ChildProcess.emit (node:domain:488:12)
    at maybeClose (node:internal/child_process:1105:16)
    at ChildProcess._handle.onexit (node:internal/child_process:305:5)
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json
192.168.3.99 - - [26/Oct/2025:11:59:05 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json HTTP/2.0" 200 981 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json
192.168.3.99 - - [26/Oct/2025:11:59:10 +0000] "GET /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54/stats.json HTTP/2.0" 200 981 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
2025/10/26 12:00:05 [error] 39#39: *7 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.3.99, server: _, request: "HEAD /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54 HTTP/2.0", upstream: "http://127.0.0.1:11470/6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54", host: "192.168.3.231:11469", referrer: "https://192.168.3.231:11469/"
192.168.3.99 - - [26/Oct/2025:12:00:05 +0000] "HEAD /6c7eabb814d4678e7174e71ac2bbf2b969d2c28f/54 HTTP/2.0" 504 0 "https://192.168.3.231:11469/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> POST /settings
192.168.3.99 - - [26/Oct/2025:12:00:35 +0000] "POST /settings HTTP/2.0" 200 42 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> POST /settings
192.168.3.99 - - [26/Oct/2025:12:00:38 +0000] "POST /settings HTTP/2.0" 200 42 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /settings
192.168.3.99 - - [26/Oct/2025:12:00:40 +0000] "GET /settings HTTP/2.0" 200 607 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /casting
192.168.3.99 - - [26/Oct/2025:12:00:40 +0000] "GET /casting HTTP/2.0" 200 2 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /network-info
192.168.3.99 - - [26/Oct/2025:12:00:40 +0000] "GET /network-info HTTP/2.0" 200 83 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
-> GET /device-info
hls-converter - Initiating tests for hardware accelerated transcoding support, possible options: qsv-linux,nvenc-linux,vaapi-renderD128
hls-converter - Testing video hw accel for profile: qsv-linux
-> GET /hlsv2/11470-qsv-linux-video-hevc.mkv/video0.m3u8?mediaURL=http%3A%2F%2F127.0.0.1%3A11470%2Fsamples%2Fhevc.mkv&profile=qsv-linux&maxWidth=1200
-> GET /samples/hevc.mkv
Error: stream ended
    at Socket.onFinished (/srv/stremio-server/server.js:77562:145)
    at Socket.<anonymous> (node:internal/util:519:12)
    at Socket.onfinish (node:internal/streams/end-of-stream:113:16)
    at Socket.emit (node:events:519:28)
    at Socket.emit (node:domain:488:12)
    at finish (node:internal/streams/writable:946:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
-> GET /hlsv2/11470-qsv-linux-video-hevc.mkv/destroy
hls-converter 11470-qsv-linux-video-hevc.mkv has been requested to be destroyed
hls-converter 11470-qsv-linux-video-hevc.mkv destoyed
hls-converter - Tests failed for [video] hw accel profile: qsv-linux
hls-converter - Some tests failed for hw accel profile: qsv-linux
hls-converter - Testing video hw accel for profile: nvenc-linux
-> GET /hlsv2/11470-nvenc-linux-video-hevc.mkv/video0.m3u8?mediaURL=http%3A%2F%2F127.0.0.1%3A11470%2Fsamples%2Fhevc.mkv&profile=nvenc-linux&maxWidth=1200
hls-converter 11470-qsv-linux-video-hevc.mkv will be destroyed due to passing concurrency of 1
-> GET /samples/hevc.mkv
Error: stream ended
    at Socket.onFinished (/srv/stremio-server/server.js:77562:145)
    at Socket.<anonymous> (node:internal/util:519:12)
    at Socket.onfinish (node:internal/streams/end-of-stream:113:16)
    at Socket.emit (node:events:519:28)
    at Socket.emit (node:domain:488:12)
    at finish (node:internal/streams/writable:946:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
-> GET /hlsv2/11470-nvenc-linux-video-hevc.mkv/destroy
hls-converter 11470-nvenc-linux-video-hevc.mkv has been requested to be destroyed
hls-converter 11470-nvenc-linux-video-hevc.mkv destoyed
hls-converter - Tests failed for [video] hw accel profile: nvenc-linux
hls-converter - Some tests failed for hw accel profile: nvenc-linux
hls-converter - Testing video hw accel for profile: vaapi-renderD128
-> GET /hlsv2/11470-vaapi-renderD128-video-hevc.mkv/video0.m3u8?mediaURL=http%3A%2F%2F127.0.0.1%3A11470%2Fsamples%2Fhevc.mkv&profile=vaapi-renderD128&maxWidth=1200
hls-converter 11470-nvenc-linux-video-hevc.mkv will be destroyed due to passing concurrency of 1
-> GET /samples/hevc.mkv
Error: stream ended
    at Socket.onFinished (/srv/stremio-server/server.js:77562:145)
    at Socket.<anonymous> (node:internal/util:519:12)
    at Socket.onfinish (node:internal/streams/end-of-stream:113:16)
    at Socket.emit (node:events:519:28)
    at Socket.emit (node:domain:488:12)
    at finish (node:internal/streams/writable:946:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
-> GET /hlsv2/11470-vaapi-renderD128-video-hevc.mkv/destroy
hls-converter 11470-vaapi-renderD128-video-hevc.mkv has been requested to be destroyed
hls-converter 11470-vaapi-renderD128-video-hevc.mkv destoyed
hls-converter - Tests failed for [video] hw accel profile: vaapi-renderD128
hls-converter - Some tests failed for hw accel profile: vaapi-renderD128
hls-converter - Tests for hardware accelerated transcoding finished, no viable acceleration profiles detected
192.168.3.99 - - [26/Oct/2025:12:00:40 +0000] "GET /device-info HTTP/2.0" 200 66 "https://192.168.3.231:11469/872243fc5c4f680e5235fd49d81e0754a073867d/scripts/worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0"
Resizing cache size to 0MB from 0MB by deleting 0 files

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions