Page 1 of 1

Load media in user interface created by libvlc_add_intf()

Posted: 11 Apr 2017 08:50
by JurePuhek
Hi

I'm trying to come up with a mockup where I would create a VLC player user interface and play a media file inside it feeding data through my imem callbacks. I'm using libvlc 3.0.0 API, i/o is working, I just can't seem to find a way to play (and control) the media inside a common VLC player user interface. If I create a user interface with libvlc_add_intf(), it creates a VLC player user interface but there's no way of playing the libvlc_media_t context inside it.

Any pointers?

Re: Load media in user interface created by libvlc_add_intf()

Posted: 11 Apr 2017 19:42
by RĂ©mi Denis-Courmont
That's not possible. VLC interfaces use their own playlist.