You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EasyDarwin/easydarwin.ini

25 lines
911 B

6 years ago
[http]
port=10008
default_username=admin
default_password=admin
[rtsp]
port=554
6 years ago
; rtsp 超时时间包括RTSP建立连接与数据收发。
timeout=28800
; 是否使能gop cache。如果使能服务器会缓存最后一个I帧以及其后的非I帧以提高播放速度。但是可能在高并发的情况下带来内存压力。
gop_cache_enable=1
; 是否使能推送的同事进行本地存储,使能后则可以进行录像查询与回放。
save_stream_to_local=0
;easydarwin使用ffmpeg工具来进行存储。这里表示ffmpeg的可执行程序的路径
ffmpeg_path=~/Downloads/ffmpeg-20180719-9cb3d8f-macos64-shared/bin/ffmpeg
;本地存储所将要保存的根目录。如果不存在,程序会尝试创建该目录。
m3u8_dir_path=~/Downloads/EasyDarwinGoM3u8
;切片文件时长。本地存储时将以该时间段为标准来生成ts文件单位秒
ts_duration_second=600