Can't wait to mess around with this! To be honest, I'm surprised there isn't more competition in this market, as filepicker has been saving me and the rest of our dev team hours and hours of valuable time.
Filepicker.io + Zencoder
11–20 of 21 posts
Re: Filepicker.io + Zencoder
#12Earlier quoted context omitted.
Which you could do before this integration ? (I'm not trying to be down on what has been developed here - just trying to understand how it is different from what was already possible)
Yup, this partnership is more about providing demos and showing people in each of our respective communities how they can use the two services together. Fortunately both of our APIs were powerful enough already that we didn't have to write any additional library code to integrate the two
It seems to me that most of the FilePicker documentation talks about using it in client side applications ?
Re: Filepicker.io + Zencoder
#13Earlier quoted context omitted.
Which you could do before this integration ? (I'm not trying to be down on what has been developed here - just trying to understand how it is different from what was already possible)
Yup, this partnership is more about providing demos and showing people in each of our respective communities how they can use the two services together. Fortunately both of our APIs were powerful enough already that we didn't have to write any additional library code to integrate the two
Because we're so heavily client-side, we created a policy-based security api to allow you to control the actions allowed using the filepicker.js library, as well as actions in your developer portal that you can use to make things read-only, set the max allowed file size, etc.
Re: Filepicker.io + Zencoder
#14The Zencoder blogpost cautions: It is a BAD IDEA to put your Zencoder API key in plain text inside of JavaScript. Just to repeat that one more time, do not use this in code that other people could possibly access. Nothing would stop people from taking your API key and encoding all the video they wanted. The implication is that I couldn't therefore put this code in any internet-facing webpages. Which leads me to wonde…
This is a demonstration of how the two can work together, but in a production setup you'll want to do the following transformation: Instead of getting the fpurl and passing that to zencoder via a $.ajax call, first pass it to your server and then hit zencoder server-side using one of their libraries.
Re: Filepicker.io + Zencoder
#15Earlier quoted context omitted.
This is a demonstration of how the two can work together, but in a production setup you'll want to do the following transformation: Instead of getting the fpurl and passing that to zencoder via a $.ajax call, first pass it to your server and then hit zencoder server-side using one of their libraries.
+1 We've been using both zencoder and filepicker for our Ember/Rails app and that is exactly how it works. Ember posts fpurl to our Rails API, rails hits zencoder to kick-off processing job. API keys stay secure and files never pass thru our system. Awesome!
Re: Filepicker.io + Zencoder
#16[0] https://news.ycombinator.com/item?id=5274117
A co-founder of Zencoder even replied to my suggestion mentioning that there's a market for it.
(If you're a hardcore wantrepreneur, here is your idea. Now go forth and build the bootstrapped SaaS biz you always wanted. Send me a link when its done, I know some people that would probably use it. Seems I can't ever find a spare weekend to build it myself)
Re: Filepicker.io + Zencoder
#17Re: Filepicker.io + Zencoder
#18Can't wait to mess around with this! To be honest, I'm surprised there isn't more competition in this market, as filepicker has been saving me and the rest of our dev team hours and hours of valuable time.
Shhh don't tell anyone! :D
Any chance filepicker.io will get any faster in the short term? Facebook integration has been really slow lately.
Re: Filepicker.io + Zencoder
#19Can't wait to mess around with this! To be honest, I'm surprised there isn't more competition in this market, as filepicker has been saving me and the rest of our dev team hours and hours of valuable time.