winlin

refine the options

@@ -114,22 +114,17 @@ Options: @@ -114,22 +114,17 @@ Options:
114 -h, --help print this message 114 -h, --help print this message
115 115
116 --with-ssl enable rtmp complex handshake, requires openssl-devel installed. 116 --with-ssl enable rtmp complex handshake, requires openssl-devel installed.
117 - to delivery h264 video and aac audio to flash player.  
118 --with-hls enable hls streaming, mux RTMP to m3u8/ts files. 117 --with-hls enable hls streaming, mux RTMP to m3u8/ts files.
119 --with-hds enable hds streaming, mux RTMP to f4m/f4v files. 118 --with-hds enable hds streaming, mux RTMP to f4m/f4v files.
120 --with-dvr enable dvr, mux RTMP to flv files. 119 --with-dvr enable dvr, mux RTMP to flv files.
121 --with-nginx enable delivery HTTP stream with nginx. 120 --with-nginx enable delivery HTTP stream with nginx.
122 - build nginx at: ./objs/nginx/sbin/nginx  
123 --with-http-callback enable http hooks, build cherrypy as demo api server. 121 --with-http-callback enable http hooks, build cherrypy as demo api server.
124 --with-http-server enable http server to delivery http stream. 122 --with-http-server enable http server to delivery http stream.
125 --with-stream-caster enable stream caster to serve other stream over other protocol. 123 --with-stream-caster enable stream caster to serve other stream over other protocol.
126 --with-http-api enable http api, to manage SRS by http api. 124 --with-http-api enable http api, to manage SRS by http api.
127 --with-ffmpeg enable transcoding tool ffmpeg. 125 --with-ffmpeg enable transcoding tool ffmpeg.
128 - build ffmpeg at: ./objs/ffmpeg/bin/ffmpeg  
129 --with-transcode enable transcoding features. 126 --with-transcode enable transcoding features.
130 - user must specifies the transcode tools in conf.  
131 --with-ingest enable ingest features. 127 --with-ingest enable ingest features.
132 - user must specifies the ingest tools in conf.  
133 --with-stat enable the data statistic, for http api. 128 --with-stat enable the data statistic, for http api.
134 --with-librtmp enable srs-librtmp, library for client. 129 --with-librtmp enable srs-librtmp, library for client.
135 --with-research build the research tools. 130 --with-research build the research tools.