Stream custom live channels using your own media
 
 

10 lines
261 B

namespace ErsatzTV.Core;
public static class Settings
{
public static int UiPort { get; set; }
public static int StreamingPort { get; set; }
public static int PublicUiPort { get; set; }
public static int PublicStreamingPort { get; set; }
}