Update SimpleLiveRecordManager2.cs

This commit is contained in:
ImAleeexx 2022-12-11 20:57:04 +01:00 committed by GitHub
parent 7d1bbab9b8
commit 32abf02687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ namespace N_m3u8DL_RE.DownloadManager
else
{
//创建管道
output = "udp://127.0.0.1:" + saveName;
output = "udp://239.10.0.1:" + saveName;
var pipeName = $"RE_pipe_{Guid.NewGuid()}";
fileOutputStream = PipeUtil.CreatePipe(pipeName);
Logger.InfoMarkUp($"{ResString.namedPipeCreated} [cyan]{pipeName.EscapeMarkup()}[/]");