2024-04-13, 04:41 AM
(This post was last modified: 2024-04-13, 05:04 AM by Serj-47. Edited 2 times in total.)
As I indicated in my message above, the load of all soc cores on the server when using software transcoding is about 100%. I tried to enable hardware decoding v4l2 in the jellyfish app on my phone, but now the content is no longer playing, giving an error.
The jellyfish server log -
https://pastebin.com/UvhwAXh8
v4l2-compliance -s output from the server - https://pastebin.com/VeFv5nVR
The launch parameters of the docker container on the server look something like this:
The jellyfish server log -
https://pastebin.com/UvhwAXh8
v4l2-compliance -s output from the server - https://pastebin.com/VeFv5nVR
The launch parameters of the docker container on the server look something like this:
Code:
docker run -d --name jellyfin-linuxserver \
--net=host \
--volume /srv/usb-disk/Storage2/jellyfin/config:/config \
-e TZ=W-SU \
-e PUID=1000 \
-e PGID=1000 \
--volume /srv/usb-disk/Storage2/jellyfin/cache:/cache \
--mount type=bind,source=/home/serj/Storage-nfs,target=/media \
--restart=unless-stopped \
--device=/dev/dri/:/dev/dri/ \
--device=/dev/video0:/dev/video0 \
linuxserver/jellyfin
Code:
ls /dev/dri
by-path card0 card1 renderD128
ls /dev/video*
/dev/video0