Jellyfin Forum
SOLVED: Playback Error causing 0 videos to play - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: Playback Error causing 0 videos to play (/t-solved-playback-error-causing-0-videos-to-play)

Pages: 1 2


RE: Playback Error causing 0 videos to play - Link of Hyrule - 2024-07-05

It's already installed, and the encoder path is only this: <EncoderAppPathDisplay />


RE: Playback Error causing 0 videos to play - TheDreadPirate - 2024-07-05

Change that line to match what I provided.


RE: Playback Error causing 0 videos to play - Link of Hyrule - 2024-07-05

Ok, so I looked in that folder and the folder doesn't exist, but it has a ffmpeg. It is telling me however that it is installed, is this a case of something not being removed properly and Ubuntu thinks it's still there?


RE: Playback Error causing 0 videos to play - Link of Hyrule - 2024-07-05

(2024-07-05, 03:57 PM)TheDreadPirate Wrote: ffmpeg is missing.

Code:
[2024-07-05 00:41:06.289 +00:00] [ERR] Error processing request. URL "GET" "/videos/70534b1a-3a59-0ecc-1b24-2cb4e47f9ecf/live.m3u8".
System.ArgumentNullException: Value cannot be null. (Parameter '_mediaEncoder.EncoderPath')

What are the contents of /etc/jellyfin/encoding.xml?  Is there a value for this line?

Code:
<EncoderAppPathDisplay>/usr/lib/jellyfin-ffmpeg/ffmpeg</EncoderAppPathDisplay>

Is jellyfin-ffmpeg installed?

Code:
sudo apt list --installed | grep ffmpeg

(2024-07-05, 05:43 PM)TheDreadPirate Wrote: Is the EncoderAppPathDisplay set in /etc/jellyfin/encoding.xml?

Also make sure you install jellyfin-ffmpeg instead of plain ffmpeg.

Code:
sudo apt install jellyfin-ffmpeg6

Alright, so I just removed the Jellyfin-ffmpeg, and installed it again, and added the correct route in the encoding.xml, restarted the server, and the couple of test videos I tried worked like a charm. I believe when I reinstalled Jellyfin and the ffmpeg, it must not have took away everything the first time, and Ubuntu thought it was still there. I possibly would have thought to try that again, but not as soon as I would've on Windows (where I do most my computing) I'm still working on learning Linux, and appreciate your help in this fix, my son thinks he's being punished when certain things don't work for him.