mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
refine the options
This commit is contained in:
parent
e415824576
commit
edead21a25
1 changed files with 0 additions and 5 deletions
|
@ -114,22 +114,17 @@ Options:
|
|||
-h, --help print this message
|
||||
|
||||
--with-ssl enable rtmp complex handshake, requires openssl-devel installed.
|
||||
to delivery h264 video and aac audio to flash player.
|
||||
--with-hls enable hls streaming, mux RTMP to m3u8/ts files.
|
||||
--with-hds enable hds streaming, mux RTMP to f4m/f4v files.
|
||||
--with-dvr enable dvr, mux RTMP to flv files.
|
||||
--with-nginx enable delivery HTTP stream with nginx.
|
||||
build nginx at: ./objs/nginx/sbin/nginx
|
||||
--with-http-callback enable http hooks, build cherrypy as demo api server.
|
||||
--with-http-server enable http server to delivery http stream.
|
||||
--with-stream-caster enable stream caster to serve other stream over other protocol.
|
||||
--with-http-api enable http api, to manage SRS by http api.
|
||||
--with-ffmpeg enable transcoding tool ffmpeg.
|
||||
build ffmpeg at: ./objs/ffmpeg/bin/ffmpeg
|
||||
--with-transcode enable transcoding features.
|
||||
user must specifies the transcode tools in conf.
|
||||
--with-ingest enable ingest features.
|
||||
user must specifies the ingest tools in conf.
|
||||
--with-stat enable the data statistic, for http api.
|
||||
--with-librtmp enable srs-librtmp, library for client.
|
||||
--with-research build the research tools.
|
||||
|
|
Loading…
Reference in a new issue