Questions tagged [jellyfin]

14 questions
1
vote
1 answer

"Unknown runtime specified nvidia." Previously worked now can't get docker-compose up to work. (Ubuntu/Docker)

Some background context: I am trying to setup hardware acceleration on a jellyfin container I have. This worked initially, but has seemed to suddenly stopped working after trying to restart the container. I previously had a container setup using the…
1
vote
0 answers

Jellyfin hardware acceleration `iHD_drv_video.so init failed` error

I'm trying to setup a hardware acceleration for my laptop linux homeserver. I've followed the guideline from the official doc: https://jellyfin.org/docs/general/administration/hardware-acceleration/intel#configure-with-linux-virtualization Here is…
Hitit
  • 420
  • 6
  • 21
1
vote
0 answers

Transcoding ERROR : jellyfin-ffmpeg/lib/dri/iHD_drv_video.so init failed

Here is my problem, I switched from Jellyfin Win10 to Jellyfin via OMV6 Portainers (official images). I have I7-2600S (VAAPI) Except that the transcoding doesn't work anymore, in the Jellyfin logs I have the following error message: [h264_vaapi @…
1
vote
1 answer

Traefik reverse proxy service into sub folder that doesn't allow BASE URL changing

I recently got into self hosting, I found tailscale to be the best way to access the services that i want on all my devices but typing ports is getting real annoying and I am trying a to enable SSL for some of the important services. Now most guides…
0
votes
0 answers

NO_PUBKEY after sudo apt update

I wanted to update my repos on Raspbian server on which I have installed OMV and Jellyfin but I still get this error: Err:6 http://httpredir.debian.org/debian bullseye-backports InRelease The following signatures couldn't be verified because the…
furtake
  • 9
  • 2
0
votes
0 answers

A Docker container (jellyfin) that I'm trying to set up just won't start - no logs, no error messages

I'm a Docker newbie - first time I've ever used it. I thought an easy way to get a first taste would be to use the Docker container option to install Jellyfin on a Raspberry Pi (Docker install instructions are here). Except it isn't working. I…
ShankarG
  • 1,105
  • 11
  • 26
0
votes
0 answers

Listing active streaming sessions ( tvheadend, jellyfin )

I'm writing a shutdown script for my mediaserver I'm running TVHeadend and Jellyfin on. Is there any way to list if there are streams actively being viewed on the server? I'd like to: · Know if and how many clients are connected (and streaming) to…
0
votes
0 answers

Amazon Fire TV Stick 4k : jellyfin android tv 0.15.9 : SSL-Handshake failed

While entering a server address in Jellyfin-App on Fire TV Stick the error-message "SSL-Handshake failed" appears. I am not sure but a week ago this was no issue... Web access on a browser works, even the app on iphone runs... Is there anything I…
Ice
  • 1,162
  • 3
  • 14
  • 27
0
votes
0 answers

certbot challenge fails with jellyfin as it returns 404

jellyfin container runs behind nginx reverse proxy. When I try to get an ssl certificate, jellyfin unfortunately returns a 404 error. Anyone know what I need to change in the configuration to make it work? my docker-compose.yml services: …
0
votes
1 answer

Putting data from DOMStringMap into css url

Attempting to make a generalized css modification for a webpage element that looks like
0
votes
1 answer

Problems deleting song from jellyfin playlist by API call

I'm trying to delete a song from a jellyfin playlist by an API call. I use following DELETE request: https://rxyzm.ml/Playlists//Items?entryIds=&api_key= When I execute this, the song doesn't get removed from the playlist…
0
votes
0 answers

Nginx proxy_pass trailing slash does not translat location headers

I have a jellyfin server I want to proxy_pass to but when i go to 192.168.1.34/jellyfin/, I'm redirected to 192.168.1.34/web/index.html instead of 192.168.1.34/jellyfin/web/index.html. All I found online is that the trailing slash should take care…
Redover
  • 13
  • 3
-1
votes
1 answer

How to set up Jellyfin Media System in Windows using Docker Desktop

I followed all the steps in the Jellyfin documentation, but can't get it working. The container is up and running but I can't access it through the browser. I tried removing and reconfiguring the container. Opening port 8096 on the firewall.…
-2
votes
1 answer

How can I fix a npm build error in Windows 11

I am running Windows 11 and using powershell. I tried to compile the jellyfin-web by typing npm ci --no-audit and pressing enter. I received the following errors npm ERR! code EIO npm ERR! syscal read npm ERR! errno -4070 npm ERR! EIO; i/o error,…
Steve
  • 1
  • 1