adding blocking and non-blocking rtsp stream
This might fix the stream errors in issue #25 Also refactored the code a bit since we do not want to display a window from within the API (offload to the person implementing it).
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from .APIHandler import APIHandler
|
||||
|
||||
__version__ = "0.0.4"
|
||||
__version__ = "0.0.5"
|
||||
VERSION = __version__
|
||||
|
||||
Reference in New Issue
Block a user