# HG changeset patch # User Jeff Hammel # Date 1437422660 25200 # Node ID 9f80b2c05268cb1943387152fcda000f3de9eb11 # Parent a9af2eba16b7f659d7fb413866bdd7386fbfd597 README diff -r a9af2eba16b7 -r 9f80b2c05268 README.txt --- a/README.txt Mon Jul 20 12:03:06 2015 -0700 +++ b/README.txt Mon Jul 20 13:04:20 2015 -0700 @@ -1,11 +1,21 @@ hls -=========== +=== HLS client testing library for python ----- +Intro +----- -Jeff Hammel +HTTP Live Streaming (also known as HLS) is an HTTP-based media +streaming communications protocol; see +https://en.wikipedia.org/wiki/HTTP_Live_Streaming . An HLS client +downloads an extended M3U playlist (`.m3u8`, see +https://en.wikipedia.org/wiki/M3U#Extended_M3U ). +Links +----- +- https://en.wikipedia.org/wiki/M3U +- https://pypi.python.org/pypi/m3u8 +- https://github.com/billyshambrook/pyhls/