diff options
| author | Manuel Traut <manut@mecka.net> | 2010-02-17 23:54:18 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2010-02-17 23:54:18 +0100 |
| commit | 642895fb9dcd010272908eecbd438c2abade595a (patch) | |
| tree | aa298e7a5f2b0ab4198d3e13ac6cfd69c7d1ea49 /efl-gui.sh | |
| parent | ef56d9fea0adba072350bf416761943d06d0634b (diff) | |
EflClient: Fix Streaming
- stream has to be created AND started
- Selection Class seems to be very strange. Cleaned it up a little, but could be
moved completely into 'Media' Class.
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'efl-gui.sh')
| -rwxr-xr-x | efl-gui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #!/bin/bash cd src/YalpClients/EflClient -python2.5 ./main.py -ORBInitRef NameService=corbaloc:iiop:localhost:1050/NameService +python2.5 ./main.py -ORBInitRef NameService=corbaloc:iiop:192.168.178.20:1050/NameService cd - |
