view README.txt @ 4:f2331455c15f default tip

stub
author Jeff Hammel <k0scist@gmail.com>
date Mon, 20 Jul 2015 16:47:30 -0700
parents 72be63804d93
children
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/
- https://pypi.python.org/pypi/hlsclient
- http://tools.ietf.org/html/draft-pantos-http-live-streaming-08