I'm using python-vlc to play streaming links
I am able to get meta using libvlc_media_get_meta(p_md, e_meta) method i want the returned value assuming its the title (url in this case) to be displayed on screen when the player opens.
Any idea how to do that ?