winlin

update readme, rtsp only ingest(input), donot support push rtsp stream to srs

正在显示 1 个修改的文件 包含 3 行增加6 行删除
@@ -6,8 +6,8 @@ SRS(SIMPLE RTMP Server) over state-threads created in 2013. @@ -6,8 +6,8 @@ SRS(SIMPLE RTMP Server) over state-threads created in 2013.
6 SRS is a simple, [RTMP](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryRTMP)/[HLS](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS), 6 SRS is a simple, [RTMP](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryRTMP)/[HLS](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS),
7 [high-performance](https://github.com/winlinvip/simple-rtmp-server/wiki/Performance), single/multiple(plan) processes, edge(plan)/origin live server, 7 [high-performance](https://github.com/winlinvip/simple-rtmp-server/wiki/Performance), single/multiple(plan) processes, edge(plan)/origin live server,
8 compile depends on [st](http://sourceforge.net/projects/state-threads)(required), [ssl](http://www.openssl.org/) and [http-parser](https://github.com/joyent/http-parser), 8 compile depends on [st](http://sourceforge.net/projects/state-threads)(required), [ssl](http://www.openssl.org/) and [http-parser](https://github.com/joyent/http-parser),
9 -use [nginx](http://nginx.org/), [ffmpeg](http://ffmpeg.org/) and [cherrypy](http://www.cherrypy.org/) as external tools. that is, only need st to kick srs.  
10 -see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build). 9 +use [nginx](http://nginx.org/), [ffmpeg](http://ffmpeg.org/) and [cherrypy](http://www.cherrypy.org/) as external tools. that is, only need st to run srs for
  10 +minimum run. see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build).
11 11
12 SRS supports [vhost](https://github.com/winlinvip/simple-rtmp-server/wiki/RtmpUrlVhost), 12 SRS supports [vhost](https://github.com/winlinvip/simple-rtmp-server/wiki/RtmpUrlVhost),
13 rtmp([encoder push](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryRTMP), client/edge pull), ingester(srs pull), 13 rtmp([encoder push](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryRTMP), client/edge pull), ingester(srs pull),
@@ -52,9 +52,6 @@ cd simple-rtmp-server/trunk @@ -52,9 +52,6 @@ cd simple-rtmp-server/trunk
52 <strong>See also:</strong><br/> 52 <strong>See also:</strong><br/>
53 [Usage: How to delivery RTMP?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleRTMP)<br/> 53 [Usage: How to delivery RTMP?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleRTMP)<br/>
54 [Usage: How to delivery HLS?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleHLS)<br/> 54 [Usage: How to delivery HLS?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleHLS)<br/>
55 -[Usage: How to transcode RTMP stream by FFMPEG?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleFFMPEG)<br/>  
56 -[Usage: How to Forward stream?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleForward)<br/>  
57 -[Usage: How to delivery low latency RTMP stream?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleRealtime)<br/>  
58 [Usage: How to show the demo of SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleDemo)<br/> 55 [Usage: How to show the demo of SRS?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleDemo)<br/>
59 56
60 ### Architecture 57 ### Architecture
@@ -252,7 +249,7 @@ Supported operating systems and hardware: @@ -252,7 +249,7 @@ Supported operating systems and hardware:
252 27. [plan] Support embeded http server for api and hls(live/vod)<br/> 249 27. [plan] Support embeded http server for api and hls(live/vod)<br/>
253 28. [plan] Support vod(file to hls stream)<br/> 250 28. [plan] Support vod(file to hls stream)<br/>
254 29. [plan] Support stream ingester using ffmpeg.<br/> 251 29. [plan] Support stream ingester using ffmpeg.<br/>
255 -30. [plan] Support RTSP(RTP, SDP)<br/> 252 +30. [plan] Support ingest RTSP(RTP, SDP) stream to RTMP.<br/>
256 31. [plan] Support network based cli and json result.<br/> 253 31. [plan] Support network based cli and json result.<br/>
257 32. [plan] Support HLS cluster, use RTMP ATC to generate the TS<br/> 254 32. [plan] Support HLS cluster, use RTMP ATC to generate the TS<br/>
258 33. [plan] Support RTMP edge server, push/pull stream from any RTMP server<br/> 255 33. [plan] Support RTMP edge server, push/pull stream from any RTMP server<br/>