|
|
|
@ -10,8 +10,9 @@ namespace RTMPDash; |
|
|
|
|
public class Program { |
|
|
|
|
public const string SiteName = "chaos.stream"; |
|
|
|
|
public const string IngressDomain = "rtmp://chaos.stream"; |
|
|
|
|
public const string RtmpStatsUrl = "http://127.0.0.1:8083"; |
|
|
|
|
public const string RootDomain = "https://chaos.stream"; |
|
|
|
|
public const string PlayerDomain = "https://live.on.chaos.stream"; |
|
|
|
|
public const string PlayerDomain = "https://player.chaos.stream"; |
|
|
|
|
public const string FragmentDomain = "https://cdn.chaos.stream"; |
|
|
|
|
public const string StatsDomain = "https://stats.chaos.stream"; |
|
|
|
|
public const string PrivacyEmail = "chaosstream-privacy@zotan.email"; |
|
|
|
|