From: Guillaume Pellerin Date: Fri, 19 Jul 2013 15:33:44 +0000 (+0200) Subject: fix snapshot url X-Git-Tag: 1.3-TC~28^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=34d9eeca7c5632e58541f2ae6b220a29bf041e41;p=teleforma.git fix snapshot url --- 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