core services discovery error: no suitable services discovery module
Another thing that I'm try is to initialize de VLCMedia with the smb scheme like this:
Code: Select all
let curl = NSURL(string: "smb://user:pass@host/folder/video.mp4");
media = VLCMedia(URL: curl)
Is there any way to achieve this, Play a video file from samba server directly to MobileVLCKit just like the official VLC for iOS does?
Thanks in advance.