Search found 3 matches

Go to advanced search

by Dadam
13 Sep 2009 11:24
Forum: Development around libVLC
Topic: Newbie's questions
Replies: 3
Views: 944

Re: Newbie's questions

Does vlc have D-Bus API? I found this: http://wiki.videolan.org/DBus-spec
by Dadam
11 Sep 2009 17:44
Forum: Development around libVLC
Topic: Newbie's questions
Replies: 3
Views: 944

Re: Newbie's questions

1) I know about these functions, but I create media list and don't know what to do with it. Here is the code: #define _GNU_SOURCE #include <stdio.h> #include <string.h> #include <stdlib.h> #include <vlc/vlc.h> int main() { libvlc_exception_t ex; libvlc_instance_t *vlc; libvlc_media_t *media; libvlc_...
by Dadam
06 Sep 2009 17:27
Forum: Development around libVLC
Topic: Newbie's questions
Replies: 3
Views: 944

Newbie's questions

Hi, I'd like to make a small media player based on libvlc (part of a bigger project), but I'm in some troubles: 1) How to make a playlist? I tried libvlc_media_list_t conversion to libvlc_media_t using libvlc_media_list_media(), but it didn't work, then playing libvlc_media_list_t in libvlc_media_li...

Go to advanced search