Jellyfin Forum
Playback issue through iphone - 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: Playback issue through iphone (/t-playback-issue-through-iphone)

Pages: 1 2


Playback issue through iphone - Deegee88 - 2024-03-04

Hello guys, me again!
So i'm having an issue playing anything on my iphone - It doesn't seem to transcode.

I have intel quicksync (QSV) enabled and i'm running an A380.

https://pastebin.com/gt8ffDBg

Running Jellyfin 10.8.13 on truenas scale.

I'm new to transcoding and i'm not 100% sure i've even got it working! 

Any ideas would be great


RE: Playback issue through iphone - TheDreadPirate - 2024-03-05

What kernel is your system running? You need at least kernel 6.2 for Intel Arc.


RE: Playback issue through iphone - Deegee88 - 2024-03-05

Hi - I’ve upgraded to the dragonfish beta which is using 6.6 with LTS.


RE: Playback issue through iphone - Deegee88 - 2024-03-06

I've been playing around with the settings and found that for some reason my GPU had been disconnected from Jellyfin (I'm guessing during an update), but i now get the below log error:

https://pastebin.com/gKfeMH1F
https://pastebin.com/xqVgNGBS

So it looks like it is trying but can't.


RE: Playback issue through iphone - Deegee88 - 2024-03-06

Okay last thing i've done - if i unselect "Enable Hardware Encoding" in the playback settings it works...but that seems counter-intuitive...
https://pastebin.com/Kcf1908a

This is the transcode log from this one.
I'm extremely confused! haha


RE: Playback issue through iphone - TheDreadPirate - 2024-03-07

Is this docker? Or running directly on TrueSCALE Dragonfish?

Unchecking "Enable hardware encoding" just means it will CPU transcode, obviously not what you wanted.

If this is running directly on TrueSCALE, did you install all the Intel drivers? If this is docker, which image did you use?


RE: Playback issue through iphone - Deegee88 - 2024-03-07

Hi this is running on Truenas Scale….i didn’t know you had to install intel drivers…
Right..before I spend days trying to work around this wouldn’t know when I can find them do you? Grinning-face
(I realise this isn’t truenas help so appreciate al you’ve done anyway!!)


RE: Playback issue through iphone - TheDreadPirate - 2024-03-07

First, how is Jellyfin installed? Directly on TrueNAS. The TrueCharts app? Docker? If docker, which image? If you are using Docker, you do not need to install drivers since they are bundle our official Docker image.


RE: Playback issue through iphone - Deegee88 - 2024-03-07

It’s installed directly on TrueNAS, through truecharts app Smiling-face


RE: Playback issue through iphone - TheDreadPirate - 2024-03-08

I don't know what all is different with the TrueCharts version.

Make sure these packages are install on TrueNas.

intel-gpu-tools
intel-microcode
intel-opencl-icd
libdrm-intel1
intel-media-va-driver-non-free

Code:
sudo apt install intel-gpu-tools intel-microcode intel-opencl-icd libdrm-intel1 intel-media-va-driver-non-free