winlin

simplify usage

@@ -41,6 +41,7 @@ cd simple-rtmp-server/trunk @@ -41,6 +41,7 @@ cd simple-rtmp-server/trunk
41 </pre> 41 </pre>
42 <strong>See also:</strong><br/> 42 <strong>See also:</strong><br/>
43 [Usage: How to delivery RTMP?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleRTMP)<br/> 43 [Usage: How to delivery RTMP?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleRTMP)<br/>
  44 +[Usage: How to delivery HLS?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleHLS)<br/>
44 45
45 ### Architecture 46 ### Architecture
46 System Architecture: 47 System Architecture:
  1 +listen 1935;
  2 +vhost __defaultVhost__ {
  3 +}