strukturag / VLCKit

Fork of http://git.videolan.org/?p=vlc-bindings/VLCKit.git to integrate a version of VLC supporting libde265.
GNU Lesser General Public License v2.1
49 stars 32 forks source link

Open a network share via SMB, password? #2

Open zyqu opened 8 years ago

zyqu commented 8 years ago

Hi,

Thank you producing this helpful project. I am trying open a MRL with SMB protocol from an iOS device. The server is OS X 10.10. I was wondering how to pass the authentication?

I tried to connect with the MRL with username and password embedded [smb://username:password@hostname/share], but still does not work. The log from Xcode is:

Server is supporting extended security init_asn1: ASN.1 parser initialized Server challenge is 0x78f4781d502305b7

Thanks!