upload videos directly to Vimeo with URL return

Asked

Viewed 348 times

0

Friends could help me on an issue where I’m developing an app where I upload videos to the server, but I’m having problems with video playback and storage, since these videos take up a lot of space on the server, so I would like to upload videos via Vimeo that would save me from getting headaches, but I downloaded several examples and researched a lot about it, but did not succeed, someone would have some example of uploading with objective-c or through or java?

1 answer

1

Vimeo has its own API, it’s very well documented, and with good examples, if you know how to create the integration to upload, you shouldn’t have too many problems.

https://developer.vimeo.com/

https://developer.vimeo.com/api/upload/videos

It is a REST API, so it supports the HTTP verbs needed for integration, you need to have a REST Client.

In the documentation of two of the implementations of JAX-RS, there are some examples to create a REST Client.

https://docs.jboss.org/resteasy/docs/3.0.13.Final/userguide/html_single/index.html#RESTEasy_Client_Framework

https://jersey.java.net/documentation/latest/client.html

  • Yes, me and my team and some friends studied their API until we contacted the Vimeo team, but no one was able to upload a video to Vimeo.

  • Why no one got, did any problem occur?

  • A permission error occurs.

  • Even if you follow the paperwork? https://developer.vimeo.com/api/authentication You also need to register the application to obtain the id and key https://developer.vimeo.com/api/start

Browser other questions tagged

You are not signed in. Login or sign up in order to post.