hi!
i want to stream 1 channel from a dvb-c card via http (unicast) in my network.
i try this and on the client side with vlc, xine and mplayer - but it does not work ....
my syntax on the server is:
vlc -vvv --color --ttl 12 --ts-es-id-pid --programs=2 dvb: --dvb-frequency=450000000 --dvb-srate=6875000 --dvb-modulation=64 --dvb-voltage=13 --sout-standard-access=udp --sout-standard-mux=ts --sout '#duplicate{dst=std{dst=0.0.0.0:8080},select="program=2"}'
and on the client:
http://10.0.0.110:8080
nothing happens.
on the server i see this debug message (also epg updates form the channel)
[00000300] main http server debug: Connection from 10.0.0.61
thx for any hint or tipp
with friendly greetings,
cordovan