I guess you need version 3.3.0 (or better 3.3.1) parameter name might differ for 3.2.1
On Thu, Aug 31, 2017 at 6:20 PM, Alekhya M <[email protected]> wrote: > Hi, > > We've tried with few ways but couldn't find a correct way for video > streaming using command line and below have mentioned one of the commands, > Could you please check and let me know about Is there any wrong way did I > approach or if not wrong way, May I know the proper way to achieve this. > > Command : ffmpeg -re -i /home/mudduprasad/Google\ Assistant\ on\ Raspberry\ > Pi-tt-gOQSYbcQ.mp4 -vcodec flv -f flv -rtmp_conn "O:1 > NS:ownerSid:c3ace45d-1b32-4fc6-9410-e2d445f768ba NN:width:720 NN:height:480 > O:0" rtmp://localhost:1935/openmeetings/2/-1 > > > Along with this mail, have also attached few logs which I've captured. Could > you please look into those and let me know If any other way to approach? > > > Thanks, > Alekhya > > ________________________________ > From: "solomax666" <[email protected]> > To: "Alekhya M" <[email protected]> > Cc: "user" <[email protected]> > Sent: Wednesday, August 30, 2017 11:24:36 AM > Subject: Re: Query on standalone Vedeo streaming > > It is possible to send external stream to the room as described here: > https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/ExternalVideo.html > But it will not work without existing room client > > On Wed, Aug 30, 2017 at 12:46 PM, Alekhya M <[email protected]> > wrote: >> >> Hi, >> >> Could you please help me out in standalone video streaming (i.e., Without >> GUI OM client login. Here, I'll login to OM as a client using REST and also >> will upload the Files using REST, In the same way wanna stream a video >> either using command line which invokes the any of the media player or >> standalone). >> >> >> Thanks, >> Alekhya >> >> ________________________________ >> From: "Alekhya M" <[email protected]> >> To: "solomax666" <[email protected]> >> Cc: "user" <[email protected]> >> Sent: Wednesday, August 30, 2017 11:05:54 AM >> Subject: Re: Query on Adding a file via REST/SOAP Request >> >> Thanks alot Maxim. >> >> The links you have given helped me and once again Thanks for your >> reference code. >> >> >> Regards, >> Alekhya >> >> ________________________________ >> From: "solomax666" <[email protected]> >> To: "Alekhya M" <[email protected]> >> Cc: "user" <[email protected]> >> Sent: Thursday, August 24, 2017 8:14:42 PM >> Subject: Re: Query on Adding a file via REST/SOAP Request >> >> 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/test/webservice/TestFileService.java#L50 >> >> >> On Thu, Aug 24, 2017 at 7:01 PM, Alekhya M <[email protected]> >> wrote: >>> >>> 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" <[email protected]> >>> To: "Alekhya M" <[email protected]> >>> Cc: "user" <[email protected]> >>> Sent: Thursday, August 24, 2017 5:03:10 PM >>> Subject: Re: Query on Adding a file via REST/SOAP Request >>> >>> 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.FileExplorerItemDTO-java.io.InputStream- >>> >>> On Thu, Aug 24, 2017 at 6:08 PM, Alekhya M <[email protected]> >>> wrote: >>>> >>>> Hi, >>>> >>>> Brief about me :: Myself Alekhya M, working as a Senior Software >>>> Engineer @Global Edge Software Ltd., Bangalore, India. >>>> >>>> I have been using OpenMeetings Application past few days and I am >>>> exploring on adding a file on server via REST/SOAP Request (Not from the >>>> UI). >>>> Able to login successfully using SOAP/REST request (Referred the WSDL >>>> services link & REST request details on OpenMeetings web page) but I am not >>>> able to add a file onto server using SOAP/REST Request as I have tried in >>>> few ways. Attached the SOAP Request details which I've used. >>>> >>>> Query : Is there any way to add a file via REST/SOAP Request? If it's >>>> possible, Could you please let me know how to achieve this? >>>> >>>> >>>> Best Regards, >>>> Alekhya. >>>> >>>> Disclaimer:This message is intended only for the designated >>>> recipient(s). It may contain confidential or proprietary information and >>>> may >>>> be subject to other confidentiality protections. If you are not a >>>> designated >>>> recipient, you may not review, copy or distribute this message. Please >>>> notify the sender by e-mail and delete this message. GlobalEdge does not >>>> accept any liability for virus infected mails. >>>> >>> >>> >>> >>> -- >>> WBR >>> Maxim aka solomax >>> >>> >>> Disclaimer:This message is intended only for the designated recipient(s). >>> It may contain confidential or proprietary information and may be subject to >>> other confidentiality protections. If you are not a designated recipient, >>> you may not review, copy or distribute this message. Please notify the >>> sender by e-mail and delete this message. GlobalEdge does not accept any >>> liability for virus infected mails. >>> >> >> >> >> -- >> WBR >> Maxim aka solomax >> >> >> Disclaimer:This message is intended only for the designated recipient(s). >> It may contain confidential or proprietary information and may be subject to >> other confidentiality protections. If you are not a designated recipient, >> you may not review, copy or distribute this message. Please notify the >> sender by e-mail and delete this message. GlobalEdge does not accept any >> liability for virus infected mails. >> > > > > -- > WBR > Maxim aka solomax > > > Disclaimer:This message is intended only for the designated recipient(s). It > may contain confidential or proprietary information and may be subject to > other confidentiality protections. If you are not a designated recipient, > you may not review, copy or distribute this message. Please notify the > sender by e-mail and delete this message. GlobalEdge does not accept any > liability for virus infected mails. > -- WBR Maxim aka solomax
