Browse Source

load concat playlist from localhost

pull/110/head
Jason Dove 5 years ago
parent
commit
51b671dec7
  1. 2
      ErsatzTV.Core/FFmpeg/FFmpegProcessService.cs

2
ErsatzTV.Core/FFmpeg/FFmpegProcessService.cs

@ -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()

Loading…
Cancel
Save