Go to file
Glenn Y. Rolland f0a1d7f136 fix: Make sure pages are from FOSDEM website 2022-08-21 15:50:54 +02:00
exe Code cleanup 2021-02-07 21:41:13 +01:00
lib fix: Make sure pages are from FOSDEM website 2022-08-21 15:50:54 +02:00
.gitignore Code cleanup 2021-02-07 21:41:13 +01:00
.rubocop.yml Code cleanup 2021-02-07 21:41:13 +01:00
.tool-versions Code cleanup 2021-02-07 21:41:13 +01:00
Gemfile Code cleanup 2021-02-07 21:41:13 +01:00
Gemfile.lock Code cleanup 2021-02-07 21:41:13 +01:00
README.md doc: Improve project description 2022-08-21 15:50:17 +02:00
Rakefile Code cleanup 2021-02-07 21:41:13 +01:00
fosdem_recorder.gemspec Code cleanup 2021-02-07 21:41:13 +01:00

README.md

FOSDEM Recorder

:turning_light: This project has been discontinued. It was replaced with fosdem-recorder.cr.

Prerequisites

  • Make sure you have a recent Ruby version installed
  • Make sure you have the 'bundler' Gem installed

Installation

Install project dependencies

$ bundle install

Usage

Get information about given URL

$ fosdem_recorder info URL

Schedule video download for given URL

$ fosdem_recorder download URL

Real example

$ bundle exec fosdem-recorder info https://fosdem.org/2021/schedule/event/sca_weclome/
* title = FOSDEM 2021 - Software Composition Analysis Devroom Welcome
* start = 14:00
* stop = 14:05
* diff = 00:05:00
* url = https://stream.fosdem.org/dcomposition.m3u8

$ bundle exec fosdem-recorder info https://fosdem.org/2021/schedule/event/sca_weclome/
[... schedules the download with 'at'... ]
[... downloads the file with 'ffmpeg'... ]
[... a MP4 file will be created once the video is downloaded ...]

Development

After checking out the repo, run bin/setup to install dependencies. You can also run bin/console for an interactive prompt that will allow you to experiment.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/glenux/fosdem-recorder.