From c1a8e62f2341e380f25f9f5b5029865777c0118a Mon Sep 17 00:00:00 2001
From: koisi <kor.coeo@gmail.com>
Date: 星期一, 05 八月 2024 17:04:58 +0800
Subject: [PATCH] 修复6月25日合并271时,变量类型未同步更新的问题

---
 打包/config/config.ini |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git "a/\346\211\223\345\214\205/config/config.ini" "b/\346\211\223\345\214\205/config/config.ini"
index 5e4e595..cbfc030 100755
--- "a/\346\211\223\345\214\205/config/config.ini"
+++ "b/\346\211\223\345\214\205/config/config.ini"
@@ -97,9 +97,9 @@
 fmp4_demand=0
 hls_demand=0
 hls_save_path=./www
-modify_stamp=0
+modify_stamp=2
 mp4_as_player=0
-mp4_max_second=3600
+mp4_max_second=300
 mp4_save_path=./www
 rtmp_demand=0
 rtsp_demand=0
@@ -163,4 +163,16 @@
 port=9000
 timeoutSec=5
 
+
+[transcode]
+acodec=pcma
+decoder_h264=h264_qsv,h264_videotoolbox,h264_bm,libopenh264
+decoder_h265=hevc_qsv,hevc_videotoolbox,hevc_bm
+enable_ffmpeg_log=0
+encoder_h264=h264_qsv,h264_videotoolbox,h264_bm,libx264,libopenh264
+encoder_h265=hevc_qsv,hevc_videotoolbox,hevc_bm,libx265
+filter=
+suffix=transport
+vcodec=H264
+
 ; } ---

--
Gitblit v1.8.0