Random audio tracks order in duplicated http stream, normal?
Posted: 13 Feb 2011 17:50
Hi,
I have a TS http-stream with following audio tracks:
If i duplicate the stream to another http-stream with following options:
The order of the new stream audio tracks is random:
or
Well, I can handle this by myself because I have the pids, and I can start playback with --audio-track-id=<integer> and use libvlc_audio_set_track() during playback.
But nevertheless I wanted to ask if this is meant to be this way?
With best regards,
DsChAeK
I have a TS http-stream with following audio tracks:
Code: Select all
2304 Saubere Effekte - [Deutsch]
2305 Saubere Effekte - [English]
2307 Saubere Effekte - [Deutsch]
Code: Select all
:sout=#duplicate{dst=std{access=http,mux=ts,dst=192.168.0.123:12345}
:sout-ts-es-id-pid
:ts-es-id-pid
Code: Select all
2304 Titel 1 - [Deutsch]
2307 Titel 2 - [Deutsch]
2305 Titel 3 - [English]
Code: Select all
2305 Titel 1 - [English]
2304 Titel 2 - [Deutsch]
2307 Titel 3 - [Deutsch]
But nevertheless I wanted to ask if this is meant to be this way?
With best regards,
DsChAeK