Hi all,
I'm building a libVLC based program. I am confused about management of libvlc_media_t and libvlc_media_list_t. What I'm trying to do is create a playlist with all .mp4 files in "/home/pi/videos/" directory and get their names. Later, I should be able to select a file from the playlist to play it. I think it's not necessary to use dirent.h functions because libVLC can already manage files and paths, isn't it?
All advices are welcome. thank you.