I have a problem with libvlc.
My program is based on the libVLC tutorial (http://wiki.videolan.org/LibVLC_Tutorial) with 0.9.x versions.
When I try to load a M3U playlist as a media, it doesn't work, for example :
Code: Select all
m = libvlc_media_new (inst, "http://viphttp.yacast.net/V4/radiofrance/franceinfo_bd.m3u", &ex);
Any idea about the problem?
Thanks