sahin / mobileplayer-ios

:iphone: :movie_camera: A powerful and completely customizable media player for iOS
Other
3.07k stars 356 forks source link

Video is not playing in ipad mini 2. #163

Open thakurkrishna1991 opened 7 years ago

thakurkrishna1991 commented 7 years ago

Report

What did you do?

I am using xcode 8.2 and swift 2.3 and running project in iOS 10.1 let videoURL = NSURL(string: url) let config = MobilePlayerConfig( dictionary: ["watermark": ["image": "Sûre logo copy"]]) playerVC = MobilePlayerViewController(contentURL: videoURL!, config: config) playerVC!.title = title playerVC!.activityItems = [videoURL!] // Check the documentation for more information. //playerVC?.moviePlayer.setFullscreen(false, animated: false) self.navigationController?.pushViewController(playerVC!, animated: false)

What did you expect to happen?

Video is playing in all devices except iPad mini2 , But again working on simulator.

What happened instead?

It is loading video but it is not playing it. just showing current image of video.

Project that demonstrates the issue

joshuaTTL commented 7 years ago

Were you able to solve it? I'm experiencing this with iPhone 6 as well while it works perfectly on simulators.