Jellyfin Forum
DLNA Transcoding Error - 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 Transcoding Error (/t-dlna-transcoding-error)



DLNA Transcoding Error - johnson - 2025-01-06

I have a Yamaha Receiver. I use Jellyfin's DLNA plugin to play my music library through the receiver. FLAC files work flawlessly. However, if I try to play *.ogg files with the vorbis codec, I get an error message that says that the receiver is unable to play the file. I can see the files in the Yamaha UI, just not play them. I'm hoping that this is a simple error in my Yamaha Receiver DLNA profile.

Here is the text of my receiver's XML profile in Jellyfin (Link to pastebin) located at /etc/jellyfin/dlna/user/Yamaha Receiver.xml. It was auto-generated when I linked the two applications. Do I need to tweak this to make JF transcode properly?

I saw there are a number of open transcoding issues open that are associated with the DLNA plugin, so I guess it could be one of those too. Looking for a little help pinpointing where the error may lie.

https://github.com/jellyfin/jellyfin-plugin-dlna/issues/23
https://github.com/jellyfin/jellyfin-plugin-dlna/issues/66
https://github.com/jellyfin/jellyfin-plugin-dlna/issues/28
https://github.com/jellyfin/jellyfin-plugin-dlna/issues/49

I should also mention that I have no trouble playing the same *.ogg files on my iPhone. I'm using Finamp and they stream & transcode to AAC perfectly. That's why I believe it's a DLNA or Yamaha issue. I don't have any other DLNA devices.

Thanks.

PS. Here is the log output:


[2025-01-05 23:10:33.208 -08:00] [INF] No matching device profile found. The default will need to be used.
DeviceIdentification { FriendlyName: "Yamaha", ModelNumber: "V685", SerialNumber: "0FA95", ModelName: "RX-V685", ModelDescription: "AV Receiver", ModelUrl: "http://www.yamaha.com/", Manufacturer: "Yamaha Corporation", ManufacturerUrl: "http://www.yamaha.com/", Headers: [] }
[2025-01-05 23:10:33.209 -08:00] [INF] DLNA Session created for "Yamaha" - "RX-V685" using profile "Generic Device"



RE: DLNA Transcoding Error - TheDreadPirate - 2025-01-06

If my understanding of DLNA profiles is correct, the profile you are using will not transcode anything. You need to put the codecs it DOES support in the direct play profile section. Anything not in that section will get transcoded to what you specified in the transcode profile section.