Page 1 of 1

simple video stream accross my LAN

Posted: 06 Jul 2009 21:29
by pixel
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?

Re: simple video stream accross my LAN

Posted: 07 Jul 2009 09:28
by ruliane
I think you need enter 192.168.0.100:2025 on PC1.