From d8c99bb1ad4500836d41b5146b6dfcd8e8d7f16e Mon Sep 17 00:00:00 2001 From: Jason-JP-Yang Date: Fri, 17 Oct 2025 00:38:50 +0800 Subject: [PATCH] modification of basic .gitignore --- .gitignore | 1 + trunk/conf/console.conf | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 98d710e79..d5a65bfaa 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ /trunk/research/api-server/static-dir/forward /trunk/research/api-server/static-dir/live /trunk/research/api-server/static-dir/players +/trunk/DVR_Record # Apple-specific garbage files. .AppleDouble diff --git a/trunk/conf/console.conf b/trunk/conf/console.conf index 20ca385f9..b8233077d 100644 --- a/trunk/conf/console.conf +++ b/trunk/conf/console.conf @@ -109,7 +109,7 @@ rtc_server { ############################################################################################# python_addons { # Enable or disable Python addon management - enabled on; + enabled off; # Python addon definitions # Each addon block defines a Python script to run @@ -160,6 +160,7 @@ vhost __defaultVhost__ { queue_length 10; mw_latency 100; mw_msgs 0; + time_jitter full; } publish { mr off; @@ -183,4 +184,4 @@ vhost __defaultVhost__ { dvr_wait_keyframe on; time_jitter full; } -} \ No newline at end of file +}