Mercurial > hg > hls
view README.txt @ 2:ed7e9734a088
moar stubbin
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 20 Jul 2015 13:23:58 -0700 |
parents | 9f80b2c05268 |
children | 72be63804d93 |
line wrap: on
line source
hls === HLS client testing library for python Intro ----- 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/ - http://tools.ietf.org/html/draft-pantos-http-live-streaming-08