From d67edf631bbc349684346ce1260e776a28ecc5bf Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 18 Mar 2014 13:04:06 +0800 Subject: [PATCH] update readme, add ubuntu12 to test list --- README.md | 2 +- trunk/configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 507cbd9fd..672702379 100755 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ git clone https://github.com/winlinvip/simple-rtmp-server && cd simple-rtmp-server/trunk Step 2: build SRS, -Requires Centos6.x 64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)
+Requires Centos6.x/Ubuntu12 32/64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)
 ./configure --with-ssl --without-hls --without-ffmpeg --without-http && make
 
diff --git a/trunk/configure b/trunk/configure index 625e3520e..6d96b53e3 100755 --- a/trunk/configure +++ b/trunk/configure @@ -128,7 +128,7 @@ echo -e " | ${SrsLibrtmpSummaryColor}simple handshake: publish/play stre echo -e " | ${SrsLibrtmpSSLSummaryColor}complex handshake: it's not required for client, recommend disable it\${BLACK}" echo -e " | ${SrsLibrtmpSummaryColor}librtmp-sample: ./research/librtmp, the srs-librtmp client sample\${BLACK}" echo -e " \${BLACK}+------------------------------------------------------------------------------------\${BLACK}" -echo -e " |\${GREEN}server: ./objs/srs, the srs server\${BLACK}" +echo -e " |\${GREEN}server: ./objs/srs -c conf/srs.conf, start the srs server\${BLACK}" echo -e " | ${SrsHlsSummaryColor}hls @see: https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS\${BLACK}" echo -e " | ${SrsHlsSummaryColor}hls: generate m3u8 and ts, delivery HLS stream by nginx\${BLACK}" echo -e " | ${SrsSslSummaryColor}ssl @see: https://github.com/winlinvip/simple-rtmp-server/wiki/RTMPHandshake\${BLACK}"