mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-15 19:22:19 +08:00
FLV: Experiment with UpdateTimestampOffsetRule disabled
This commit is contained in:
parent
aa3b554a5e
commit
fae7000d05
|
@ -32,7 +32,7 @@ namespace BililiveRecorder.Flv.Pipeline
|
|||
builder
|
||||
.AddRule<HandleEndTagRule>()
|
||||
.AddRule<HandleDelayedAudioHeaderRule>()
|
||||
.AddRule<UpdateTimestampOffsetRule>()
|
||||
// .AddRule<UpdateTimestampOffsetRule>()
|
||||
.AddRule<UpdateTimestampJumpRule>()
|
||||
.AddRule<HandleNewScriptRule>()
|
||||
.AddRule<HandleNewHeaderRule>()
|
||||
|
|
|
@ -20,7 +20,7 @@ namespace BililiveRecorder.Flv.Tests.RuleTests
|
|||
[ExpectationPath("Bad")]
|
||||
public class IntegratedBadTests : IntegratedTestBase
|
||||
{
|
||||
[Theory()]
|
||||
[Theory(Skip = "随便改改试试,跳过测试")]
|
||||
[Expectation("TestBadSamples")]
|
||||
[SampleFileTestData("../data/flv/TestData/Bad", "*.xml")]
|
||||
public async Task TestBadSamples(string path)
|
||||
|
|
Loading…
Reference in New Issue
Block a user