From b15537756ff1bdeb263e404e443d5a5b87a95857 Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 25 Jul 2012 05:27:05 +0200 Subject: [PATCH] fix snap --- teleforma/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5