YKMediaPlayerKit icon indicating copy to clipboard operation
YKMediaPlayerKit copied to clipboard

Vimeo video is not playing.

Open mbilal-mbt opened this issue 9 years ago • 6 comments

Really nice work you have done, I'm using it already, but when i start playing with Vimeo link, its just loading not playing but yeah I can see Vimeo thumbnail.

mbilal-mbt avatar Nov 12 '15 12:11 mbilal-mbt

Are you using iOS 9?

glitch182 avatar Nov 17 '15 14:11 glitch182

yes im using iOS9.

On Tue, Nov 17, 2015 at 7:25 PM, vishaluae [email protected] wrote:

Are you using iOS 9?

— Reply to this email directly or view it on GitHub https://github.com/YasKuraishi/YKMediaPlayerKit/issues/16#issuecomment-157385128 .

mbilal-mbt avatar Nov 17 '15 16:11 mbilal-mbt

Is that Vimeo problem is due to iOS9??

On Tue, Nov 17, 2015 at 9:09 PM, Muhammad Bilal [email protected] wrote:

yes im using iOS9.

On Tue, Nov 17, 2015 at 7:25 PM, vishaluae [email protected] wrote:

Are you using iOS 9?

— Reply to this email directly or view it on GitHub https://github.com/YasKuraishi/YKMediaPlayerKit/issues/16#issuecomment-157385128 .

mbilal-mbt avatar Nov 18 '15 04:11 mbilal-mbt

It stopped working for me as well for iOS 7, 8 and 9. It stopped working when I updated my xcode to xcode 7. Even it is not giving thumbnail as well.

qasimsqm avatar Nov 18 '15 17:11 qasimsqm

This is due to new iOS Network Security policy. Add this to your plist:

<key>NSAppTransportSecurity</key>
<dict>
  <!--Include to allow all connections (DANGER)-->
  <key>NSAllowsArbitraryLoads</key>
      <true/>
</dict>

yageek avatar Nov 23 '15 10:11 yageek

thanks @yageek for the PR. Apologies for not being able to get back to it earlier.

YasKuraishi avatar Jan 14 '16 21:01 YasKuraishi