Hi all,
I'm a newbie and I want to do a simple thing.
On the first PC I want to stream a video accross my network
VLC 0.9.9 run with a default config, I don't have a preference to use specific port
PC1 have this address 192.168.0.100 and PC2 have this address 192.168.0.200
On PC1
vlc test.avi --sout udp://192.168.0.200:2025
On PC2
vlc udp://192.168.0.100:2025
VLC opens correctly but no sound and no video, I have do something wrong?