Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-03-19 22:51:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6b84a5e14c384f04cb90ec38fcea1c382cbf3ba2
6b84a5e1
1 parent
b7d40b5a
change to 0.9.22
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
3 行增加
和
16 行删除
README.md
trunk/conf/srs.conf
trunk/src/core/srs_core.hpp
README.md
查看文件 @
6b84a5e
...
...
@@ -167,6 +167,8 @@ See also: [Performance Test Guide](https://github.com/winlinvip/simple-rtmp-serv
*
nginx v1.5.0: 139524 lines
<br/>
### 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-12, finish utest for amf0 codec.
*
v1.0, 2014-03-06, add gperftools for mem leak detect, mem/cpu profile.
...
...
trunk/conf/srs.conf
查看文件 @
6b84a5e
...
...
@@ -3,19 +3,4 @@
listen
1935
;
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
];
}
}
}
...
...
trunk/src/core/srs_core.hpp
查看文件 @
6b84a5e
...
...
@@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// current release version
#define VERSION_MAJOR "0"
#define VERSION_MINOR "9"
#define VERSION_REVISION "2
1
"
#define VERSION_REVISION "2
2
"
#define RTMP_SIG_SRS_VERSION VERSION_MAJOR"."VERSION_MINOR"."VERSION_REVISION
// server info.
#define RTMP_SIG_SRS_KEY "srs"
...
...
请
注册
或
登录
后发表评论