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 video, then libvlc_MediaListPlayerNextItemSet is triggered once. Is there anyone who knows the reason?
Moreover, libvlc_playback_mode_repeat is also not working with youtube videos properly. I think the reasons should be the same.
tuff