-
Notifications
You must be signed in to change notification settings - Fork 126
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
Is littles3 use possible #47
Comments
There are two components to consider:
|
Hi, thanks for your reply. I was already suspecting that the Zencoder part would be the dealbreaker when I wrote the question. Are there any plans to make pageflow support (any) other protocol with is offered by Zencoder, like SFTP for example? That would enable people to use storage that only charges for storage but not for traffic (unless hosted on your own) which makes the cost much more predictable as you never know how popular a story will become. Especially if you are not doing that for business purpose. Is there maybe another possibility? Something like:
This way the S3 would be involved only during the story creation but not while serving the stories to hundreds of viewers. That would also be quite nice and worth the effort (that could potentially be scripted) if it is possible at all. Thanks for your inputs. Cheers, |
As it stands Pageflow supports Zencoder SFTP outputs in addition to S3. Still, we had some bad experiences with Zencoder's SFTP adapter failing to copy files while reporting success via the API. I'll try to get around to editing the Zencoder Options wiki page, though. That would deal with video/audio. Full replication of stories can surely be implemented somehow. But I'd suspect that to be quite complex and definitely out of scope for us. Maybe a custom content delivery setup proxying S3 would be easier to get working. |
the wiki update to use SFTP (just to tinker a bit aroud with it to see if we face the same problems with it as you did) would be very appreicated! thanks a lot in advance! |
Here's the wiki page on using SFTP. If you also experience the Zencoder hickups we ran into, we might want to add a warning note to the wiki page. |
hi tf, thanks for the wiki update. I configured my playground instance accordingly. Will report back here in case I face similar hiccups as you did. What works now (tested only with a small/fast file) is that the files are put via SFTP to my server and I serve the encoded contens myself instead of pointing to the output bucket. It is just fine for me that S3 is used also additionally as this is only a one time thing but not used for every page visitor. So that covers the Audio/Video part. For the images / paperclip part: Is it possible to use paperclip-sftp to use the same to server the other bucket as well myself? Thanks and Cheers, |
FYI, in #54 I've opened a separate feature issue beginning to outline the steps necessary to allow non S3 storage for ImageFiles. Cheers |
Hi there,
Is it possible to use littles3 https://code.google.com/p/littles3/ instead of AWS S3 or are there any major obstacles that make this impossible?
Thanks and Cheers,
Thilo
The text was updated successfully, but these errors were encountered: