]> git.parisson.com Git - teleforma.git/commitdiff
bugfix
authoryomguy <yomguy@parisson.com>
Wed, 25 Jul 2012 00:34:00 +0000 (02:34 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 25 Jul 2012 00:34:00 +0000 (02:34 +0200)
teleforma/views.py

index 25cc5e1c183a6e257588255af429234b05c34a2f..a1627f78bffab25c7dc776b0002efd47d792d24a 100755 (executable)
@@ -417,7 +417,7 @@ class ConferenceRecordView(FormView):
             if server_type == 'stream-m':
                 #FIXME:
 #                self.snapshot(stream.snapshot_url, station.output_dir)
-                self.snapshot('http://'+status.ip+'localhost:8080/snapshot/safe', station.output_dir)
+                self.snapshot('http://'+status.ip+':8080/snapshot/safe', station.output_dir)
 
         try:
             self.push(self.conference)