vimeo / PlayerKit

MIT License
154 stars 54 forks source link

Vimeo Video Not Playing. #78

Closed kopsPrmr closed 5 years ago

kopsPrmr commented 5 years ago

Download The Code And Replace The URL(https://github.com/vimeo/PlayerKit/blob/master/Example/PlayerKit/video.mp4?raw=true) With (https://vimeo.com/282875052) Video Is Not Load And Playing. Can You Plz Help Me For This.

rpassis commented 5 years ago

Hi there,

The URL you are passing to the player is not a video but a webpage.

If you'd like to play a Vimeo video using PlayerKit, you will first need to get the video file URL via our API and then pass that url to the player.

For details on how to interact with our API see https://developer.vimeo.com/. You can also check out our iOS networking library

Please feel free to open another issue if you have trouble navigating those resources.

Rog