mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
v0.8 released. 19186 lines.
This commit is contained in:
parent
c618229487
commit
9d340f5419
1 changed files with 3 additions and 0 deletions
|
@ -169,6 +169,7 @@ usr sys idl wai hiq siq| read writ| recv send| in out | int csw
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
### Releases
|
### Releases
|
||||||
|
* 2013-12-08, [release v0.8](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.8), support http hooks callback, update st-load. 19186 lines.<br/>
|
||||||
* 2013-12-03, [release v0.7](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.7), support live stream transcoding. 17605 lines.<br/>
|
* 2013-12-03, [release v0.7](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.7), support live stream transcoding. 17605 lines.<br/>
|
||||||
* 2013-11-29, [release v0.6](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.6), support forward stream to origin/edge. 16094 lines.<br/>
|
* 2013-11-29, [release v0.6](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.6), support forward stream to origin/edge. 16094 lines.<br/>
|
||||||
* 2013-11-26, [release v0.5](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.5), support HLS(m3u8), fragment and window. 14449 lines.<br/>
|
* 2013-11-26, [release v0.5](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.5), support HLS(m3u8), fragment and window. 14449 lines.<br/>
|
||||||
|
@ -179,6 +180,7 @@ usr sys idl wai hiq siq| read writ| recv send| in out | int csw
|
||||||
* 2013-10-17, created.<br/>
|
* 2013-10-17, created.<br/>
|
||||||
|
|
||||||
### Compare
|
### Compare
|
||||||
|
* srs v0.8: 19186 lines.<br/>
|
||||||
* srs v0.7: 17605 lines.<br/>
|
* srs v0.7: 17605 lines.<br/>
|
||||||
* srs v0.6: 16094 lines.<br/>
|
* srs v0.6: 16094 lines.<br/>
|
||||||
* srs v0.5: 14449 lines.<br/>
|
* srs v0.5: 14449 lines.<br/>
|
||||||
|
@ -190,6 +192,7 @@ usr sys idl wai hiq siq| read writ| recv send| in out | int csw
|
||||||
* nginx v1.5.0: 139524 lines <br/>
|
* nginx v1.5.0: 139524 lines <br/>
|
||||||
|
|
||||||
### History
|
### History
|
||||||
|
* v0.8, 2013-12-08, v0.8 released. 19186 lines.
|
||||||
* v0.8, 2013-12-08, support http hooks: on_connect/close/publish/unpublish/play/stop.
|
* v0.8, 2013-12-08, support http hooks: on_connect/close/publish/unpublish/play/stop.
|
||||||
* v0.8, 2013-12-08, support multiple http hooks for a event.
|
* v0.8, 2013-12-08, support multiple http hooks for a event.
|
||||||
* v0.8, 2013-12-07, support http callback hooks, on_connect.
|
* v0.8, 2013-12-07, support http callback hooks, on_connect.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue