Hi all, I am developing an application in C using libvlc to play youtube videos. I used this api call libvlc_media_new_path to set the url. But it doesn't works. It works if I give a local path and also works when giving url using vlc GUI. Is there any other calls or anything to configure for playin...