mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #304, rewrite hls/ts code, support h.264+mp3 for hls. 2.0.117.
This commit is contained in:
parent
3c813847bd
commit
922150b2cf
8 changed files with 54 additions and 10 deletions
|
@ -487,6 +487,8 @@ Supported operating systems and hardware:
|
|||
[#301](https://github.com/winlinvip/simple-rtmp-server/issues/301).
|
||||
1. Support push MPEG-TS over UDP to SRS, read
|
||||
[#250](https://github.com/winlinvip/simple-rtmp-server/issues/250).
|
||||
1. Rewrite HLS(h.264+aac/mp3) streaming, read
|
||||
[#304](https://github.com/winlinvip/simple-rtmp-server/issues/304).
|
||||
1. [no-plan] Support <500ms latency, FRSC(Fast RTMP-compatible Stream Channel tech).
|
||||
1. [no-plan] Support RTMP 302 redirect [#92](https://github.com/winlinvip/simple-rtmp-server/issues/92).
|
||||
1. [no-plan] Support multiple processes, for both origin and edge
|
||||
|
@ -525,6 +527,7 @@ Supported operating systems and hardware:
|
|||
|
||||
### SRS 2.0 history
|
||||
|
||||
* v2.0, 2015-02-15, for [#304](https://github.com/winlinvip/simple-rtmp-server/issues/304), rewrite hls/ts code, support h.264+mp3 for hls. 2.0.117.
|
||||
* v2.0, 2015-02-12, for [#304](https://github.com/winlinvip/simple-rtmp-server/issues/304), use stringstream to generate m3u8, add hls_td_ratio. 2.0.116.
|
||||
* v2.0, 2015-02-11, dev code ZhouGuowen for 2.0.115.
|
||||
* v2.0, 2015-02-10, for [#311](https://github.com/winlinvip/simple-rtmp-server/issues/311), set pcr_base to dts. 2.0.114.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue