winlin

update readme, add init.d script, package script

正在显示 1 个修改的文件 包含 16 行增加15 行删除
@@ -110,21 +110,22 @@ Supported operating systems and hardware: @@ -110,21 +110,22 @@ Supported operating systems and hardware:
110 25. Full documents in wiki, in chineses. <br/> 110 25. Full documents in wiki, in chineses. <br/>
111 26. Support RTMP(play-publish) library: srs-librtmp<br/> 111 26. Support RTMP(play-publish) library: srs-librtmp<br/>
112 27. Support ARM([debian armhf, v7cpu](https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm)) with rtmp/ssl/hls/librtmp.<br/> 112 27. Support ARM([debian armhf, v7cpu](https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm)) with rtmp/ssl/hls/librtmp.<br/>
113 -28. [plan] Support system utest<br/>  
114 -29. [plan] Support embeded http server for api and hls(live/vod)<br/>  
115 -30. [plan] Support vod(file to hls stream)<br/>  
116 -31. [plan] Support stream ingester using ffmpeg.<br/>  
117 -32. [plan] Support ingest RTSP(RTP, SDP) stream to RTMP.<br/>  
118 -33. [plan] Support network based cli and json result.<br/>  
119 -34. [plan] Support HLS cluster, use RTMP ATC to generate the TS<br/>  
120 -35. [plan] Support RTMP edge server, push/pull stream from any RTMP server<br/>  
121 -36. [plan] Support multiple processes, for both origin and edge<br/>  
122 -37. [no-plan] Support adobe flash refer/token/swf verification.<br/>  
123 -38. [no-plan] Support adobe amf3 codec.<br/>  
124 -39. [no-plan] Support dvr(record live to vod file)<br/>  
125 -40. [no-plan] Support encryption: RTMPE/RTMPS, HLS DRM<br/>  
126 -41. [no-plan] Support RTMPT, http to tranverse firewalls<br/>  
127 -42. [no-plan] Support file source, transcoding file to live stream<br/> 113 +28. Support [init.d](https://github.com/winlinvip/simple-rtmp-server/wiki/LinuxService) and packge script, log to file. <br/>
  114 +29. [plan] Support system utest<br/>
  115 +30. [plan] Support embeded http server for api and hls(live/vod)<br/>
  116 +31. [plan] Support vod(file to hls stream)<br/>
  117 +32. [plan] Support stream ingester using ffmpeg.<br/>
  118 +33. [plan] Support ingest RTSP(RTP, SDP) stream to RTMP.<br/>
  119 +34. [plan] Support network based cli and json result.<br/>
  120 +35. [plan] Support HLS cluster, use RTMP ATC to generate the TS<br/>
  121 +36. [plan] Support RTMP edge server, push/pull stream from any RTMP server<br/>
  122 +37. [plan] Support multiple processes, for both origin and edge<br/>
  123 +38. [no-plan] Support adobe flash refer/token/swf verification.<br/>
  124 +39. [no-plan] Support adobe amf3 codec.<br/>
  125 +40. [no-plan] Support dvr(record live to vod file)<br/>
  126 +41. [no-plan] Support encryption: RTMPE/RTMPS, HLS DRM<br/>
  127 +42. [no-plan] Support RTMPT, http to tranverse firewalls<br/>
  128 +43. [no-plan] Support file source, transcoding file to live stream<br/>
128 129
129 ## Performance 130 ## Performance
130 1. 300 connections, 150Mbps, 500kbps, CPU 18.8%, MEM 5956KB. 131 1. 300 connections, 150Mbps, 500kbps, CPU 18.8%, MEM 5956KB.