Jellyfin Forum
playback error on android TV app - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: playback error on android TV app (/t-playback-error-on-android-tv-app)



playback error on android TV app - sedentaryOwl - 2023-11-25

I can't figure out the issue with the logs. Please help!
I can't play any H.264 high 10 profile videos in the android TV app but it works fine on android app with transcoding and plays directly on windows app

ffmpeg logs: https://pastebin.com/buZrnik6
jellyfin logs: https://pastebin.com/NWQd1vg0


RE: playback error on android TV app - TheDreadPirate - 2023-11-25

Weird. The log says that the high 10 profile is not supported and needs a transcode but that never happens. What server version are you running?


RE: playback error on android TV app - sedentaryOwl - 2023-11-25

(2023-11-25, 05:43 PM)TheDreadPirate Wrote: Weird.  The log says that the high 10 profile is not supported and needs a transcode but that never happens.  What server version are you running?

I don't see anything different in logs but it's now playing without errors and still transcoding.

logs: https://pastebin.com/0Qwxa3zp

server version is 10.8.12 running on windows 11.


RE: playback error on android TV app - TheDreadPirate - 2023-11-26

In the previous log it wasn't launching ffmpeg. In this log it is launching ffmpeg.

This line wasn't in the previous log. I don't see anything in the previous log to explain why it wasn't working.

Code:
[2023-11-26 00:01:14.571 +05:30] [INF] [94] Jellyfin.Api.Helpers.TranscodingJobHelper: "C:\Program Files\jellyfin-ffmpeg\ffmpeg.exe" "-analyzeduration 200M -ss 00:07:38.987 -init_hw_device d3d11va=dx11:,vendor=0x8086 -init_hw_device qsv=qs@dx11 -filter_hw_device qs -autorotate 0 -i file:\"C:\Users\baasi\media\Shows\Parks and Recreation (2009)\Season 03\Episode S03E04.mkv\" -map 0:0 -map 0:1 -map 0:2 -codec:v:0 h264_qsv -force_key_frames \"expr:gte(t,n_forced*5)\" -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1920\,1080*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1920/a\,1080))/2)*2,format=yuv420p\" -copyts -avoid_negative_ts disabled -start_at_zero -preset 7 -look_ahead 0 -b:v 6104043 -maxrate 6104043 -bufsize 12208086 -profile:v:0 high -level 41 -map_metadata -1 -map_chapters -1 -threads 8 -codec:a:0 libfdk_aac -ac 6 -ab 224000 -codec:s:0 copy -disposition:s:0 default -y \"C:\ProgramData\Jellyfin\Server\transcodes\df1bd9f5eefe36e42c1dd67933ccbce9.mkv\""