You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to do the most basic code, the same as the example code in the README file
let resourceLoaderManager = VIResourceLoaderManager()
let playerItem = resourceLoaderManager.playerItem(with: unwrappedVideoPath)
let player = AVPlayer(playerItem: playerItem)
and I get this error NSURLConnection finished with error - code -1002
I saw there was an issue like this #63 but it closed without a reason
The text was updated successfully, but these errors were encountered:
Try to do the most basic code, the same as the example code in the README file
and I get this error NSURLConnection finished with error - code -1002
I saw there was an issue like this #63 but it closed without a reason
The text was updated successfully, but these errors were encountered: