winlin

update readme, remove all br.

正在显示 1 个修改的文件 包含 17 行增加17 行删除
@@ -131,23 +131,23 @@ Supported operating systems and hardware: @@ -131,23 +131,23 @@ Supported operating systems and hardware:
131 ## Summary 131 ## Summary
132 1. Simple: also stable enough.<br/> 132 1. Simple: also stable enough.<br/>
133 1. [High-performance](https://github.com/winlinvip/simple-rtmp-server/wiki/Performance): single-thread, async socket, event/st-thread driven.<br/> 133 1. [High-performance](https://github.com/winlinvip/simple-rtmp-server/wiki/Performance): single-thread, async socket, event/st-thread driven.<br/>
134 -03. Support RTMP edge server(plan), support origin server.<br/>  
135 -04. RTMP without vod streaming, live streaming only.<br/>  
136 -05. Support multiple processes, support single process.<br/>  
137 -06. Support vhost, support \_\_defaultVhost\_\_.<br/>  
138 -07. Support adobe rtmp live streaming.<br/>  
139 -08. Support apple [HLS(m3u8)](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS) live streaming.<br/>  
140 -09. Support HLS audio-only live streaming.<br/>  
141 -10. Support reload config to enable changes.<br/>  
142 -11. Support cache last gop for flash player to fast startup.<br/>  
143 -12. Support listen at multiple ports.<br/>  
144 -13. Support long time(>4.6hours) publish/play.<br/>  
145 -14. High performace, 1800 connections(500kbps), 900Mbps, CPU 90.2%, 41MB<br/>  
146 -15. Support forward publish stream to build active-standby [cluster](https://github.com/winlinvip/simple-rtmp-server/wiki/Cluster).<br/>  
147 -16. Support broadcast by forward the stream to other servers(origin/edge).<br/>  
148 -17. Support live stream transcoding by ffmpeg.<br/>  
149 -18. Support live stream forward(acopy/vcopy) by ffmpeg.<br/>  
150 -19. Support ffmpeg filters(logo/overlay/crop), x264 params, copy/vn/an.<br/> 134 +1. Support RTMP edge server(plan), support origin server.<br/>
  135 +1. RTMP without vod streaming, live streaming only.<br/>
  136 +1. Support multiple processes, support single process.<br/>
  137 +1. Support vhost, support \_\_defaultVhost\_\_.<br/>
  138 +1. Support adobe rtmp live streaming.<br/>
  139 +1. Support apple [HLS(m3u8)](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS) live streaming.<br/>
  140 +1. Support HLS audio-only live streaming.<br/>
  141 +1. Support reload config to enable changes.<br/>
  142 +1. Support cache last gop for flash player to fast startup.<br/>
  143 +1. Support listen at multiple ports.<br/>
  144 +1. Support long time(>4.6hours) publish/play.<br/>
  145 +1. High performace, 1800 connections(500kbps), 900Mbps, CPU 90.2%, 41MB<br/>
  146 +1. Support forward publish stream to build active-standby [cluster](https://github.com/winlinvip/simple-rtmp-server/wiki/Cluster).<br/>
  147 +1. Support broadcast by forward the stream to other servers(origin/edge).<br/>
  148 +1. Support live stream transcoding by ffmpeg.<br/>
  149 +1. Support live stream forward(acopy/vcopy) by ffmpeg.<br/>
  150 +1. Support ffmpeg filters(logo/overlay/crop), x264 params, copy/vn/an.<br/>
151 20. Support audio transcode only, speex/mp3 to aac<br/> 151 20. Support audio transcode only, speex/mp3 to aac<br/>
152 21. Support [http callback api hooks](https://github.com/winlinvip/simple-rtmp-server/wiki/HTTPCallback)(for authentication and injection).<br/> 152 21. Support [http callback api hooks](https://github.com/winlinvip/simple-rtmp-server/wiki/HTTPCallback)(for authentication and injection).<br/>
153 22. Support bandwidth test api and flash client.<br/> 153 22. Support bandwidth test api and flash client.<br/>