zencoder-fetcher icon indicating copy to clipboard operation
zencoder-fetcher copied to clipboard

Notification retrieval.

trafficstars

= 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: http://localhost:3000)
  • --loop, -l: Run the notifier in a loop.
  • --interval, -n : Check every n seconds. (Default: 60)
  • --count, -c : Number of notifications to retrieve per page. (Default: 50)
  • --page, -p : The page to load. (Default: 1)
  • --since, -m : Load notifications starting since n minutes ago.
  • --api_version, -v: The API version to use. (Default: v2)

== Copyright

Copyright (c) 2010 Zencoder Inc. See LICENSE for details.