15 lines
202 B
Python
15 lines
202 B
Python
STREAM_URL="tcp://localhost:5554"
|
|
|
|
|
|
|
|
st1=Stream("st1", STREAM_URL, SocketType.SUB)
|
|
st1.createMatrix = True
|
|
st1.initialize()
|
|
st1.start()
|
|
st1.waitCacheChange(2000)
|
|
|
|
|
|
show_panel(st1)
|
|
|
|
|
|
#bscan(st1, 10, -1) |