undo some of the webrtc ds record changes
This commit is contained in:
parent
92d6351c55
commit
c2e6fb9a72
@ -36,4 +36,3 @@ module BigBlueButton
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -7,6 +7,7 @@ raw_presentation_src: /var/bigbluebutton
|
||||
redis_host: 127.0.0.1
|
||||
redis_port: 6379
|
||||
|
||||
|
||||
# For PRODUCTION
|
||||
log_dir: /var/log/bigbluebutton
|
||||
recording_dir: /var/bigbluebutton/recording
|
||||
@ -20,4 +21,4 @@ playback_protocol: http
|
||||
#log_dir: /home/ubuntu/temp/log
|
||||
#recording_dir: /home/ubuntu/temp/recording
|
||||
#published_dir: /home/ubuntu/temp/published
|
||||
#playback_host: 192.168.23.137
|
||||
#playback_host: 192.168.22.137
|
||||
|
@ -21,10 +21,10 @@
|
||||
|
||||
# For DEVELOPMENT
|
||||
# Allows us to run the script manually
|
||||
require File.expand_path('../../../../core/lib/recordandplayback', __FILE__)
|
||||
# require File.expand_path('../../../../core/lib/recordandplayback', __FILE__)
|
||||
|
||||
# For PRODUCTION
|
||||
# require File.expand_path('../../../lib/recordandplayback', __FILE__)
|
||||
require File.expand_path('../../../lib/recordandplayback', __FILE__)
|
||||
|
||||
require 'rubygems'
|
||||
require 'trollop'
|
||||
|
5
video-broadcast/.gitignore
vendored
5
video-broadcast/.gitignore
vendored
@ -1,5 +0,0 @@
|
||||
bin
|
||||
build
|
||||
dist
|
||||
lib
|
||||
build
|
Loading…
Reference in New Issue
Block a user