Hi,
Probably it is basic question but i could not find solution available online while my search.
I am trying to stream video from command line on ubuntu server. I have download VLC source code tarball from http://get.videolan.org/vlc/3.0.8/vlc-3.0.8.tar.xz, and created executable by running make command in following steps:
./bootstrap
./configure
make
I can see vlc executable is created but not cvlc. What am i missing?
I will appreciate any help on this. Thanks.