From 76effb4eb28d4f180207fc0acb2be93bfe89ad16 Mon Sep 17 00:00:00 2001 From: Divarion-D Date: Thu, 4 Dec 2025 20:49:14 +0300 Subject: [PATCH] Set the default FFMPEG segment type to -f hls --- src/bin/install/database.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/install/database.sql b/src/bin/install/database.sql index 43f872d..6c4b219 100644 --- a/src/bin/install/database.sql +++ b/src/bin/install/database.sql @@ -70316,7 +70316,7 @@ CREATE TABLE IF NOT EXISTS `settings` ( `ignore_keyframes` int(11) DEFAULT '0', `seg_delete_threshold` int(11) DEFAULT '4', `fails_per_time` int(11) DEFAULT '86400', - `segment_type` tinyint(1) DEFAULT '1', + `segment_type` tinyint(1) DEFAULT '0', `thread_count_movie` tinyint(3) DEFAULT '5', `thread_count_show` tinyint(3) DEFAULT '1', `redirect_timeout` tinyint(1) DEFAULT '5',