Mercurial > hg > hls
view README.txt @ 1:9f80b2c05268
README
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 20 Jul 2015 13:04:20 -0700 |
parents | a9af2eba16b7 |
children | ed7e9734a088 |
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/