modification of basic .gitignore
This commit is contained in:
parent
c467522328
commit
d8c99bb1ad
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user