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 12:41:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bf18a3ac9695335bea4df16b37b3529886dfdcf9
bf18a3ac
1 parent
bbf7b9bb
change demo video to 200kbps
隐藏空白字符变更
内嵌
并排对比
正在显示
4 个修改的文件
包含
15 行增加
和
15 行删除
README.md
trunk/conf/srs.conf
trunk/doc/source.200kbps.768x320.flv
trunk/doc/source.flv
README.md
查看文件 @
bf18a3a
...
...
@@ -36,7 +36,7 @@ FMS URL: rtmp://127.0.0.1:1935/live
Stream: livestream
For example, use ffmpeg to publish:
for((;;)); do
\
./objs/ffmpeg/bin/ffmpeg -re -i ./doc/source.flv -vcodec copy -acodec copy
\
./objs/ffmpeg/bin/ffmpeg -re -i ./doc/source.
200kbps.768x320.
flv -vcodec copy -acodec copy
\
-f flv -y rtmp://127.0.0.1:1935/live/livestream;
\
sleep 1;
\
done
...
...
trunk/conf/srs.conf
查看文件 @
bf18a3a
...
...
@@ -28,8 +28,8 @@ vhost __defaultVhost__ {
vcodec
libx264
;
vbitrate
300
;
vfps
20
;
vwidth
1152
;
vheight
480
;
vwidth
768
;
vheight
320
;
vthreads
1
;
vprofile
baseline
;
vpreset
superfast
;
...
...
@@ -51,8 +51,8 @@ vhost __defaultVhost__ {
vcodec
libx264
;
vbitrate
500
;
vfps
20
;
vwidth
1152
;
vheight
480
;
vwidth
768
;
vheight
320
;
vthreads
1
;
vprofile
main
;
vpreset
fast
;
...
...
@@ -81,8 +81,8 @@ vhost mirror.transcode.vhost.com {
vcodec
libx264
;
vbitrate
300
;
vfps
20
;
vwidth
1152
;
vheight
480
;
vwidth
768
;
vheight
320
;
vthreads
2
;
vprofile
baseline
;
vpreset
superfast
;
...
...
@@ -111,8 +111,8 @@ vhost drawtext.transcode.vhost.com {
vcodec
libx264
;
vbitrate
300
;
vfps
20
;
vwidth
1152
;
vheight
480
;
vwidth
768
;
vheight
320
;
vthreads
2
;
vprofile
baseline
;
vpreset
superfast
;
...
...
@@ -141,8 +141,8 @@ vhost crop.transcode.vhost.com {
vcodec
libx264
;
vbitrate
300
;
vfps
20
;
vwidth
1152
;
vheight
480
;
vwidth
768
;
vheight
320
;
vthreads
2
;
vprofile
baseline
;
vpreset
superfast
;
...
...
@@ -171,8 +171,8 @@ vhost logo.transcode.vhost.com {
vcodec
libx264
;
vbitrate
300
;
vfps
20
;
vwidth
1152
;
vheight
480
;
vwidth
768
;
vheight
320
;
vthreads
2
;
vprofile
baseline
;
vpreset
superfast
;
...
...
@@ -220,9 +220,9 @@ vhost all.transcode.vhost.com {
# video framerate.
vfps
25
;
# video width, must be even numbers.
vwidth
172
8
;
vwidth
76
8
;
# video height, must be even numbers.
vheight
7
20
;
vheight
3
20
;
# the max threads for ffmpeg to used.
vthreads
12
;
# x264 profile, @see x264 -help, can be:
...
...
trunk/doc/source.200kbps.768x320.flv
0 → 100644
查看文件 @
bf18a3a
不能预览此文件类型
trunk/doc/source.flv
已删除
100644 → 0
查看文件 @
bbf7b9b
This file is too large to display.
请
注册
或
登录
后发表评论