Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

A RubyGem used to create video transcode jobs and publish them to an AMQP queue to be processed by video_transcode_consumer

License

Notifications You must be signed in to change notification settings

rgeyer/video_transcode_producer

Repository files navigation

transcode_producer

Fetches a list of video files from a Google Storage bucket, then publishes messages for each of them to an AMQP queue for processing.

Requires that a ~/.fog configuration file be created which contains google api credentials.

:default:
  :google_storage_access_key_id: ""
  :google_storage_secret_access_key: ""

Required inputs

  • Google Storage Key (in ~/.fog)

  • Google Storage Secret (in ~/.fog)

  • AMQP URI

  • AMQP Server Username

  • AMQP Server Password

Contributing to transcode_producer

  • Check out the latest master to make sure the feature hasn’t been implemented or the bug hasn’t been fixed yet.

  • Check out the issue tracker to make sure someone already hasn’t requested it and/or contributed it.

  • Fork the project.

  • Start a feature/bugfix branch.

  • Commit and push until you are happy with your contribution.

  • Make sure to add tests for it. This is important so I don’t break it in a future version unintentionally.

  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Copyright © 2012 Ryan J. Geyer. See LICENSE.txt for further details.

About

A RubyGem used to create video transcode jobs and publish them to an AMQP queue to be processed by video_transcode_consumer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages