<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I’m using libvlc’s MediaDiscover to discover SMB shares on the LAN. The Media instance I got back through <span style="background-color: rgb(228, 228, 255); font-family: Menlo; font-size: 9pt;" class="">onMediaAdded</span> has the uri of the form <a href="smb://servername/" class="">smb://servername/</a>. Unfortunately, on some Android device, the netbios names can’t be resolved. I know libVLC itself can resolve the netbios name internally somehow since if I pass <a href="smb://servername/file" class="">smb://servername/file</a> to vlc’s MediaPlayer instance, it can play the file fine. I need to resolve the netbios names outside of libvlc since I’m using JCIFS and it throws UnknownHostException when servername is a netbios name and it works fine when servername is an actual IP address.<div class=""><br class=""></div><div class="">Is there any way to have libvlc resolve the netbios name for me so that I don’t have to pull in another dependency just to resolve the netbios host names?  </div></body></html>