0
|
1 hls
|
1
|
2 ===
|
0
|
3
|
|
4 HLS client testing library for python
|
|
5
|
1
|
6 Intro
|
|
7 -----
|
0
|
8
|
1
|
9 HTTP Live Streaming (also known as HLS) is an HTTP-based media
|
|
10 streaming communications protocol; see
|
|
11 https://en.wikipedia.org/wiki/HTTP_Live_Streaming . An HLS client
|
|
12 downloads an extended M3U playlist (`.m3u8`, see
|
|
13 https://en.wikipedia.org/wiki/M3U#Extended_M3U ).
|
0
|
14
|
|
15
|
1
|
16 Links
|
|
17 -----
|
0
|
18
|
1
|
19 - https://en.wikipedia.org/wiki/M3U
|
|
20 - https://pypi.python.org/pypi/m3u8
|
|
21 - https://github.com/billyshambrook/pyhls/
|
3
|
22 - https://pypi.python.org/pypi/hlsclient
|
2
|
23 - http://tools.ietf.org/html/draft-pantos-http-live-streaming-08
|