Jellyfin Android (New Problem) - 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: Jellyfin Android (New Problem) (/t-jellyfin-android-new-problem--3787) |
Jellyfin Android (New Problem) - T.S. Vaidyanathan - 2024-01-11 I had a lot of problems with my Jellyfin on Fire Stick 4k Max, but they were all solved by the latest update to jellyfin android. However, one new problem arose. I have a 6 set of movies (4k HEVC HDR DoVi, with 7.1 TrueHD audio) that are very high bitrate, and for some reason, it keeps saying playback error (even with the AC3 Compatibility audio stream). It used to work previously, but now they dont. How do I solve this? I could only find this: Stream mapping: Stream #0:0 -> #0:0 (hevc (native) -> h264 (h264_qsv)) Stream #0:2 -> #0:1 (ac3 (native) -> aac (libfdk_aac)) Press [q] to stop, [?] for help [hevc @ 0x55afdcdae900] No support for codec hevc profile 2. [hevc @ 0x55afdcdae900] Failed setup for format vaapi: hwaccel initialisation returned error. Impossible to convert between the formats supported by the filter 'Parsed_setparams_0' and the filter 'auto_scale_0' Error reinitializing filters! Failed to inject frame into filter network: Function not implemented Error while processing the decoded data for stream #0:0 [libfdk_aac @ 0x55afdcdad680] 2 frames left in the queue on closing Conversion failed! I am not particularly tech-savvy, the way you guys here are, but I think its transcoding. But it shouldnt be, since it used to work flawlessly. I have tried this various times, and it seems to give the same error at the bottom of the log. RE: Jellyfin Android (New Problem) - TheDreadPirate - 2024-01-11 What are your server specs and server OS? Can you share the full ffmpeg log via pastebin or sourcebin? RE: Jellyfin Android (New Problem) - T.S. Vaidyanathan - 2024-01-11 I want to do that. Is it the full log of the thing I attached? Or a different log? Bear with me, I am new to this. The server is running Ubuntu 22.04 LTS on an HP Pavilion AIO. I also dont want to give information that I probably shouldnt make public. I dont know for example if my IP address is somewhere, etc. So, if you can tell me exactly where to find the log and if it is safe to publisize, then I will do it promptly. Jellyfin 10.8.13 Ubuntu 22.04 LTS 16GB ram i5-8th gen something. Integrated Graphics Storage: WD 2 TB (JF Library) Seagate 2 TB (JF Library) Internal HP drive 500 GB (OS, Sambashare) Thank you soo much for the response! RE: Jellyfin Android (New Problem) - TheDreadPirate - 2024-01-11 The ffmpeg log contains zero sensitive information. Your logs are located in Code: /var/log/jellyfin The log names will be like "FFMPEG_Transcode<random string>.log" Find one with this error message and post the entire ffmpeg log to https://sourceb.in/ then post the link here. RE: Jellyfin Android (New Problem) - tmsrxzar - 2024-01-11 sounds like the igpu doesn't support it https://forum.jellyfin.org/t-solved-hardware-accelerated-transcoding-works-on-plex-but-not-on-jellyfin-docker RE: Jellyfin Android (New Problem) - T.S. Vaidyanathan - 2024-01-15 I figured it out. Hardware Decoding for HEVC 10bit was switched on during the update to 10.8.13. Now its back to normal and works beautifully. Thank you guys soo much. |