The parameters if this Stream must be:
SID (Program Number) = 2
NIT= 1
ONID= 1
PMT-PID= 4095 (0x0FFF)
APID= 258 (0x102)
Audio must be MPEG-1 Layer II CBR (96 kbps mono 48 kHz)
so this is the commandline I created according to the help at http://wiki.videolan.org/VLC_command-line_help
I have loaded the stream.ts file to TSReader and I cannot see the ES-PID in the PMT nor the Service Name in the SDT./usr/bin/cvlc alsa://hw:0,0 --sout '#transcode{acodec=mp2,ab=96,channels=1,samplerate=48000}:std{access=file,mux=ts{pid-audio=258,pid-pmt=4095,tsid=1,netid=1,program-pmt="2",es-id-pid,sdtdesc="Radio Vida 1"},dst=stream.ts}'
Am I missing anything or doing anything wrong ?
Thanks and regards