|
|
|
@ -7,15 +7,15 @@ using System.Threading;
|
|
|
|
|
|
|
|
|
|
namespace RTMPDash { |
|
|
|
|
public class Program { |
|
|
|
|
public const string SiteName = "zotan.stream"; |
|
|
|
|
public const string IngressDomain = "rtmp://zotan.stream"; |
|
|
|
|
public const string RootDomain = "https://zotan.stream"; |
|
|
|
|
public const string PlayerDomain = "https://live.on.zotan.stream"; |
|
|
|
|
public const string FragmentDomain = "https://cdn.zotan.stream"; |
|
|
|
|
public const string StatsDomain = "https://stats.zotan.stream"; |
|
|
|
|
public const string PrivacyEmail = "stream-privacy@zotan.email"; |
|
|
|
|
public const string CopyrightEmail = "stream-copyright@zotan.email"; |
|
|
|
|
public const string AbuseEmail = "stream-abuse@zotan.email"; |
|
|
|
|
public const string SiteName = "chaos.stream"; |
|
|
|
|
public const string IngressDomain = "rtmp://chaos.stream"; |
|
|
|
|
public const string RootDomain = "https://chaos.stream"; |
|
|
|
|
public const string PlayerDomain = "https://live.on.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"; |
|
|
|
|
public const string CopyrightEmail = "chaosstream-copyright@zotan.email"; |
|
|
|
|
public const string AbuseEmail = "chaosstream-abuse@zotan.email"; |
|
|
|
|
|
|
|
|
|
public static void Main(string[] args) { |
|
|
|
|
DataConnection.DefaultSettings = new AppDb.Settings(); |
|
|
|
@ -33,4 +33,4 @@ namespace RTMPDash {
|
|
|
|
|
public static TimeSpan StripMilliseconds(this TimeSpan time) => |
|
|
|
|
new(time.Days, time.Hours, time.Minutes, time.Seconds); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|