|
@@ -132,9 +132,9 @@ def get_url_type(url):
|
|
|
return contentType
|
|
|
|
|
|
def gen_video(name_hash,name,text_content, image_urls,avatar,client_id):
|
|
|
- c = rpyc.connect("localhost", 8888)
|
|
|
+ c = rpyc.connect("localhost", 8878)
|
|
|
remote_svc = c.root
|
|
|
- my_answer = remote_svc.call_video() # method call
|
|
|
+ my_answer = remote_svc.call_video(name_hash,name,text_content, image_urls,avatar,client_id) # method call
|
|
|
while True:
|
|
|
if ros.path.exists(tmp_video_dir+name_hash+'.mp4'):
|
|
|
break
|