mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
change to 0.9.22
This commit is contained in:
parent
b7d40b5aba
commit
6b84a5e14c
3 changed files with 3 additions and 16 deletions
|
@ -167,6 +167,8 @@ See also: [Performance Test Guide](https://github.com/winlinvip/simple-rtmp-serv
|
||||||
* nginx v1.5.0: 139524 lines <br/>
|
* nginx v1.5.0: 139524 lines <br/>
|
||||||
|
|
||||||
### History
|
### History
|
||||||
|
* v1.0, 2014-03-19, add vn/an for FFMPEG to drop video/audio for radio stream.
|
||||||
|
* v1.0, 2014-03-19, refine handshake, client support coplex handshake, add utest.
|
||||||
* v1.0, 2014-03-16, support ARM([debian armhf, v7cpu](https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm)) with rtmp/ssl/hls/librtmp.
|
* v1.0, 2014-03-16, support ARM([debian armhf, v7cpu](https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm)) with rtmp/ssl/hls/librtmp.
|
||||||
* v1.0, 2014-03-12, finish utest for amf0 codec.
|
* v1.0, 2014-03-12, finish utest for amf0 codec.
|
||||||
* v1.0, 2014-03-06, add gperftools for mem leak detect, mem/cpu profile.
|
* v1.0, 2014-03-06, add gperftools for mem leak detect, mem/cpu profile.
|
||||||
|
|
|
@ -3,19 +3,4 @@
|
||||||
|
|
||||||
listen 1935;
|
listen 1935;
|
||||||
vhost __defaultVhost__ {
|
vhost __defaultVhost__ {
|
||||||
transcode {
|
|
||||||
enabled on;
|
|
||||||
ffmpeg ./objs/ffmpeg/bin/ffmpeg;
|
|
||||||
engine vn {
|
|
||||||
enabled on;
|
|
||||||
vcodec vn;
|
|
||||||
acodec libaacplus;
|
|
||||||
abitrate 45;
|
|
||||||
asample_rate 44100;
|
|
||||||
achannels 2;
|
|
||||||
aparams {
|
|
||||||
}
|
|
||||||
output rtmp://127.0.0.1:[port]/[app]?vhost=[vhost]/[stream]_[engine];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
// current release version
|
// current release version
|
||||||
#define VERSION_MAJOR "0"
|
#define VERSION_MAJOR "0"
|
||||||
#define VERSION_MINOR "9"
|
#define VERSION_MINOR "9"
|
||||||
#define VERSION_REVISION "21"
|
#define VERSION_REVISION "22"
|
||||||
#define RTMP_SIG_SRS_VERSION VERSION_MAJOR"."VERSION_MINOR"."VERSION_REVISION
|
#define RTMP_SIG_SRS_VERSION VERSION_MAJOR"."VERSION_MINOR"."VERSION_REVISION
|
||||||
// server info.
|
// server info.
|
||||||
#define RTMP_SIG_SRS_KEY "srs"
|
#define RTMP_SIG_SRS_KEY "srs"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue