I have been trying to stream an mpeg file using VLS, and capturing the data on VLC, but I havent had any success.
Ive been using the commands:
VLS:
vls -vv -d udp:10.10.0.225 file:mpeg.mpg --ttl 12
VLC:
vlc -vvv udp:
Everything runs, but I do not receive a file. Am I doing something wrong??
Also, how would I stream using VLS using an HTTP command?
please help!