mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
release v0.3, 11773 lines
This commit is contained in:
parent
751323fac8
commit
2c8d54dfcb
1 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ simple-rtmp-server
|
||||||
==================
|
==================
|
||||||
|
|
||||||
simple rtmp origin live server over state-threads, which can be used as origin server, or rtmp-server for encoder.<br/>
|
simple rtmp origin live server over state-threads, which can be used as origin server, or rtmp-server for encoder.<br/>
|
||||||
srs is a simple, high-performance, running in single process, origin live server, with single vhost(like FMS \_\_defaultVhost\_\_).<br/>
|
srs is a simple, high-performance, running in single process, origin live server, support vhost.<br/>
|
||||||
blog: [http://blog.csdn.net/win_lin](http://blog.csdn.net/win_lin) <br/>
|
blog: [http://blog.csdn.net/win_lin](http://blog.csdn.net/win_lin) <br/>
|
||||||
see also: [https://github.com/winlinvip/simple-rtmp-server](https://github.com/winlinvip/simple-rtmp-server) <br/>
|
see also: [https://github.com/winlinvip/simple-rtmp-server](https://github.com/winlinvip/simple-rtmp-server) <br/>
|
||||||
see also: [http://winlinvip.github.io/simple-rtmp-server](http://winlinvip.github.io/simple-rtmp-server)
|
see also: [http://winlinvip.github.io/simple-rtmp-server](http://winlinvip.github.io/simple-rtmp-server)
|
||||||
|
@ -29,9 +29,9 @@ url: rtmp://127.0.0.1:1935/live/livestream
|
||||||
### Summary
|
### Summary
|
||||||
1. simple: also stable enough.<br/>
|
1. simple: also stable enough.<br/>
|
||||||
2. high-performance: single-thread, async socket, event/st-thread driven.<br/>
|
2. high-performance: single-thread, async socket, event/st-thread driven.<br/>
|
||||||
3. no edge server, origin server only.<br/>
|
3. support vhost,support \_\_defaultVhost\_\_.<br/>
|
||||||
4. no vod streaming, live streaming only.<br/>
|
4. no edge server, origin server only.<br/>
|
||||||
5. no vhost, \_\_defaultVhost\_\_ only.<br/>
|
5. no vod streaming, live streaming only.<br/>
|
||||||
6. no multiple processes, single process only.<br/>
|
6. no multiple processes, single process only.<br/>
|
||||||
|
|
||||||
### Releases
|
### Releases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue