X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=examples%2Flinux%2Ffile_transfer.py;h=7d07ed6d1bb1335d1078d1dbcbf49e1f91d4dd3c;hb=d1c731d0fbf6c0b8a21607795fb1101a46a2518d;hp=ed848e407d38fe05d81560ebda190b550fac3dcf;hpb=36f956d214b109de7b8b7ceb34d0718d284c15f8;p=nepi.git diff --git a/examples/linux/file_transfer.py b/examples/linux/file_transfer.py index ed848e40..7d07ed6d 100644 --- a/examples/linux/file_transfer.py +++ b/examples/linux/file_transfer.py @@ -96,11 +96,6 @@ ec.set(server, "command", command) ec.register_connection(server, node1) # Register client -command = ("sudo -S dbus-uuidgen --ensure; sleep 3; " - "vlc -I dummy rtp://%s:5004/%s " - "--sout '#std{access=file,mux=ts,dst=VIDEO}'") % \ - (hostname2, video) - # Note: is important to add the -d option in nc command to not attempt to read from the # stdin # if not nc in the client side close the socket suddently if runned in background