GNOME Bugzilla – Bug 688152
Matching failures for relaxed DLNA profiles.
Last modified: 2021-05-17 17:04:57 UTC
FAIL: relaxed/audio/Tryad_Listen.aac,AAC_ADTS_320,audio/vnd.dlna.adts Should be AAC_ADTS profile, MIME type is good. FAIL: relaxed/audio/Big_Buck_Bunny_Trailer_1.aac,AAC_MULT5_ADTS,audio/vnd.dlna.adts Should be audio/mp4 MIME type, profile is good.
In first case AAC_ADTS_320 comes before AAC_ADTS and apparently Tryad_Listen.aac matches to that one, so gupnp-dlna-info does not look further. In second case - simply MIME type of AAC_MULT5_ADTS is audio/vnd.dlna.adts, not audio/mp4. Maybe relaxed-media-list.txt should be updated.
Sounds to me as if you already know how to fix it and could also supply a regression test.
No, I don't exactly know how to fix it. I mean, I don't know if the guessed profile is wrong or extracted metadata are not what we expected or the expected profile/MIME type need to be fixed. I wrote why it fails. Also these failures are part of regression test of sorts - the files are in gupnp-dlna-media repository.
for the AAC_ADTS case, we can't really do anything but fixing the test file; AAC_ADTS_320 degenerates to AAC_ADTS in the relaxed case since it misses the bitrate
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gupnp-dlna/-/issues/4.