winlin

update readme, add product wiki link

@@ -68,6 +68,7 @@ cd simple-rtmp-server/trunk @@ -68,6 +68,7 @@ cd simple-rtmp-server/trunk
68 [Usage: How to deploy srs on ARM?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleARM)<br/> 68 [Usage: How to deploy srs on ARM?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleARM)<br/>
69 [Usage: How to show the demo of SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleDemo)<br/> 69 [Usage: How to show the demo of SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleDemo)<br/>
70 [Usage: Solution using SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/Sample)<br/> 70 [Usage: Solution using SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/Sample)<br/>
  71 +[Usage: Why SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/Product)<br/>
71 72
72 ### System Requirements 73 ### System Requirements
73 Supported operating systems and hardware: 74 Supported operating systems and hardware:
@@ -255,7 +255,7 @@ private: @@ -255,7 +255,7 @@ private:
255 /** 255 /**
256 * delivery RTMP stream to HLS(m3u8 and ts), 256 * delivery RTMP stream to HLS(m3u8 and ts),
257 * SrsHls provides interface with SrsSource. 257 * SrsHls provides interface with SrsSource.
258 -* 258 +* TODO: FIXME: add utest for hls.
259 */ 259 */
260 class SrsHls 260 class SrsHls
261 { 261 {