From c0d9a5ffe4552bccd55b0ed239890ee8663cbf4d Mon Sep 17 00:00:00 2001 From: Nicole Vreden Date: Wed, 17 Feb 2010 22:23:11 +0100 Subject: File_set: Stream Signed-off-by: Nicole Vreden --- src/YalpClients/EflClient/playlist.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/YalpClients/EflClient/playlist.py') 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() -- cgit v1.2.3