Project

livelist

0.0
Low commit activity in last 3 years
No release in over a year
A simple gem to manipulate m3u8 files
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Livelist

A Livelist manipulating gem for .m3u8 files!

Installation

Add this line to your application's Gemfile:

gem 'livelist'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install livelist

Usage

You can use Livelist separately with Livelist::Playlist, Livelist::Segment and Livelist::Sequence

TODO: put an example

Or use a specific module to HLS: Livelist::HLS

require 'livelist'

# That path index.m3u8 is where that
# file will be created
Livelist::HLS::Pipeline
    .new('path/to/index.m3u8')
    .run('segment.ts')

The logic is to work as a production pipeline, passing where will stay the final .m3u8 and which file will be faceted.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/roqueando/livelist

License

The gem is available as open source under the terms of the MIT License.