From 3974cac46b20e3561d38ad145f14fa3b3264d565 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 23 Oct 2013 12:03:49 +0800 Subject: [PATCH] update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eabbc11a9..4f116f098 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,12 @@ Features:
6. no multiple processes, single process only.
DevLog:
-* 2013-10-23, support FMLE/FFMPEG publish vp6 codec, h264/aac not support yet. 8184 lines. -* 2013-10-17, created. +* 2013-10-23, release v0.1, support FMLE/FFMPEG publish, vp6 codec live streaming. 8287 lines.
+* 2013-10-17, created.
+ +Compare:
+* srs v0.1: 8287 lines.
+* nginx-rtmp v1.0.4: 26786 lines
+* nginx v1.5.0: 139524 lines
Winlin