Hello, The libvlc_media_discoverer API seems not working since the 1.0 version. I don't receive events anymore from the discoverer event manager libvlc_media_discoverer_event_manager Here is my code: p_mdis = libvlc_media_discoverer_new_from_name (inst, "Shoutcast", &ex); if (p_mdis !=...