Mercurial > hg > hls
comparison README.txt @ 1:9f80b2c05268
README
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 20 Jul 2015 13:04:20 -0700 |
parents | a9af2eba16b7 |
children | ed7e9734a088 |
comparison
equal
deleted
inserted
replaced
0:a9af2eba16b7 | 1:9f80b2c05268 |
---|---|
1 hls | 1 hls |
2 =========== | 2 === |
3 | 3 |
4 HLS client testing library for python | 4 HLS client testing library for python |
5 | 5 |
6 ---- | 6 Intro |
7 ----- | |
7 | 8 |
8 Jeff Hammel | 9 HTTP Live Streaming (also known as HLS) is an HTTP-based media |
10 streaming communications protocol; see | |
11 https://en.wikipedia.org/wiki/HTTP_Live_Streaming . An HLS client | |
12 downloads an extended M3U playlist (`.m3u8`, see | |
13 https://en.wikipedia.org/wiki/M3U#Extended_M3U ). | |
9 | 14 |
10 | 15 |
16 Links | |
17 ----- | |
11 | 18 |
19 - https://en.wikipedia.org/wiki/M3U | |
20 - https://pypi.python.org/pypi/m3u8 | |
21 - https://github.com/billyshambrook/pyhls/ |