mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #738, refine the dvr segmenter.
This commit is contained in:
parent
31191f2650
commit
8c01f52372
9 changed files with 477 additions and 293 deletions
13
trunk/conf/dvr.mp4.conf
Normal file
13
trunk/conf/dvr.mp4.conf
Normal file
|
@ -0,0 +1,13 @@
|
|||
# the config for srs to dvr in session mode
|
||||
# @see https://github.com/ossrs/srs/wiki/v3_CN_DVR
|
||||
# @see full.conf for detail config.
|
||||
|
||||
listen 1935;
|
||||
max_connections 1000;
|
||||
vhost __defaultVhost__ {
|
||||
dvr {
|
||||
enabled on;
|
||||
dvr_path ./objs/nginx/html/[app]/[stream].[timestamp].mp4;
|
||||
dvr_plan session;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue