2024-11-07, 05:37 PM
(This post was last modified: 2024-11-07, 05:39 PM by IngwiePhoenix.)
I also went to look at the error codes, because I do know that -6 is an
So, I double-checked:
It's also mapped in
Sadly I did not find any info on what -6 is in the context of FFmpeg...
As for the authentication - it can, for some reason it ends up retrying. But it has the correct creds and TVH absolutely sees Jellyfin making a connection, grabbing a ticket, and streaming:
So I am ruling out authorization here. Besides, I tested with the same creds in my browser ^^
errno
for missing files: https://gist.github.com/greggyNapalm/241...e1-txt-L11So, I double-checked:
Code:
root@5aed3fec3148:/dev# file mpp* dri/* mali*
mpp_service: character special (241/0)
dri/card0: character special (226/0)
dri/card1: character special (226/1)
dri/renderD128: character special (226/128)
dri/renderD129: character special (226/129)
mali0: character special (10/120)
It's also mapped in
compose.yaml
via devices
(I use Podman)Sadly I did not find any info on what -6 is in the context of FFmpeg...
As for the authentication - it can, for some reason it ends up retrying. But it has the correct creds and TVH absolutely sees Jellyfin making a connection, grabbing a ticket, and streaming:
Code:
Nov 07 17:38:33 tvboi tvheadend[1082]: subscription: CF82: "HTTP" subscribing on channel "RTL Television", weight: 100, adapter: "Montage Technology M88DS3103B #0 : DVB-S #0", network: "DVB-S Network", mux: "12187.5H", provider: "RTL Deutschland", service: "RTL Television", profile="pass", hostname="192.168.1.2", username="admin", client="Lavf/61.1.100"
Nov 07 17:38:37 tvboi tvheadend[1082]: subscription: CF82: "HTTP" unsubscribing from "RTL Television", hostname="192.168.1.2", username="admin", client="Lavf/61.1.100"
So I am ruling out authorization here. Besides, I tested with the same creds in my browser ^^