I have read the 'LibVLC Media List Management' document on the wiki and i have a question. (http://wiki.videolan.org/LibVLC_Media_List_Management)
Using the new media list management in libvlc, can I create more than one list and player for one libvlc instance?
The description of libvlc_new says it should be called only once. But can we call libvlc_media_list_new and libvlc_media_list_player_new more than once and have multiple players with each its own media list? And can all the players be played concurently? I want my application to have multiple play lists of mp3s that will be streamed simultaneously to different ports. Thus providing music channels selectable by port number.
Thanks!