Skip to content

Commit 243546a

Browse files
committed
Fix missing stream key argument
1 parent 51c3dd7 commit 243546a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ac_training_lab/picam/device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def call_lambda(action, cam_name, workflow_name, privacy_status="private"):
260260

261261
while True:
262262
print("Starting stream..")
263-
p1, p2 = start_stream(ffmpeg_url)
263+
p1, p2 = start_stream(ffmpeg_url, stream_key)
264264
print("Stream started")
265265
interrupted = False
266266
try:

0 commit comments

Comments
 (0)