changeset 1:9f80b2c05268

README
author Jeff Hammel <k0scist@gmail.com>
date Mon, 20 Jul 2015 13:04:20 -0700
parents a9af2eba16b7
children ed7e9734a088
files README.txt
diffstat 1 files changed, 13 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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/