I'm just learning libVLC and tried running media_player.c
It runs without any errors but it doesn't do anything and I'm not sure what I'm supposed to expect?
I'm guessing that this program is supposed to open up an instance of vlc and play the file specified in test_default_sample[] but if vout and aout is set to dummy, doesn't that disable the video and audio?
Any thoughts and advise is welcome. Thanks in advance.