From 8c817e3cd25e95ba0a711d17aa22401a6ff17146 Mon Sep 17 00:00:00 2001 From: xia-chu <771730766@qq.com> Date: Thu, 23 Nov 2023 21:38:16 +0800 Subject: [PATCH] =?UTF-8?q?MP4=E7=82=B9=E6=92=AD=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=85=B3=E9=97=ADhls-fmp4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Record/MP4Reader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Record/MP4Reader.cpp b/src/Record/MP4Reader.cpp index bdbc65cf..d1f408dd 100644 --- a/src/Record/MP4Reader.cpp +++ b/src/Record/MP4Reader.cpp @@ -25,6 +25,7 @@ MP4Reader::MP4Reader(const std::string &vhost, const std::string &app, const std // 读取mp4文件并流化时,不重复生成mp4/hls文件 option.enable_mp4 = false; option.enable_hls = false; + option.enable_hls_fmp4 = false; setup(vhost, app, stream_id, file_path, option); }