Re: Query on Adding a file via REST/SOAP Request

2017-08-24 Thread Maxim Solodovnik
I'm not using these tools Here are couple examples: PHP API [1] Java tests [2] [1] https://github.com/openmeetings/openmeetings-api-plugin/blob/master/src/main/scripts/OmGateway.php#L273 [2] https://github.com/apache/openmeetings/blob/3.3.x/openmeetings-web/src/test/java/org/apache/openmeetings/t

Re: Query on Adding a file via REST/SOAP Request

2017-08-24 Thread Alekhya M
Thank you. I am trying with REST API tools like SOAP UI, Ready API!. I hav already tried with the link you've shared, I couldn't get success response. Can you help me out in achieving this? Regards, Alekhya From: "solomax666" To: "Alekhya M" Cc: "user" Sent: Thursday, August 24, 20

Re: Query on Adding a file via REST/SOAP Request

2017-08-24 Thread Maxim Solodovnik
please do not cross-post to the different lists You can use this [1] method to add file with its contents [1] http://openmeetings.apache.org/openmeetings-webservice/apidocs/org/apache/openmeetings/webservice/FileWebService.html#add-java.lang.String-org.apache.openmeetings.db.dto.file.FileExplorer

Re: RTMPS

2017-08-24 Thread Maxim Solodovnik
Tunnelling means: RTMPS will work on top of HTTPS Native meand RTMPS will natively use SSL native option means less overhead, but also it might cause non-debuggable ssl issues On Thu, Aug 24, 2017 at 5:36 PM, Yakovlev N. wrote: > Hello all, > > there are two ways to set up RTMPS: Tunneling

RTMPS

2017-08-24 Thread Yakovlev N.
Hello all, there are two ways to set up RTMPS: Tunneling and Native. What cases require to use the first or second method? Are both methods equivalent? Best regards, Nik