Search found 5 matches

Go to advanced search

by liammartens
28 Mar 2019 11:14
Forum: Development around libVLC
Topic: Replay "ended" media
Replies: 4
Views: 765

Re: Replay "ended" media

Yes as I said in my reply, it does work when I call stop first but I need to prevent the black frame flash before the media starts playing so I need to hold the first frame as it starts and not completely stop it.
by liammartens
28 Mar 2019 08:22
Forum: Development around libVLC
Topic: Replay "ended" media
Replies: 4
Views: 765

Re: Replay "ended" media

Ok noted, but it seems that even when I move the function calls to a detached thread it still does not seek back and replay. It does work when I call media_player stop on it first but then I get the initial black screen which I don't want I would need it to keep the media so it can immediately resta...
by liammartens
28 Mar 2019 01:29
Forum: Development around libVLC
Topic: Replay "ended" media
Replies: 4
Views: 765

Replay "ended" media

I am probably doing something wrong but I will ask the question anyways. I am trying to repeat something after it ends. The setup I have now is something like this: libvlc_media_player_t* player = libvlc_media_player_new(vlc_instance); libvlc_event_manager_t* evt_mgr = libvlc_media_player_event_mana...
by liammartens
18 Mar 2019 22:00
Forum: Development around libVLC
Topic: libvlc_new null when running inside Docker
Replies: 2
Views: 373

Re: libvlc_new null when running inside Docker

Argh of course, I only had the development files installed, very smart.
by liammartens
17 Mar 2019 23:38
Forum: Development around libVLC
Topic: libvlc_new null when running inside Docker
Replies: 2
Views: 373

libvlc_new null when running inside Docker

I have following basic sample code (just for testing in this case) #include <vlc/vlc.h> int main(int argc, char* argv[]) { libvlc_instance_t* inst = libvlc_new(0, NULL); printf("%p\n", inst); return 0; } Now after building and running this on my host system (being Linux - specifically Ubun...

Go to advanced search