Trying to play several URLs using libvlc_media_list_player_play_item_at_index, but each time there is always a black screen when switching.
For example, the playlist is rtsp://192.168.0.101, rtsp://rtsp://192.168.0.102, rtsp://192.168.0.103
calling libvlc_media_list_player_play_item_at_index(p_listPlayer, 0) to play URL No. 1,
and then after 10 seconds, calling libvlc_media_list_player_play_item_at_index(p_listPlayer, 1) to play URL No.2,
at this time, the screen will be black for about one second.
Maybe this function calls media_player_stop internally?
Is it possible keep playing and switching without the black screen? Any options should I add to the media ot player?
Is there any options like bClearScreenOnStop?
Thanks for your reply in advance