Every time vlc is started for streaming, order of audio tracks is random. I need to make it static. For example pids video 328, audio 428,429 Only way I found is "#duplicate{dst=http{mux=ts,dst=ADDRESS:PORT},select="es=338,es=428,es=429"}" But it doesn't work, only video is strea...