diff --git a/ErsatzTV.Core/FFmpeg/FFmpegProcessService.cs b/ErsatzTV.Core/FFmpeg/FFmpegProcessService.cs index 0b2febdef..5fbc208b0 100644 --- a/ErsatzTV.Core/FFmpeg/FFmpegProcessService.cs +++ b/ErsatzTV.Core/FFmpeg/FFmpegProcessService.cs @@ -121,7 +121,7 @@ namespace ErsatzTV.Core.FFmpeg .WithFormatFlags(playbackSettings.FormatFlags) .WithRealtimeOutput(playbackSettings.RealtimeOutput) .WithInfiniteLoop() - .WithConcat($"{scheme}://{host}/ffmpeg/concat/{channel.Number}") + .WithConcat($"http://localhost:8409/ffmpeg/concat/{channel.Number}") .WithMetadata(channel) .WithFormat("mpegts") .WithPipe()