![]() | This feature is not available in vlc 0.5.3, but it is in CVS. |
![]() | If you're building vlc from sources, you must specify --enable-v4l to ./configure to use this feature. |
% vlc v4l:/dev/video:channel=0:frequency=8052:norm=secam:size=vga --sout udp:192.168.0.42 --ttl 12 |
where :
/dev/video is the device corresponding to your acquisition card,
frequency, norm and size are parameters passed to your card,
192.168.0.42 is either :
the IP address of the machine you want to unicast to ;
or the DNS name the machine you want to unicast to ;
or the multicast IP address.
12 is the value of the TTL (Time To Live) of your IP packets (which means that the stream will be able to cross 11 routers).