1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

support hls_fragment and hls_window

This commit is contained in:
winlin 2013-11-26 17:48:35 +08:00
parent 04cfe20279
commit 00ec634d56
5 changed files with 76 additions and 5 deletions

View file

@ -62,8 +62,8 @@ m3u8 url: http://127.0.0.1:1935/live/livestream.m3u8
* nginx v1.5.0: 139524 lines <br/>
### History
* v0.5, 2013-11-24, support HLS(m3u8).
* v0.5, 2013-11-24, support write ts file.
* v0.5, 2013-11-24, support HLS(m3u8), fragment and window.
* v0.5, 2013-11-24, support record to ts file for HLS.
* v0.5, 2013-11-21, add ts_info tool to demux ts file.
* v0.5, 2013-11-16, add rtmp players(OSMF/jwplayer5/jwplayer6).
* v0.4, 2013-11-10, v0.4 released. 12500 lines.