From 34d9eeca7c5632e58541f2ae6b220a29bf041e41 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 19 Jul 2013 17:33:44 +0200 Subject: [PATCH] fix snapshot url --- teleforma/views/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/views/core.py b/teleforma/views/core.py index 723ce695..011a1b3d 100644 --- a/teleforma/views/core.py +++ b/teleforma/views/core.py @@ -543,7 +543,7 @@ class ConferenceRecordView(FormView): stream.save() if server_type == 'stream-m': try: - self.snapshot('http://localhost:8080/snapshot/safe', station.output_dir) + self.snapshot('http://localhost:8080/snapshot/monitor', station.output_dir) except: pass -- 2.39.5