12 lines
196 B
Python
12 lines
196 B
Python
STREAM_URL="tcp://localhost:7777"
|
|
#/localhost:54592"
|
|
|
|
add_device(Stream("s2", STREAM_URL, SocketType.PULL), True)
|
|
|
|
s2.start()
|
|
show_panel(s2)
|
|
s2.waitCacheChange(5000)
|
|
|
|
|
|
#ret = bscan (s2, 5, 10)
|