Search found 1 match

Go to advanced search

by xrc2
02 Dec 2009 18:49
Forum: Development around libVLC
Topic: Cannot play second file in playlist
Replies: 2
Views: 901

Cannot play second file in playlist

My VLC code could't play second file after finished first. Why? I need to play all files in playlist one-by-one. int main() { libvlc_instance_t *handler = NULL; libvlc_exception_t exceptions; libvlc_media_list_t *medialist = NULL; char cur_dir[MAX_PATH] = {0}; getcwd(cur_dir, MAX_PATH); char plugin_...

Go to advanced search