Index: lams_common/db/sql/insert_lams_unix_config_data.sql =================================================================== diff -u -r9ea5d413f7ee1031aedf9282ec31f5380ce921b3 -r8eb3888ffeb3bd0136f75e2c27c256c98eba572c --- lams_common/db/sql/insert_lams_unix_config_data.sql (.../insert_lams_unix_config_data.sql) (revision 9ea5d413f7ee1031aedf9282ec31f5380ce921b3) +++ lams_common/db/sql/insert_lams_unix_config_data.sql (.../insert_lams_unix_config_data.sql) (revision 8eb3888ffeb3bd0136f75e2c27c256c98eba572c) @@ -246,3 +246,9 @@ insert into lams_configuration (config_key, config_value, description_key, header_name, format, required) values ('SMTPPassword','', 'config.smtp.password', 'config.header.email', 'STRING', 0); + +insert into lams_configuration (config_key, config_value, description_key, header_name, format, required) +values ('Red5ServerUrl','rtmp://localhost/', 'config.red5.server.url', 'config.header.red5', 'STRING', 1); + +insert into lams_configuration (config_key, config_value, description_key, header_name, format, required) +values ('Red5RecordingsUrl','http://localhost:8080/streams/', 'config.red5.recordings.url', 'config.header.red5', 'STRING', 1);