We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f9982 commit 568bc1aCopy full SHA for 568bc1a
videodb/rtstream.py
@@ -201,8 +201,8 @@ def stop(self):
201
def generate_stream(self, start, end):
202
"""Generate a stream from the rtstream.
203
204
- :param int start: Start time of the stream
205
- :param int end: End time of the stream
+ :param int start: Start time of the stream in Unix timestamp format
+ :param int end: End time of the stream in Unix timestamp format
206
:return: Stream URL
207
:rtype: str
208
"""
0 commit comments