Hi would like to stream with VLC from a DVB-S Card.
VLC should stream one transcoded TV Programm (mpeg4 video) and stream one Radiostation (without transcode)
currently I am streaming only the TV Programm mit the syntax:
vlc -vvv --color --ts-es-id-pid --programs=28201 dvb: --dvb-frequency=12110000
--dvb-srate=27500000 --dvb-voltage=18 --sout '#duplicate{dst="transcode{vcodec=mp4v,acodec=mpga,vb=500,ab=128}
:std{access=http,mux=ts,dst=:8020}"}'
-> EINSEXTRA
when I would like to add the
SID 28211 (MDR Info)
to
Port 8021
how can I add this Programm ?