Code: Select all
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://mywebsite.com/abc%20def.avi"]];
Code: Select all
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://mywebsite.com/abc%20def.avi"]];
Code: Select all
let currentURL: NSURL = NSURL(string: "\(currentPath.stringByAddingPercentEncodingWithAllowedCharacters(NSCharacterSet.URLQueryAllowedCharacterSet())!)")!
self.currentMedia = VLCMedia(URL: currentURL)
Return to “VLC media player for macOS Troubleshooting”
Users browsing this forum: No registered users and 4 guests