ankushdhawan
ankushdhawan
Hello I am also facing same issue .do you have any solution for it.
I have tested it its not work for video can you please check it On Thu, 2 Feb 2017 at 10:24 PM, Tyler Sheaffer wrote: > @ankushdhawan it should work,...
video is not showing only sound is working.
1. Video URL:http://bnotifi.com/voyatone/media/user_video/58940de154821.mp4 2. ```swift let tempPath = NSURL(fileURLWithPath: NSTemporaryDirectory()).appendingPathComponent((videoModel?.video_url)!) var remoteAudioPlayer = PersistentStreamPlayer(remoteURL:url, localURL: tempPath!) remoteAudioPlayer?.delegate = self; remoteAudioPlayer?.addSubView(videoView) remoteAudioPlayer?.play() ``` 3. addSubView function i have create in your...