![]() |
DLNA (as a plugin) no longer transcodes propely (Sony Bravia (2014).xml profile) - 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: DLNA (as a plugin) no longer transcodes propely (Sony Bravia (2014).xml profile) (/t-dlna-as-a-plugin-no-longer-transcodes-propely-sony-bravia-2014-xml-profile) |
DLNA (as a plugin) no longer transcodes propely (Sony Bravia (2014).xml profile) - seemebreakthis - 2024-07-05 Before DLNA became a plugin, I was happily using it without any problem. With a custom profile, transcoding worked fine whenever needed for my videos. Now whenever transcoding is involved, I only get audio but no video in the output .ts file. And this is the test result with no custom profiles. So even with the default .xml profile, I am seeing this problem. From what I can see in the log files, the transcoding command now becomes this: /usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/media/<redacted>/MVI_4115.AVI" -vn -map 0:1 -map -0:s -codec:v:0 copy -mpegts_m2ts_mode 1 -map_metadata -1 -map_chapters -1 -threads 0 -codec:a:0 ac3 -ac 1 -ab 128000 -y "/config/data/transcodes/d7f3b454a1ff155f347b75afe8193c39.ts" From what I can understand, the transcoding job is skipping video altogether. The log concurs: Code: ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers I even tried copying the transcoded .ts file elsewhere and played that file with a player. Yes only the audio part remains. RE: DLNA (as a plugin) no longer transcodes propely (Sony Bravia (2014).xml profile) - TheDreadPirate - 2024-07-05 You can still use custom profiles, but the path changed. /config/plugins/DLNA_2.0.0.0/profiles/ Try putting your custom profile XML in that directory. RE: DLNA (as a plugin) no longer transcodes propely (Sony Bravia (2014).xml profile) - seemebreakthis - 2024-07-05 The thing is, even if I create a custom profile (using exactly the same settings as before DLNA became a plugin), transcoding would still fail because of the exact same reason (video gets stripped away leaving just the audio part). |