From 6746eb362821738f602bfc59c6e6802bde847388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=A4felfinger?= Date: Wed, 24 Oct 2018 00:08:55 +0200 Subject: [PATCH] using ip --- Controllers/PlayListController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/PlayListController.cs b/Controllers/PlayListController.cs index 77699f5..285b1f2 100644 --- a/Controllers/PlayListController.cs +++ b/Controllers/PlayListController.cs @@ -11,7 +11,7 @@ namespace tv7playlist.Controllers public class PlayListController : ControllerBase { 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.:]+)", RegexOptions.Compiled | RegexOptions.Singleline | RegexOptions.IgnoreCase);