Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload feature #3

Open
ghost opened this issue Sep 15, 2016 · 2 comments
Open

Upload feature #3

ghost opened this issue Sep 15, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 15, 2016

Hi, do you have some plans to integrate uploads in the next time?
Seams like you did already a bunch of work and you know the vimeo API very well. Maybe you can tell me some keypoints, and I would dig around to see if I could help you with it.

@lilfaf
Copy link
Owner

lilfaf commented Sep 16, 2016

Hi @dropfen,
This was actually the next task I had to do on this projet but i kinda dropped it. The only hint I can give is that we should to use Elixir Streams (wooww 😲 😋 ). Any help on this lib would be much appreciated ! Feel free if you want to give it a try.

@ghost
Copy link
Author

ghost commented Sep 16, 2016

Actually I would like to handle the upload from the client directly, we
would only need to create the ticket on the server first.

  1. Client requests a ticket from your App Backend

-> It requests a Ticket: POST https://api.vimeo.com/me/videos -d {"type": "streaming"} streaming || post depending what your client is
capable of.

<- Receiving the { ticket_id, upload_link_secure, complete_uri }

  1. Use this pieces on the client to upload directly to vimeo, show
    progress, finish, etc..

What do you think?

Am 16.09.16 um 05:12 schrieb Louis Larpin:

Hi @dropfen https://github.com/dropfen,
This was actually the next task I had to do on this projet but i kinda
dropped it. The only hint I can give is to use Elixir Streams. Any
help on this lib would be much appreciated ! Feel free if you want to
give it a try.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACKYh0wbXTSaJXq5bUCmS6lQpBHA_sFaks5qqgk4gaJpZM4J-FTq.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant