modification of basic .gitignore

This commit is contained in:
Jason-JP-Yang 2025-10-17 00:38:50 +08:00
parent c467522328
commit d8c99bb1ad
2 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@ -25,6 +25,7 @@
/trunk/research/api-server/static-dir/forward /trunk/research/api-server/static-dir/forward
/trunk/research/api-server/static-dir/live /trunk/research/api-server/static-dir/live
/trunk/research/api-server/static-dir/players /trunk/research/api-server/static-dir/players
/trunk/DVR_Record
# Apple-specific garbage files. # Apple-specific garbage files.
.AppleDouble .AppleDouble

View File

@ -109,7 +109,7 @@ rtc_server {
############################################################################################# #############################################################################################
python_addons { python_addons {
# Enable or disable Python addon management # Enable or disable Python addon management
enabled on; enabled off;
# Python addon definitions # Python addon definitions
# Each addon block defines a Python script to run # Each addon block defines a Python script to run
@ -160,6 +160,7 @@ vhost __defaultVhost__ {
queue_length 10; queue_length 10;
mw_latency 100; mw_latency 100;
mw_msgs 0; mw_msgs 0;
time_jitter full;
} }
publish { publish {
mr off; mr off;
@ -183,4 +184,4 @@ vhost __defaultVhost__ {
dvr_wait_keyframe on; dvr_wait_keyframe on;
time_jitter full; time_jitter full;
} }
} }