2023-12-05, 10:19 PM
Terminal says that docker-compose isn't a command. Do I have to install it?
2023-12-05, 10:19 PM
Terminal says that docker-compose isn't a command. Do I have to install it?
2023-12-05, 10:21 PM
How have you been starting your docker container for jellyfin?
2023-12-05, 10:25 PM
It just starts when I turn on my computer. Sometimes I have to do 'docker start jellyfin' or 'docker stop jellyfin' as well.
2023-12-05, 10:31 PM
Correct me if I'm wrong, but you can't use a docker compose file without having docker compose installed.
I'm assuming if you run this command it will fail. Code: docker exec -it jellyfin /usr/lib/jellyfin-ffmpeg/vainfo And there will be nothing in /dev/dri in the container. Code: docker exec -it jellyfin "ls -l /dev/dri" You've been making changes to this compose file and none of them are actually being used.
2023-12-05, 10:35 PM
Yeah both commands failed. I just assumed that everytime jellyfin started it looked at the docker-compose.yml file.
What do I need to do now?
2023-12-05, 10:38 PM
2023-12-05, 10:49 PM
Ok I installed it. Do I just run 'docker compose up' in the directory with the docker-compose.yml file?
2023-12-05, 10:52 PM
(This post was last modified: 2023-12-05, 10:53 PM by TheDreadPirate.)
That is how it works on my work systems (I use docker at work, but not at home).
docker compose up -d
2023-12-05, 10:57 PM
(This post was last modified: 2023-12-05, 10:59 PM by jimmythejuicer24. Edited 1 time in total.)
Yoo it actually worked thank you! This is the first time I've ever seen it work.
It never ends up loading though. In the FFmpeg logs, this gets repeated over and over: [hevc_qsv @ 0x555c6312ba00] Error initializing the MFX video decoder: unsupported (-3) Error while decoding stream #0:0: Function not implemented [hevc_qsv @ 0x555c6312ba00] More data is required to decode header Last message repeated 22 times
2023-12-05, 10:59 PM
(This post was last modified: 2023-12-05, 10:59 PM by TheDreadPirate.)
What codecs did you check in the Playback Dashboard? And what codec is the video encoded with?
Share the latest ffmpeg log on sourcebin? Screenshot of the playback dashboard? |
|
|