Load media in user interface created by libvlc_add_intf()
Posted: 11 Apr 2017 08:50
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?
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?