I encrypt video data from sender end and on receiver end I got url of the encrypted video data. I want to play this url in AVPlayerViewController. But It will not play data from that url as first I have to decrypt the data. So I decrypt the data and store it to document directory and then pass Local url to AVPlayerViewController. It works. But I want it to play in chunks like youtube or default AVPlayerViewController instead of downloading whole data then decrypt it and then play it.