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

v0.4 released. 12500 lines.

This commit is contained in:
winlin 2013-11-10 12:05:13 +08:00
parent b855caa045
commit 8f528ae5b2
2 changed files with 4 additions and 1 deletions

View file

@ -35,12 +35,14 @@ url: rtmp://127.0.0.1:1935/live/livestream
6. no multiple processes, single process only.<br/> 6. no multiple processes, single process only.<br/>
### Releases ### Releases
* 2013-11-10, [release v0.4](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.4), support reload config, pause, longtime publish/play. 12500 lines.<br/>
* 2013-11-04, [release v0.3](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.3), support vhost, refer, gop cache, listen multiple ports. 11773 lines.<br/> * 2013-11-04, [release v0.3](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.3), support vhost, refer, gop cache, listen multiple ports. 11773 lines.<br/>
* 2013-10-25, [release v0.2](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.2), support flash publish, h264 codec, time jitter correct. 10125 lines.<br/> * 2013-10-25, [release v0.2](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.2), support flash publish, h264 codec, time jitter correct. 10125 lines.<br/>
* 2013-10-23, [release v0.1](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.1), support FMLE/FFMPEG publish, vp6 codec. 8287 lines.<br/> * 2013-10-23, [release v0.1](https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.1), support FMLE/FFMPEG publish, vp6 codec. 8287 lines.<br/>
* 2013-10-17, created.<br/> * 2013-10-17, created.<br/>
### Compare ### Compare
* srs v0.4: 12500 lines.<br/>
* srs v0.3: 11773 lines.<br/> * srs v0.3: 11773 lines.<br/>
* srs v0.2: 10125 lines.<br/> * srs v0.2: 10125 lines.<br/>
* srs v0.1: 8287 lines.<br/> * srs v0.1: 8287 lines.<br/>
@ -48,6 +50,7 @@ url: rtmp://127.0.0.1:1935/live/livestream
* nginx v1.5.0: 139524 lines <br/> * nginx v1.5.0: 139524 lines <br/>
### History ### History
* v0.4, 2013-11-10, v0.4 released. 12500 lines.
* v0.4, 2013-11-10, support config and reload the pithy print. * v0.4, 2013-11-10, support config and reload the pithy print.
* v0.4, 2013-11-09, support reload config(vhost and its detail). * v0.4, 2013-11-09, support reload config(vhost and its detail).
* v0.4, 2013-11-09, support reload config(listen and chunk_size) by SIGHUP(1). * v0.4, 2013-11-09, support reload config(listen and chunk_size) by SIGHUP(1).

View file

@ -63,7 +63,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
(void)0 (void)0
// current release version // current release version
#define RTMP_SIG_SRS_VERSION "0.3.0" #define RTMP_SIG_SRS_VERSION "0.4.0"
// server info. // server info.
#define RTMP_SIG_SRS_KEY "srs" #define RTMP_SIG_SRS_KEY "srs"
#define RTMP_SIG_SRS_ROLE "origin server" #define RTMP_SIG_SRS_ROLE "origin server"