diff --git a/airtime_mvc/build/sql/defaultdata.sql b/airtime_mvc/build/sql/defaultdata.sql index 0af91c7fd..ff4fe2d6b 100644 --- a/airtime_mvc/build/sql/defaultdata.sql +++ b/airtime_mvc/build/sql/defaultdata.sql @@ -11,7 +11,7 @@ INSERT INTO cc_live_log("state", "start_time") VALUES('S', now() at time zone 'U -- end of added in 2.1 -- added in 2.0.0 -INSERT INTO cc_pref("keystr", "valstr") VALUES('stream_type', 'ogg, mp3'); +INSERT INTO cc_pref("keystr", "valstr") VALUES('stream_type', 'ogg, mp3, opus'); INSERT INTO cc_pref("keystr", "valstr") VALUES('stream_bitrate', '24, 32, 48, 64, 96, 128, 160, 192, 224, 256, 320'); INSERT INTO cc_pref("keystr", "valstr") VALUES('num_of_streams', '3'); INSERT INTO cc_pref("keystr", "valstr") VALUES('max_bitrate', '320'); diff --git a/install_minimal/include/airtime-constants.php b/install_minimal/include/airtime-constants.php index 10c620da9..c3f6aaaaa 100644 --- a/install_minimal/include/airtime-constants.php +++ b/install_minimal/include/airtime-constants.php @@ -1,3 +1,3 @@