0.02
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Fetches notifications from Zencoder for local development where Zencoder is unable to communicate to the server, usually because it's localhost.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

zencoder-fetcher¶ ↑

Fetcher is for developers working with Zencoder. If Zencoder can’t notify your server when a job has completed, like if you’re at localhost:3000, Fetcher can get the responses and push them to the server for you.

If you are testing notifications you can use the URL

http://zencoderfetcher/

to create a successful notification.

Commands¶ ↑

Run with the

zencoder_fetcher [options] API_KEY

Options:

  • –url, -u: URL to post the Zencoder notification (default: localhost:3000)

  • –loop, -l: Run the notifier in a loop.

  • –interval, -n <i>: Check every n seconds. (Default: 60)

  • –count, -c <i>: Number of notifications to retrieve per page. (Default: 50)

  • –page, -p <i>: The page to load. (Default: 1)

  • –since, -m <i>: Load notifications starting since n minutes ago.

  • –api_version, -v: The API version to use. (Default: v2)

Copyright © 2010 Zencoder Inc. See LICENSE for details.