Multicast MPEG-TS
Posted: 18 Oct 2006 10:19
Hello everybody,
fist i would like to say hello to everybody. I just signed myself in.
Secondly, i already have a question:
In my linux-system(fedoraCore 5) i have a DVB-T card. The linux-system acts as a server and i like to stream a hole group of channels(mulitplex stream) to my lan. So, not just one channel but a group of channels. I already checked the stream-docs but there is always this error when i use this command:
Is there somebody who knows of there maybe some syntax-faults or something?
I toke this command from the doc and changed it to my personel settings so i don't know what to do now. I' am not so familiar with this program.
Best Regards
fist i would like to say hello to everybody. I just signed myself in.
Secondly, i already have a question:
In my linux-system(fedoraCore 5) i have a DVB-T card. The linux-system acts as a server and i like to stream a hole group of channels(mulitplex stream) to my lan. So, not just one channel but a group of channels. I already checked the stream-docs but there is always this error when i use this command:
Code: Select all
[cisco@localhost ~]$ vlc -vvv --color --ttl 1 --ts-es-id-pid --programs=8508,8505 dvb: \
> --dvb-frequency=562000000 --dvb-srate=27500000 --dvb-bandwidth=8MHz \
> --dvb-hierarchy=-1 --dvb-guard=8 --dvb-transmission=8K \
> --sout-standard-access=udp --sout-standard-mux=ts --sout \
> '#duplicate{dst=std{dst=224.0.1.9},select="program=8508"}'
VLC media player 0.8.5 Janus
[00000001] main vlc debug: opening config file /home/cisco/.vlc/vlcrc
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /home/cisco/.vlc/cache/plugins-04041e.dat
[00000001] main vlc debug: recursively browsing `modules'
[00000001] main vlc debug: recursively browsing `/usr/lib/vlc'
[00000001] main vlc debug: recursively browsing `plugins'
[00000001] main vlc debug: module bank initialized, found 222 modules
[00000001] main vlc debug: opening config file /home/cisco/.vlc/vlcrc
vlc: unknown option or missing mandatory argument `--dvb-frequency=562000000'
Try `vlc --help' for more information.
[00000001] main vlc debug: saving plugins cache file /home/cisco/.vlc/cache/plugins-04041e.dat
[cisco@localhost ~]$
I toke this command from the doc and changed it to my personel settings so i don't know what to do now. I' am not so familiar with this program.
Best Regards