mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Use ''
This commit is contained in:
parent
ca3cb14e6e
commit
652d277fb4
@ -63,7 +63,7 @@ class RecordingExporter(threading.Thread):
|
|||||||
|
|
||||||
while playlist_start < self.end_time:
|
while playlist_start < self.end_time:
|
||||||
playlist_lines.append(
|
playlist_lines.append(
|
||||||
f"file http://127.0.0.1:5000/vod/{self.camera}/start/{playlist_start}/end/{min(playlist_start + MAX_PLAYLIST_SECONDS, self.end_time)}/index.m3u8"
|
f"file 'http://127.0.0.1:5000/vod/{self.camera}/start/{playlist_start}/end/{min(playlist_start + MAX_PLAYLIST_SECONDS, self.end_time)}/index.m3u8'"
|
||||||
)
|
)
|
||||||
playlist_start += MAX_PLAYLIST_SECONDS
|
playlist_start += MAX_PLAYLIST_SECONDS
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user