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
2017-01-06 10:47:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d29416a5f080406670daf12ea469353ad07762d1
d29416a5
1 parent
4709d021
add conf sample for ingest rtsp
显示空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
60 行增加
和
30 行删除
trunk/.gitignore
trunk/conf/full.conf
trunk/conf/ingest.rtsp.conf
trunk/.gitignore
查看文件 @
d29416a
*.conf
doc/frozen*.flv
doc/kungfupanda*.flv
doc/time*.flv
html
ide/srs_xcode/srs_xcode.xcodeproj/project.xcworkspace/xcshareddata/
ide/srs_xcode/srs_xcode.xcodeproj/project.xcworkspace/xcuserdata/
ide/srs_xcode/srs_xcode.xcodeproj/xcuserdata/
research/aac/
.idea/
research/api-server/static-dir/mse
research/bat/
research/big/
research/bitch/
research/bott/
research/cgo/
research/dns/
research/empty/
research/golang/golang
research/golang/temp.flv
research/librtmp/720p.h264.raw
research/librtmp/test.h264
research/licenser/
research/players/fls_player/
research/players/mic/
research/proxy/
research/redis-ocluster/
research/rtmfp/
research/snap/
research/speex/
test/
/*.conf
/doc/frozen*.flv
/doc/kungfupanda*.flv
/doc/time*.flv
/html
/ide/srs_xcode/srs_xcode.xcodeproj/project.xcworkspace/xcshareddata/
/ide/srs_xcode/srs_xcode.xcodeproj/project.xcworkspace/xcuserdata/
/ide/srs_xcode/srs_xcode.xcodeproj/xcuserdata/
/research/aac/
/research/api-server/static-dir/mse
/research/bat/
/research/big/
/research/bitch/
/research/bott/
/research/cgo/
/research/dns/
/research/empty/
/research/golang/golang
/research/golang/temp.flv
/research/librtmp/720p.h264.raw
/research/librtmp/test.h264
/research/licenser/
/research/players/fls_player/
/research/players/mic/
/research/proxy/
/research/redis-ocluster/
/research/rtmfp/
/research/snap/
/research/speex/
/test/
...
...
trunk/conf/full.conf
查看文件 @
d29416a
...
...
@@ -1230,6 +1230,10 @@ vhost transcode.ingest.srs.com {
ffmpeg
./
objs
/
ffmpeg
/
bin
/
ffmpeg
;
engine
{
enabled
off
;
perfile
{
re
;
rtsp_transport
tcp
;
}
iformat
flv
;
vfilter
{
i
./
doc
/
ffmpeg
-
logo
.
png
;
...
...
trunk/conf/ingest.rtsp.conf
0 → 100644
查看文件 @
d29416a
# use ffmpeg to ingest file/stream/device to SRS
# @see https://github.com/ossrs/srs/wiki/v1_CN_SampleIngest
# @see full.conf for detail config.
listen
1935
;
max_connections
1000
;
vhost
__
defaultVhost__
{
ingest
{
enabled
on
;
input
{
type
stream
;
url
rtsp
://
admin
:
12345678
@
192
.
168
.
2
.
21
:
554
/
Streaming
/
Channels
/
501
?
transportmode
=
unicast
;
}
ffmpeg
./
objs
/
ffmpeg
/
bin
/
ffmpeg
;
engine
{
enabled
on
;
perfile
{
rtsp_transport
tcp
;
}
vcodec
copy
;
acodec
copy
;
output
rtmp
://
127
.
0
.
0
.
1
:[
port
]/
live
?
vhost
=[
vhost
]/
livestream
;
}
}
}
...
...
请
注册
或
登录
后发表评论