Page 1 of 1

How to stream a file or DVD to network by command line?

Posted: 22 Nov 2007 09:03
by jerry4711
Hi there,
I knew how to receive an multicast UDP stream (sent by VLS or VLC's stream output), start VLC with: % vlc udp:@multicast_address[:server_port],

but how to stream a file or DVD to network by command line?

Could anyone tell me? Thanks a lot!

Re: How to stream a file or DVD to network by command line?

Posted: 04 Dec 2007 16:13
by Teta
Here's an example of how I do it:

start vlc.exe --ttl=16 d:\video1.avi :sout=#duplicate{dst=std{access=udp,mux=ts,dst=239.255.255.1:1234}}

That's it.

Teta