mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
reap the transcode process
This commit is contained in:
parent
b5bba29768
commit
113731dd6b
6 changed files with 63 additions and 12 deletions
|
@ -72,18 +72,19 @@ vhost __defaultVhost__ {
|
|||
vhost dev {
|
||||
enabled on;
|
||||
gop_cache on;
|
||||
hls on;
|
||||
hls off;
|
||||
hls_path ./objs/nginx/html;
|
||||
hls_fragment 5;
|
||||
hls_window 30;
|
||||
#forward 127.0.0.1:19350;
|
||||
forward 127.0.0.1:1936;
|
||||
#forward 127.0.0.1:1936;
|
||||
transcode {
|
||||
enabled off;
|
||||
enabled on;
|
||||
ffmpeg ./objs/ffmpeg/bin/ffmpeg;
|
||||
engine dev {
|
||||
enabled on;
|
||||
vfilter {
|
||||
t 10;
|
||||
}
|
||||
vcodec libx264;
|
||||
vbitrate 300;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue