Postby sblee » 10 Mar 2009 19:36
I'm also just started to use vlc and still trying to do interesting tests with Linux and Windows.
My 0.9.8a binary installtion for windows works fine with rtp over udp. Please, try to use following procedures.
For the streamer(192.168.0.5), open a cmd window and go to "C:\Program Files\VideoLAN\VLC" folder. Type following commands
.\vlc "video_file" --sout "#rtp{dst=192.168.0.13,port=1234,mux=ts,proto=udp}"
For the receiver(192.168.0.13), open a cmd window and go to "C:\Program Files\VideoLAN\VLC" folder. Type following commands
.\vlc rtp://@192.168.0.13:1234
If you want to use udp only, you can use following commands
For the streamer(192.168.0.5), open a cmd window and go to "C:\Program Files\VideoLAN\VLC" folder. Type following commands
.\vlc "video_file" --sout "udp://192.168.0.13:1234"
For the receiver(192.168.0.13), open a cmd window and go to "C:\Program Files\VideoLAN\VLC" folder. Type following commands
.\vlc udp://@192.168.0.13:1234