Hi
I would like to develop a video player based on libVlc to display several videos (up to 5) with frame accurate synchronization. It is something like using the --input-slave option of the VLC command line. I do not find how to do this using the libVlc API. For example using libvlc_media_player_set_media will only allow one media to be used...
Do I need several libVLC instances ?