From 86fdf7285657727a3f893496fd54c65e7788c51b Mon Sep 17 00:00:00 2001 From: koisi <kor.coeo@gmail.com> Date: 星期一, 05 八月 2024 15:40:24 +0800 Subject: [PATCH] 修复语法错误导致的前端编译异常 --- 打包/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