fix error screen generation (#2594)
This commit is contained in:
@@ -697,7 +697,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(options))
|
||||
{
|
||||
hlsSegmentOptions = $"mpegts_options={options}";
|
||||
hlsSegmentOptions = $"mpegts_flags={options}";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user