SwiftLand / VimeoPlayer

VimeoPlayer is a simple project for showing Vimeo videos that was developed with both UIKit and SwiftUI.
MIT License
4 stars 0 forks source link

Status 403 #1

Open podilivinayk opened 2 months ago

podilivinayk commented 2 months ago

Failure (1038ms): Status 403 HTTP request failed with 403.

Ali72 commented 2 months ago

In which request? Remember that you should set public_token before running the app. You can find the token on the Vimeo developer page. @podilivinayk

podilivinayk commented 2 months ago

Hey, Thanks for your reply. I was using config URL https://player.vimeo.com/video/{id}/config. @Ali72

Ali72 commented 1 month ago

Recently, Vimeo changed the config API and now requires more parameters to return a value. However, beyond this issue, it no longer sends MP4 files, and the client should handle HLS.

I am trying to find a solution, but so far, there is no quick fix for it.

Thanks for reporting. @podilivinayk