Skip to content
Snippets Groups Projects
Commit c2e6fb9a authored by Anton Georgiev's avatar Anton Georgiev
Browse files

undo some of the webrtc ds record changes

parent 92d6351c
No related branches found
No related tags found
No related merge requests found
...@@ -36,4 +36,3 @@ module BigBlueButton ...@@ -36,4 +36,3 @@ module BigBlueButton
end end
end end
end end
...@@ -7,6 +7,7 @@ raw_presentation_src: /var/bigbluebutton ...@@ -7,6 +7,7 @@ raw_presentation_src: /var/bigbluebutton
redis_host: 127.0.0.1 redis_host: 127.0.0.1
redis_port: 6379 redis_port: 6379
# For PRODUCTION # For PRODUCTION
log_dir: /var/log/bigbluebutton log_dir: /var/log/bigbluebutton
recording_dir: /var/bigbluebutton/recording recording_dir: /var/bigbluebutton/recording
...@@ -20,4 +21,4 @@ playback_protocol: http ...@@ -20,4 +21,4 @@ playback_protocol: http
#log_dir: /home/ubuntu/temp/log #log_dir: /home/ubuntu/temp/log
#recording_dir: /home/ubuntu/temp/recording #recording_dir: /home/ubuntu/temp/recording
#published_dir: /home/ubuntu/temp/published #published_dir: /home/ubuntu/temp/published
#playback_host: 192.168.23.137 #playback_host: 192.168.22.137
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
# For DEVELOPMENT # For DEVELOPMENT
# Allows us to run the script manually # 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 # For PRODUCTION
# require File.expand_path('../../../lib/recordandplayback', __FILE__) require File.expand_path('../../../lib/recordandplayback', __FILE__)
require 'rubygems' require 'rubygems'
require 'trollop' require 'trollop'
......
bin
build
dist
lib
build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment