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-12-01 10:55:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a7c83b1aeebe51cc7a06465010d27f7803e203ab
a7c83b1a
1 parent
9a0d8855
support ffmpeg filter
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
4 行增加
和
4 行删除
trunk/conf/srs.conf
trunk/conf/srs.conf
查看文件 @
a7c83b1
...
...
@@ -23,10 +23,10 @@ vhost __defaultVhost__ {
engine
fast
{
enabled
on
;
vfilter
{
vf
'drawtext=text=SRS'
;
#
vf 'drawtext=text=SRS';
#vf 'crop=in_w-20:in_h-160:10:80';
#i ./doc/ffmpeg-logo.png;
#filter_complex 'overlay=10:10';
i
./
doc
/
ffmpeg
-
logo
.
png
;
filter_complex
'overlay=10:10'
;
}
vcodec
libx264
;
vbitrate
300
;
...
...
@@ -48,7 +48,7 @@ vhost __defaultVhost__ {
output
rtmp
://[
vhost
]:[
port
]/[
app
]/[
stream
]
_
fast
;
}
engine
sd
{
enabled
o
ff
;
enabled
o
n
;
vfilter
{
vf
'split [main][tmp]; [tmp] crop=iw:ih/2:0:0, vflip [flip]; [main][flip] overlay=0:H/2'
;
}
...
...
请
注册
或
登录
后发表评论