Index: lams_common/db/sql/insert_lams_unix_config_data.sql =================================================================== RCS file: /usr/local/cvsroot/lams_common/db/sql/insert_lams_unix_config_data.sql,v diff -u -r1.36 -r1.37 --- lams_common/db/sql/insert_lams_unix_config_data.sql 20 Jan 2009 04:08:24 -0000 1.36 +++ lams_common/db/sql/insert_lams_unix_config_data.sql 19 Feb 2009 23:55:41 -0000 1.37 @@ -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);