OK, you need to PARSE: ThisPasLibVlcMedia := TPasLibVlcMedia.Create(VLCPlayer.VLC, VLCPlayer.GetMediaMrl); try ThisPasLibVlcMedia.Parse; CodeSite.Send('===>>> Title', ThisPasLibVlcMedia.GetMeta(libvlc_meta_Title)); finally ThisPasLibVlcMedia.Free; end; However, this works only with LOCAL media files...