This commit is contained in:
2018-10-24 00:08:55 +02:00
parent e00f131cc9
commit 6746eb3628

View File

@@ -11,7 +11,7 @@ namespace tv7playlist.Controllers
public class PlayListController : ControllerBase public class PlayListController : ControllerBase
{ {
private const string Tv7OriginUrl = "https://api.init7.net/tvchannels.m3u"; private const string Tv7OriginUrl = "https://api.init7.net/tvchannels.m3u";
private const string UdpxyRootUrl = "http://tv1.haefelfinger.net:4022/udp"; private const string UdpxyRootUrl = "http://192.168.15.2:4022/udp";
private static readonly Regex MulticastRegex = new Regex(@"(udp\:\/\/@)([0-9.:]+)", private static readonly Regex MulticastRegex = new Regex(@"(udp\:\/\/@)([0-9.:]+)",
RegexOptions.Compiled | RegexOptions.Singleline | RegexOptions.IgnoreCase); RegexOptions.Compiled | RegexOptions.Singleline | RegexOptions.IgnoreCase);