Postby mpbejo » 26 Feb 2010 10:17
I use this to stream a dvb-t signal over the net
vlc -vvv --ttl 12 --ts-es-id-pid --programs=3301 dvb-t://frequency=490000000 :sout=#transcode{vcodec=WMV2,vb=384,scale=0.5,width=320,
height=240,acodec=wma2,ab=32,channels=2,samplerate=22500}:std{access=mmsh,mux=asf
h,dst=192.168.2.4:1234/stream.asf}
you need to stream a file remove --programs and replace the dvb-t: with your source, set the your correct ip and port on dst and try, you can use the vlc gui wizard for help
bye