working the player
This commit is contained in:
@@ -41,11 +41,11 @@ class TestReceiveAndRecord:
|
||||
)
|
||||
assert "-hide_banner" in node.compile()
|
||||
|
||||
def test_mpegts_format(self, tmp_path):
|
||||
def test_matroska_format(self, tmp_path):
|
||||
node = ff.receive_and_record(
|
||||
"tcp://0.0.0.0:4444?listen", tmp_path / "rec.ts"
|
||||
"tcp://0.0.0.0:4444?listen", tmp_path / "rec.mkv"
|
||||
)
|
||||
assert "mpegts" in node.compile()
|
||||
assert "matroska" in node.compile()
|
||||
|
||||
|
||||
class TestExtractSceneFrames:
|
||||
|
||||
Reference in New Issue
Block a user