winlin

update readme, add arm

正在显示 1 个修改的文件 包含 17 行增加15 行删除
@@ -259,21 +259,22 @@ Supported operating systems and hardware: @@ -259,21 +259,22 @@ Supported operating systems and hardware:
259 23. Demo video meeting or chat(SRS+cherrypy+jquery+bootstrap). <br/> 259 23. Demo video meeting or chat(SRS+cherrypy+jquery+bootstrap). <br/>
260 24. Full documents in wiki, in chineses. <br/> 260 24. Full documents in wiki, in chineses. <br/>
261 25. Support RTMP(play-publish) library: srs-librtmp<br/> 261 25. Support RTMP(play-publish) library: srs-librtmp<br/>
262 -26. [plan] Support system utest<br/>  
263 -27. [plan] Support embeded http server for api and hls(live/vod)<br/>  
264 -28. [plan] Support vod(file to hls stream)<br/>  
265 -29. [plan] Support stream ingester using ffmpeg.<br/>  
266 -30. [plan] Support ingest RTSP(RTP, SDP) stream to RTMP.<br/>  
267 -31. [plan] Support network based cli and json result.<br/>  
268 -32. [plan] Support HLS cluster, use RTMP ATC to generate the TS<br/>  
269 -33. [plan] Support RTMP edge server, push/pull stream from any RTMP server<br/>  
270 -34. [plan] Support multiple processes, for both origin and edge<br/>  
271 -35. [no-plan] Support adobe flash refer/token/swf verification.<br/>  
272 -36. [no-plan] Support adobe amf3 codec.<br/>  
273 -37. [no-plan] Support dvr(record live to vod file)<br/>  
274 -38. [no-plan] Support encryption: RTMPE/RTMPS, HLS DRM<br/>  
275 -39. [no-plan] Support RTMPT, http to tranverse firewalls<br/>  
276 -40. [no-plan] Support file source, transcoding file to live stream<br/> 262 +26. Support arm (ubuntu12 dev env) build and test ok[(debian armhf, v7cpu)](https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm).<br/>
  263 +27. [plan] Support system utest<br/>
  264 +28. [plan] Support embeded http server for api and hls(live/vod)<br/>
  265 +29. [plan] Support vod(file to hls stream)<br/>
  266 +30. [plan] Support stream ingester using ffmpeg.<br/>
  267 +31. [plan] Support ingest RTSP(RTP, SDP) stream to RTMP.<br/>
  268 +32. [plan] Support network based cli and json result.<br/>
  269 +33. [plan] Support HLS cluster, use RTMP ATC to generate the TS<br/>
  270 +34. [plan] Support RTMP edge server, push/pull stream from any RTMP server<br/>
  271 +35. [plan] Support multiple processes, for both origin and edge<br/>
  272 +36. [no-plan] Support adobe flash refer/token/swf verification.<br/>
  273 +37. [no-plan] Support adobe amf3 codec.<br/>
  274 +38. [no-plan] Support dvr(record live to vod file)<br/>
  275 +39. [no-plan] Support encryption: RTMPE/RTMPS, HLS DRM<br/>
  276 +40. [no-plan] Support RTMPT, http to tranverse firewalls<br/>
  277 +41. [no-plan] Support file source, transcoding file to live stream<br/>
277 278
278 ### Performance 279 ### Performance
279 1. 300 connections, 150Mbps, 500kbps, CPU 18.8%, MEM 5956KB. 280 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 @@ -325,6 +326,7 @@ See also: [Performance Test Guide](https://github.com/winlinvip/simple-rtmp-serv
325 * nginx v1.5.0: 139524 lines <br/> 326 * nginx v1.5.0: 139524 lines <br/>
326 327
327 ### History 328 ### History
  329 +* 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).
328 * v1.0, 2014-03-12, finish utest for amf0 codec. 330 * v1.0, 2014-03-12, finish utest for amf0 codec.
329 * v1.0, 2014-03-06, add gperftools for mem leak detect, mem/cpu profile. 331 * v1.0, 2014-03-06, add gperftools for mem leak detect, mem/cpu profile.
330 * v1.0, 2014-03-04, add gest framework for utest, build success. 332 * v1.0, 2014-03-04, add gest framework for utest, build success.