This commit is contained in:
2023-10-31 13:02:07 +01:00
parent e63396f6b7
commit 9256184430
39 changed files with 910 additions and 25 deletions

View File

@@ -0,0 +1,4 @@
add_device(Stream("st1", "tcp://localhost:9999", SocketType.PULL), True)
st1.parent.config.analizeHeader=True
st1.start()
show_panel(st1)