B-z-F writes

Hi, when playing flac files, only actual track is played (tested both with AVTransport on and off). Playing mp3 files works fine. Also first flac file after mp3 is played. Tested same files (minidlna as a server) and renderer with BubbleUPNP and it works fine (although no seeking possible in flac (same problem in upplay)).

medoc92 writes

What renderer are you using ?

B-z-F writes

medoc92 writes

Ok, I don’t know how to fix this without testing on the actual renderer, and I have no way to access one.

If you are a c/c++ developper and feel like debugging this, the relevant code would probably be in:

upqo/avtransport_qo.h
upadapt/avtadapt.h
playlist/playlistavt.cpp
playlist/playlist.cpp

It also depends if the renderer supports gapless (setnextavtransporturi) or not. The code for the avt track transitions is actually a bit hairy, and could probably be made simpler. I am not too surprised that there are bugs lurking in there.

medoc92 writes

can’t work on this without access to a renderer