From 350e7b8bc697f185afc647c0ca35bb61ab7d5353 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 16 Mar 2014 18:00:28 +0800 Subject: [PATCH] update readme, add arm --- README.md | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index e6f744074..fb6c23ec0 100755 --- a/README.md +++ b/README.md @@ -259,21 +259,22 @@ 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. [plan] Support system utest
-27. [plan] Support embeded http server for api and hls(live/vod)
-28. [plan] Support vod(file to hls stream)
-29. [plan] Support stream ingester using ffmpeg.
-30. [plan] Support ingest RTSP(RTP, SDP) stream to RTMP.
-31. [plan] Support network based cli and json result.
-32. [plan] Support HLS cluster, use RTMP ATC to generate the TS
-33. [plan] Support RTMP edge server, push/pull stream from any RTMP server
-34. [plan] Support multiple processes, for both origin and edge
-35. [no-plan] Support adobe flash refer/token/swf verification.
-36. [no-plan] Support adobe amf3 codec.
-37. [no-plan] Support dvr(record live to vod file)
-38. [no-plan] Support encryption: RTMPE/RTMPS, HLS DRM
-39. [no-plan] Support RTMPT, http to tranverse firewalls
-40. [no-plan] Support file source, transcoding file to live stream
+26. Support arm (ubuntu12 dev env) build and test ok[(debian armhf, v7cpu)](https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm).
+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)
+30. [plan] Support stream ingester using ffmpeg.
+31. [plan] Support ingest RTSP(RTP, SDP) stream to RTMP.
+32. [plan] Support network based cli and json result.
+33. [plan] Support HLS cluster, use RTMP ATC to generate the TS
+34. [plan] Support RTMP edge server, push/pull stream from any RTMP server
+35. [plan] Support multiple processes, for both origin and edge
+36. [no-plan] Support adobe flash refer/token/swf verification.
+37. [no-plan] Support adobe amf3 codec.
+38. [no-plan] Support dvr(record live to vod file)
+39. [no-plan] Support encryption: RTMPE/RTMPS, HLS DRM
+40. [no-plan] Support RTMPT, http to tranverse firewalls
+41. [no-plan] Support file source, transcoding file to live stream
### Performance 1. 300 connections, 150Mbps, 500kbps, CPU 18.8%, MEM 5956KB. @@ -325,6 +326,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, add arm(ubuntu12 dev env) build and test ok[(debian armhf, v7cpu)](https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm). * 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.