Code: Select all
cvlc input.ts --sout '#std{mux=ts{pid-video=100,pid-audio=101,pid-pmt=500,tsid=1,netid=1,es-id-pid=1,program-pmt="120",sdtdesc="channel1"},access=file,dst=stream2.ts}'
pid-video -> it always assigns 0x45 (69)
pid-audio -> it always assigns 0x44 (68)
sdtdesc -> no description appears at all
How can I construct a TS with the PIDs and SDT desc I want ???
Thanks and regards