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-12 12:07:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b9613fd0d1fbfe3997fc5d3420f83a8c44e2d710
b9613fd0
1 parent
f9590f81
update readme, add wiki sample:transcode2hls
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
28 行增加
和
0 行删除
README.md
trunk/conf/transcode2hls.audio.only.conf
README.md
查看文件 @
b9613fd
...
...
@@ -52,6 +52,10 @@ cd simple-rtmp-server/trunk
<strong>
See also:
</strong><br/>
[
Usage: How to delivery RTMP?
](
https://github.com/winlinvip/simple-rtmp-server/wiki/SampleRTMP
)
<br/>
[
Usage: How to delivery HLS?
](
https://github.com/winlinvip/simple-rtmp-server/wiki/SampleHLS
)
<br/>
[
Usage: How to delivery HLS for other codec?
](
https://github.com/winlinvip/simple-rtmp-server/wiki/Transcode2HLS
)
<br/>
[
Usage: How to transode RTMP stream by SRS?
](
https://github.com/winlinvip/simple-rtmp-server/wiki/SampleFFMPEG
)
<br/>
[
Usage: How to forward stream to other server?
](
https://github.com/winlinvip/simple-rtmp-server/wiki/SampleForward
)
<br/>
[
Usage: How to deploy low lantency application?
](
https://github.com/winlinvip/simple-rtmp-server/wiki/SampleRealtime
)
<br/>
[
Usage: How to show the demo of SRS?
](
https://github.com/winlinvip/simple-rtmp-server/wiki/SampleDemo
)
<br/>
### Architecture
...
...
trunk/conf/transcode2hls.audio.only.conf
0 → 100644
查看文件 @
b9613fd
listen
1935
;
vhost
__
defaultVhost__
{
hls
{
enabled
on
;
hls_path
./
objs
/
nginx
/
html
;
hls_fragment
10
;
hls_window
60
;
}
transcode
{
enabled
on
;
ffmpeg
./
objs
/
ffmpeg
/
bin
/
ffmpeg
;
engine
ff
{
enabled
on
;
vcodec
copy
;
acodec
libaacplus
;
abitrate
45
;
asample_rate
44100
;
achannels
2
;
aparams
{
}
output
rtmp
://
127
.
0
.
0
.
1
:[
port
]/[
app
]?
vhost
=[
vhost
]/[
stream
]
_
[
engine
];
}
}
}
...
...
请
注册
或
登录
后发表评论