summaryrefslogtreecommitdiff
path: root/src/YalpClients
diff options
context:
space:
mode:
Diffstat (limited to 'src/YalpClients')
-rw-r--r--src/YalpClients/EflClient/playlist.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/YalpClients/EflClient/playlist.py b/src/YalpClients/EflClient/playlist.py
index 7352a67..07354cf 100644
--- a/src/YalpClients/EflClient/playlist.py
+++ b/src/YalpClients/EflClient/playlist.py
@@ -39,6 +39,8 @@ class Selection(object):
#vid = emotion.Emotion(win.canvas,module_filename="xine");
print self.stream
#self.vid.file_set("Lordi.mpg");
+ ip = self.stream[0][0].destIp
+ print ip
self.vid.file_set(self.stream);
self.c.part_swallow("video", self.vid)
self.vid.show()