add playback troubleshooting tool (#2155)
* support media info for more content types * add playback troubleshooting page * reorganize playback troubleshooting * fix watermarks and delay * update changelog
This commit is contained in:
@@ -379,6 +379,7 @@ public class TranscodingTests
|
||||
0,
|
||||
None,
|
||||
false,
|
||||
Option<string>.None,
|
||||
_ => { });
|
||||
|
||||
// Console.WriteLine($"ffmpeg arguments {process.Arguments}");
|
||||
@@ -655,6 +656,7 @@ public class TranscodingTests
|
||||
0,
|
||||
None,
|
||||
false,
|
||||
Option<string>.None,
|
||||
PipelineAction);
|
||||
|
||||
// Console.WriteLine($"ffmpeg arguments {string.Join(" ", process.StartInfo.ArgumentList)}");
|
||||
|
||||
Reference in New Issue
Block a user