Page 1 of 1

Transport Stream and Elementary Streams PIDs

Posted: 01 Dec 2010 22:10
by natanael
I'm using VLC 1.1.4 to store an MPEG-2TS file I analize with dvbsnoop. The commandline is:

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}'
All PIDs are OK in PAT, PMT except:
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