CC-3224: "On-the-fly" stream rebroadcasting

- Live source is created when only both port and mount point are specified
This commit is contained in:
James 2012-02-23 11:51:20 -05:00
parent 30901aa0d6
commit 1ebe3d1812
5 changed files with 16 additions and 8 deletions

View file

@ -722,7 +722,7 @@ class Application_Model_Preference
}
public static function SetLiveSteamMasterPassword($value){
self::SetValue("live_stream_master_password", md5($value), false);
self::SetValue("live_stream_master_password", $value, false);
}
public static function GetLiveSteamMasterPassword(){