]> git.parisson.com Git - teleforma.git/commitdiff
fix snapshot url
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 19 Jul 2013 15:33:44 +0000 (17:33 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 19 Jul 2013 15:34:35 +0000 (17:34 +0200)
teleforma/views/core.py

index 6c70de031b5090981372ca95cdf07a5522cfb829..8c4f23ee1e599b2ce7e34e9830930a3b031d6d7a 100644 (file)
@@ -539,7 +539,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