Skip to content

andreibechet/meet_elixir_coursee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamers

The task: parse M3U8 Video Streaming Files. HTTP video streams are managed by several text files. There is an index file that lists the available bitrates. Each bitrate has a text file that lists hundreds of video files that can be streamed to a client. The app will find the index file, than build the list of available video files for each bitrate.

This app is developed during the Pluralsight Meet Elixir course with Jose Valim.

Installation

If available in Hex, the package can be installed by adding streamers to your list of dependencies in mix.exs:

def deps do
  [{:streamers, "~> 0.1.0"}]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/streamers.

About

App developed during Meet Elixir course with Jose Valim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages