i want to stream youtube videos in MWPhotoBrowser in my iOS app, i searched a lot for this but did not got any success as same issue. If anyone have used or using this library please help.
Asked
Active
Viewed 138 times
0
-
It's not supported out of the box, you will have to build it yourself. – rckoenes Jul 03 '17 at 09:55
-
I dont think, avplayer would be able to play youtude video because youtube video urls are not .mp4 or in any similar format but are embedded links. follow the link [Play a video from Youtube in a AVPlayerViewController in Swift](https://stackoverflow.com/questions/34709880/play-a-video-from-youtube-in-a-avplayerviewcontroller-in-swift) for better understanding. – Pawan Rai Jul 03 '17 at 09:58
-
Rckoenes and Pawan thanks for quick respond! as MWPhotoBrowser not supports this functionality, i'm now using @pawan's suggestion for this :) – iNoob Jul 03 '17 at 11:08