4 lines
137 B
Python
4 lines
137 B
Python
add_device(Stream("st1", "tcp://localhost:9999", SocketType.PULL), True)
|
|
st1.parent.config.analizeHeader=True
|
|
st1.start()
|
|
show_panel(st1) |