|
|
|
|
@ -121,7 +121,7 @@ namespace ErsatzTV.Core.FFmpeg
@@ -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() |
|
|
|
|
|