From: yomguy Date: Wed, 25 Jul 2012 03:27:05 +0000 (+0200) Subject: fix snap X-Git-Tag: 0.8.2^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b15537756ff1bdeb263e404e443d5a5b87a95857;p=teleforma.git fix snap --- diff --git a/teleforma/views.py b/teleforma/views.py index 119815e4..c97ba4e0 100755 --- a/teleforma/views.py +++ b/teleforma/views.py @@ -432,7 +432,7 @@ class ConferenceRecordView(FormView): if server_type == 'stream-m': #FIXME: # self.snapshot(stream.snapshot_url, station.output_dir) - self.snapshot('http://'+status.ip+':8080/snapshot/safe', station.output_dir) + self.snapshot('http://localhost:8080/snapshot/safe', station.output_dir) try: self.push(self.conference)