On Tue Nov 15 20:31:01 2022 +0000, Zebediah Figura wrote:
We need the read threads to always be running and returning their next
sample because we then deliver them in PTS order. Somewhat out of curiosity, did you check whether this still applies when DedicatedDeliveryThread is set?
I believe I did and it still applies (with the same offset as without threads, when samples are decoded), and there's another setting named `DeliverOnReceive` that is the one which changes that behavior (though I don't think we need it).