ming %!s(int64=3) %!d(string=hai) anos
pai
achega
9bbeb9f77e
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 1 1
      OpenshotService/openshot_video_generator.py
  2. 2 2
      api/main.py

+ 1 - 1
OpenshotService/openshot_video_generator.py

@@ -416,7 +416,7 @@ class video_service(rpyc.Service):
 
 
 from rpyc.utils.server import ThreadedServer
-t = ThreadedServer(video_service, port=8888)
+t = ThreadedServer(video_service, port=8878)
 print('service started')
 t.start()
 

+ 2 - 2
api/main.py

@@ -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