From 7d3b162db2bb1637ff6b32c2e92a9f43502aea11 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 16 Mar 2014 21:08:16 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aea54809f..c566816d7 100755 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ Supported operating systems and hardware: 23. Demo video meeting or chat(SRS+cherrypy+jquery+bootstrap).
24. Full documents in wiki, in chineses.
25. Support RTMP(play-publish) library: srs-librtmp
-26. Support arm (ubuntu12 dev env) [(debian armhf, v7cpu)](https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm) with ssl/hls/librtmp.
+26. Support arm(ubuntu12 cross build)[(debian armhf, v7cpu)](https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm) with rtmp/ssl/hls/librtmp.
27. [plan] Support system utest
28. [plan] Support embeded http server for api and hls(live/vod)
29. [plan] Support vod(file to hls stream)
@@ -327,7 +327,7 @@ See also: [Performance Test Guide](https://github.com/winlinvip/simple-rtmp-serv * nginx v1.5.0: 139524 lines
### History -* v1.0, 2014-03-16, support arm (ubuntu12 dev env) [(debian armhf, v7cpu)](https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm) with ssl/hls/librtmp. +* v1.0, 2014-03-16, support arm(ubuntu12 cross build)[(debian armhf, v7cpu)](https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm) with rtmp/ssl/hls/librtmp. * v1.0, 2014-03-12, finish utest for amf0 codec. * v1.0, 2014-03-06, add gperftools for mem leak detect, mem/cpu profile. * v1.0, 2014-03-04, add gest framework for utest, build success.