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 +}