Hello
I'm tring to lunch vlc using command line, so I type the following commands
In the host wich receive multicast stream
- vlc udp:@233.0.73.29
In the host wich have to stream a file with vlc
- vlc /root/VLCpackage/airc.avi --sout udp://233.0.73.29 --ttl 35
But the second command don't run and in the command line appear the output : "bash: vlc: command not found".
Can someone explain me the problem?
Thanks in advance.
Maria