On the PI:
raspivid -t 0 -l -o tcp://0.0.0.0:3333
On the Computer, one can stream with VLC:
vlc tcp/h264://192.168.66.154:3333
(assuming 192.168.66.154 is the PI's IP address)
On the PI:
raspivid -t 0 -l -o tcp://0.0.0.0:3333
On the Computer, one can stream with VLC:
vlc tcp/h264://192.168.66.154:3333
(assuming 192.168.66.154 is the PI's IP address)