1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

update readme, add product wiki link

This commit is contained in:
winlin 2014-03-21 14:02:14 +08:00
parent a0c0c94cf0
commit 0686b8fa5a
2 changed files with 2 additions and 1 deletions

View file

@ -68,6 +68,7 @@ cd simple-rtmp-server/trunk
[Usage: How to deploy srs on ARM?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleARM)<br/> [Usage: How to deploy srs on ARM?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleARM)<br/>
[Usage: How to show the demo of SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleDemo)<br/> [Usage: How to show the demo of SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleDemo)<br/>
[Usage: Solution using SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/Sample)<br/> [Usage: Solution using SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/Sample)<br/>
[Usage: Why SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/Product)<br/>
### System Requirements ### System Requirements
Supported operating systems and hardware: Supported operating systems and hardware:

View file

@ -255,7 +255,7 @@ private:
/** /**
* delivery RTMP stream to HLS(m3u8 and ts), * delivery RTMP stream to HLS(m3u8 and ts),
* SrsHls provides interface with SrsSource. * SrsHls provides interface with SrsSource.
* * TODO: FIXME: add utest for hls.
*/ */
class SrsHls class SrsHls
{ {