Do you have any advice for me to create a playlist that will contain youtube videos and have the following properties. I want to change the media via keyboard command. I am holding indexes for these videos and using libvlc_media_list_player_play_item_at_index. This works exactly as I want. However, ...
Hello, I am using libvlc_media_list_t to hold a bunch of media. This list contains local and youtube videos. When I change the media with a keyboard key, if the next media is a youtube video, then libvlc_MediaListPlayerNextItemSet is triggered twice. On the other hand, if the next media is a local v...
Hello, I am trying to set a marquee value for my player and update it whenever I recieve a value from a server. I could manage to set the first value of the marquee but could not change afterwards. Here, the code portion about how I initialize the marquee: libvlc_video_set_marquee_int(this->m_pSimul...