Page 1 of 1

how to stream

Posted: 08 Oct 2009 16:55
by alexandros27
Hello guys i wanted to aks how i can stream a video file from my pc to another vlc player on pc in a defferent network. Can any one help me ?

Re: how to stream

Posted: 08 Oct 2009 18:02
by pujansrt
PC1>------------------> PC2
IP1 >------------------> IP2

(IP=IP Address)

On PC1 run
C:\Program Files\VideoLAN\VLC>vlc.exe "D:\test.avi" :sout=#duplicate{dst=display,dst=std{access=udp,mux=ts,dst=IP2:1234}}

On PC2 run
C:\Program Files\VideoLAN\VLC>vlc.exe udp://@:1234

Re: how to stream

Posted: 09 Oct 2009 22:15
by smartin
Hi There,

I'm trying to do the same thing here.

I follow the exact step below and the VLC starts on PC2, I can hear the audio but I don't see the video even though the video screen opens but it's all black :(

Thanks