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
2013-11-30 23:12:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
52e6115f9afd89961f68779369bbd011f274d6ad
52e6115f
1 parent
100a4879
update readme
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
24 行增加
和
2 行删除
README.md
trunk/conf/srs.conf
README.md
查看文件 @
52e6115
...
...
@@ -43,6 +43,8 @@ step 6: play live stream auto transcoded<br/>
<pre>
rtmp url: rtmp://127.0.0.1:1935/live/livestream_fast
m3u8 url: http://127.0.0.1:80/live/livestream_fast.m3u8
rtmp url: rtmp://127.0.0.1:1935/live/livestream_sd
m3u8 url: http://127.0.0.1:80/live/livestream_sd.m3u8
</pre>
### System Requirements
...
...
trunk/conf/srs.conf
查看文件 @
52e6115
...
...
@@ -20,14 +20,14 @@ vhost __defaultVhost__ {
enabled
on
;
ffmpeg
./
objs
/
ffmpeg
/
bin
/
ffmpeg
;
#ffmpeg ./research/ffempty/ffempty;
engine
f
d
{
engine
f
ast
{
enabled
on
;
vcodec
libx264
;
vbitrate
300
;
vfps
20
;
vwidth
480
;
vheight
320
;
vthreads
2
;
vthreads
1
;
vprofile
baseline
;
vpreset
superfast
;
vparams
{
...
...
@@ -40,6 +40,26 @@ vhost __defaultVhost__ {
}
output
rtmp
://[
vhost
]:[
port
]/[
app
]/[
stream
]
_
fast
;
}
engine
sd
{
enabled
on
;
vcodec
libx264
;
vbitrate
500
;
vfps
20
;
vwidth
720
;
vheight
480
;
vthreads
1
;
vprofile
main
;
vpreset
fast
;
vparams
{
}
acodec
libaacplus
;
abitrate
40
;
asample_rate
44100
;
achannels
2
;
aparams
{
}
output
rtmp
://[
vhost
]:[
port
]/[
app
]/[
stream
]
_
sd
;
}
}
}
# transcode all app and stream of vhost
...
...
请
注册
或
登录
后发表评论