Dear all:
there are two dvb streams and i can play the dvb stream separately by the follow cmd.
# vlc dvb-t:adapter=0:frequency=11766000:bandwidth=6:transmission=8:budget_mode=1 --program=401
# vlc dvb-t:adapter=0:frequency=11766000:bandwidth=6:transmission=8:budget_mode=1 --program=402
If i want to add the two dvb stream into the VLC playlist, it will cause a problem that VLC can't recognize the program paprameter. The command i typed was
# vlc dvb-t:adapter=0:frequency=11766000:bandwidth=6:transmission=8:budget_mode=1 --program=401 dvb-t:adapter=0:frequency=11766000:bandwidth=6:transmission=8:budget_mode=1 --program=402
It can't work! and please tell me what should i do, please .