parse.com - AVPlayer doesn't play video from my parse -


i'm trying play video parse server i'm getting empty video player , when print url correct video url

let thevideo:pffile! = (self.selectedmsg["file"] as! pffile)             let url:nsurl = nsurl(string: thevideo.url!)!             let player = avplayer(url: url)              let playercontroller = avplayerviewcontroller()             playercontroller.player = player              self.presentviewcontroller(playercontroller, animated: true) {                  player.play()             } 

any help?

i had same issue, tried search around solution, cannot, workable solution save file device, , play locally.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -