diff options
Diffstat (limited to 'src/YalpClients/EflClient/playlist.py')
| -rw-r--r-- | src/YalpClients/EflClient/playlist.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/YalpClients/EflClient/playlist.py b/src/YalpClients/EflClient/playlist.py index 059a04d..242aa76 100644 --- a/src/YalpClients/EflClient/playlist.py +++ b/src/YalpClients/EflClient/playlist.py @@ -18,10 +18,10 @@ class Selection(object): self.vid = emotion.Emotion(win.canvas, module_filename="gstreamer") self.stream = stream self.play_video () - + def play_video(self): print self.stream - # ip = self.stream[0][0].destIp THIS CHRASHES!!! + # ip = self.stream[0][0].destIp THIS CHRASHES!!! -> I know :-) ip = "127.0.0.1" port = 9993 print "stream from", ip, port @@ -29,3 +29,4 @@ class Selection(object): self.c.part_swallow("video", self.vid) self.vid.show() self.vid.play = True + |
