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/live
/trunk/research/api-server/static-dir/players
/trunk/DVR_Record
# Apple-specific garbage files.
.AppleDouble

View File

@ -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;
}
}
}