how to Create a .bat for VLC streaming

Mr noodle

Active Member
Joined
Nov 12, 2008
Messages
53
Reaction score
0
Dudes

Does anyone know how to create a batch file for VLC

im trying to stream from address 239.0.0.2 port 4321 it works normally but i want to create a .bat file to send to users so they click it and it automatically opens

i know its a tough question but i need some help
 
Code:
vlc -vvv udp:@multicast_address[:server_port]

Which for your users should be

Code:
vlc -vvv udp:@239.0.0.2:4321
 
No, at the very least you need to specify path to executable.

Something quick and nasty but functional would be
Code:
cd "C:\Program Files\VideoLAN\VLC"
vlc -vvv udp:@239.0.0.2:1234
exit

You could just edit a shortcut and mail it to them, no need to use batch files
 
Top
Sign up to the MyBroadband newsletter
X