Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osklil/hls-fetch
Download and decrypt videos served by the HTTP Live Streaming (HLS) protocol.
https://github.com/osklil/hls-fetch
Last synced: 26 days ago
JSON representation
Download and decrypt videos served by the HTTP Live Streaming (HLS) protocol.
- Host: GitHub
- URL: https://github.com/osklil/hls-fetch
- Owner: osklil
- Created: 2012-09-12T21:24:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T16:08:38.000Z (over 7 years ago)
- Last Synced: 2024-08-03T16:09:21.934Z (4 months ago)
- Language: Perl
- Size: 236 KB
- Stars: 195
- Watchers: 14
- Forks: 48
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-video - osklil/hls-fetch - Download and decrypt videos served by the HTTP Live Streaming (HLS) protocol. - osklil/hls-fetch (HLS / Talks Presentations Podcasts)
README
hls-fetch
=========Introduction
------------hls-fetch is a small program that downloads and decrypts HTTP Live Streaming
(HLS) videos. HLS is commonly used for streaming video on Apple iOS devices.hls-fetch can download videos from web pages with embedded tags,
from SVT Play (svtplay.se), or from M3U playlist directly. It will
decrypt streams if necessary and assemble individual segments, to produce a
single MPEG transport stream (.ts) file playable in most media players.It is written in Perl.
Author and Feedback
-------------------hls-fetch is written by Oskar Liljeblad .
This software is a work in progress and there are probably many ways it can
still be improved. If you'd like to contribute patches, ideas, or bug
reports, please don't hesitate contacting me!License
-------hls-fetch is copyright (C) 2012 Oskar Liljeblad.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .Download
--------The latest hls-fetch can be downloaded from GitHub:
*
Requirements
------------* Perl 5.10.0 (or later).
Debian: perl* OpenSSL (only needed for encrypted streams).
Debian: openssl* HTML::Parser Perl module.
Debian: libhtml-parser-perl* LWP::UserAgent Perl module.
Debian: libwww-perl* JSON Perl module.
Debian: libjson-perl* URI Perl module.
Debian: liburi-perlUsage
-----All you need to specify on the command line is the URL to fetch.
hls-fetch will download the page and look for a tag.
If you know the M3U playlist URL, then use the --playlist parameter
along with the URL to tell hls-fetch to download the playlist
directly.Run 'hls-fetch --help' for further usage information.
Future
------On SIGINT and other terminating signals, make sure temporary files are removed.
Autodetect data in URL so that the --embedded/--playlist/--svtplay options are not
necessary.References
----------* HTTP Streaming with Encryption under Linux:
* HTTP Live Streaming: