Re: How to Create Recording Hash

2017-10-17 Thread Maxim Solodovnik
you can generate room hash using
http://openmeetings.apache.org/openmeetings-webservice/apidocs/org/apache/openmeetings/webservice/UserWebService.html#getRoomHash-java.lang.String-org.apache.openmeetings.db.dto.user.ExternalUserDTO-org.apache.openmeetings.db.dto.room.RoomOptionsDTO-

the create link to the recording mp4 resource:
openmeetings/recordings/mp4/_YOUR_HASH_HERE_
I believe this should work

On Tue, Oct 17, 2017 at 6:02 PM, Darshit Patel 
wrote:

> Hi,
> Sorry for not providing all scenario earlier.
> Currently I am developing one application and integrated openmeeting in
> it. In my application, I  am displaying list of recordings. Recording
> should be play on the click of that link.
>
> So can I create recording has on the click of list item so my application
> fetch recording from openmeeting server and play it.
>
>
> On 17-Oct-2017 4:24 PM, "Maxim Solodovnik"  wrote:
>
>> What is the question?
>>
>> "Share" button allows to share link to the recording
>>
>> On Tue, Oct 17, 2017 at 5:46 PM, Darshit Patel 
>> wrote:
>>
>>> Hi maxim,
>>> I wan to share created MP4 file.
>>>
>>> On 17-Oct-2017 4:04 PM, "Maxim Solodovnik"  wrote:
>>>
 Use "Share" button in the recording tree

 On Tue, Oct 17, 2017 at 5:22 PM, Darshit Patoliya <
 darshit.patol...@paramatrix.com> wrote:

> Hi,
>
> I have created recording, to share it I want to create recording hash.
> How I can create recording hash so user having hash can access it. Is
> there any documentation or example available for it?
>
> --
> Regards,
> Darshit Patoliya,
>



 --
 WBR
 Maxim aka solomax

>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>


-- 
WBR
Maxim aka solomax


Re: Audio/Video suddenly disabled

2017-10-17 Thread Maxim Solodovnik
Please provide detailed list of steps you have performed
as well detailed description of the results
so we can help you

On Tue, Oct 17, 2017 at 5:24 PM, Biswajit Jena 
wrote:

> Hi,
> Ok, I'll choose any SSL provider for real-certificate.
>
> I tried with network testing page https://localhost:5443/
> openmeetings/swf?6=networktesting.swf10.swf for flash.
> It is showing me port error but that is updated in firewall and able to
> telnet remotely. What is the reason ? Is there anything I need to update
> for Flash media fails. ?
>
> Still getting error while Flash connection page load for video :
> NetConnection.Connect.CertificateUntrustedSigner
>
> [image: Inline image 1]
>
> On Tue, Oct 17, 2017 at 12:03 PM, Maxim Solodovnik 
> wrote:
>
>> <<< *Where do I submit ? Any specific vendor ? Can I do this on my
>> domain CPanel ?*
>>
>> I't your choice, you have choose SSL provider
>>
>> On Mon, Oct 16, 2017 at 2:39 PM, Biswajit Jena 
>> wrote:
>>
>>> Did all the steps but still facing issue on SSL configuration and need
>>> your help. How do I proceed ?
>>> I reviewed the steps as per the documentation mentioned in the URL :
>>> https://openmeetings.apache.org/RTMPSAndHTTPS.html.
>>>
>>> 2.Generated CSR file (OK ) from CentOS console.
>>>
>>> 3.Submit CSR to your CA of choice and receive a signed certificate ( *Where
>>> do I submit ? Any specific vendor ? Can I do this on my domain CPanel ?*
>>>
>>> 4.Import your chosen CA's root certificate into the keystore (may need
>>> to download it from their site - make sure to get the root CA and not the
>>> intermediate one):keytool -import -alias root -keystore
>>> red5/conf/keystore.jks -trustcacerts -file root.crt
>>>
>>> 5.Import the intermediate certificate(s) you normally receive with the
>>> certificate: *( How do I get this ?)*
>>> -
>>>
>>> keytool -import -alias intermed -keystore red5/conf/keystore.jks 
>>> -trustcacerts -file intermediate.crt
>>>
>>> -
>>>
>>> 6.Import the certificate you received: *( How do I get this ?)*
>>>
>>> -
>>>
>>> keytool -import -alias red5 -keystore red5/conf/keystore.jks -trustcacerts 
>>> -file demo.openmeetings.de.crt
>>>
>>>
>>> On Fri, Oct 6, 2017 at 1:41 PM, Maxim Solodovnik 
>>> wrote:
>>>
 You have to _very carefully_ follow SSL instructions.
 Additional info can be obtained by adding java SSL debug options (
 http://docs.oracle.com/javase/7/docs/technotes/guides/secur
 ity/jsse/ReadDebug.html) and enabling client DEBUG

 Self signed certificate is sort of "russian roulette", they are not
 trusted by java,OS and browser by default

 I believe you can ask for commercial support .

 On Fri, Oct 6, 2017 at 2:02 PM, Biswajit Jena 
 wrote:

> Hi,
>
> I tried with Self-Seigned certificate but didn't work either.
> Is there any way to check both red5 client and server connection
> mechanism on OM ?
> Because error doesn't reflect properly on page and only showing
> missing error 566 , 642 etc..
> Do you know anyone who can solve this issue ?
>
> Regards
> Biswajit
>
>
>
> On Thu, Sep 28, 2017 at 2:01 PM, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
>
>> There was long discussion in mailing list regarding the topic
>> Please use the search and double-check you have followed instructions
>> published on site
>>
>> On Thu, Sep 28, 2017 at 2:39 PM, Biswajit Jena > > wrote:
>>
>>> I followed self-signed certificate but still getting
>>> 'CertificateUntrustedError' during connection. What is the reason ?
>>> Do I need to buy the SSL certificate then only it works ? please
>>> guide me.
>>>
>>> Thanks
>>>
>>>
>>> On Wed, Sep 27, 2017 at 8:49 AM, Maxim Solodovnik <
>>> solomax...@gmail.com> wrote:
>>>
 Please do not cross-post to different lists.
 This question should go to user@ list only.

 Please search mailing archives regarding this.
 Debugging SSL issues might be not very easy but possible.

 You have to follow the instructions :)

 Additional steps might be required in case you are using
 self-signed certificate

 On Tue, Sep 26, 2017 at 5:13 PM, Biswajit Jena <
 expertsm...@gmail.com> wrote:

> Its strange that there is no error log in red5 or server log. Only
> I can see the error while page load.
> Even I executed the server with DEBUG mode. What should do  ?
>
> On Tue, Sep 26, 2017 at 1:35 PM, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
>
>> This generally mean you miss some step and now OM web browser
>> client is unable to connect to OM server.
>> Examine OM logs, fix all errors and follow 

Re: How to Create Recording Hash

2017-10-17 Thread Darshit Patel
Hi,
Sorry for not providing all scenario earlier.
Currently I am developing one application and integrated openmeeting in it.
In my application, I  am displaying list of recordings. Recording should be
play on the click of that link.

So can I create recording has on the click of list item so my application
fetch recording from openmeeting server and play it.


On 17-Oct-2017 4:24 PM, "Maxim Solodovnik"  wrote:

> What is the question?
>
> "Share" button allows to share link to the recording
>
> On Tue, Oct 17, 2017 at 5:46 PM, Darshit Patel 
> wrote:
>
>> Hi maxim,
>> I wan to share created MP4 file.
>>
>> On 17-Oct-2017 4:04 PM, "Maxim Solodovnik"  wrote:
>>
>>> Use "Share" button in the recording tree
>>>
>>> On Tue, Oct 17, 2017 at 5:22 PM, Darshit Patoliya <
>>> darshit.patol...@paramatrix.com> wrote:
>>>
 Hi,

 I have created recording, to share it I want to create recording hash.
 How I can create recording hash so user having hash can access it. Is
 there any documentation or example available for it?

 --
 Regards,
 Darshit Patoliya,

>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>


Re: How to Create Recording Hash

2017-10-17 Thread Maxim Solodovnik
What is the question?

"Share" button allows to share link to the recording

On Tue, Oct 17, 2017 at 5:46 PM, Darshit Patel 
wrote:

> Hi maxim,
> I wan to share created MP4 file.
>
> On 17-Oct-2017 4:04 PM, "Maxim Solodovnik"  wrote:
>
>> Use "Share" button in the recording tree
>>
>> On Tue, Oct 17, 2017 at 5:22 PM, Darshit Patoliya <
>> darshit.patol...@paramatrix.com> wrote:
>>
>>> Hi,
>>>
>>> I have created recording, to share it I want to create recording hash.
>>> How I can create recording hash so user having hash can access it. Is
>>> there any documentation or example available for it?
>>>
>>> --
>>> Regards,
>>> Darshit Patoliya,
>>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>


-- 
WBR
Maxim aka solomax


Re: How to Create Recording Hash

2017-10-17 Thread Darshit Patel
Hi maxim,
I wan to share created MP4 file.

On 17-Oct-2017 4:04 PM, "Maxim Solodovnik"  wrote:

> Use "Share" button in the recording tree
>
> On Tue, Oct 17, 2017 at 5:22 PM, Darshit Patoliya <
> darshit.patol...@paramatrix.com> wrote:
>
>> Hi,
>>
>> I have created recording, to share it I want to create recording hash.
>> How I can create recording hash so user having hash can access it. Is
>> there any documentation or example available for it?
>>
>> --
>> Regards,
>> Darshit Patoliya,
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>


Re: How to Create Recording Hash

2017-10-17 Thread Maxim Solodovnik
Use "Share" button in the recording tree

On Tue, Oct 17, 2017 at 5:22 PM, Darshit Patoliya <
darshit.patol...@paramatrix.com> wrote:

> Hi,
>
> I have created recording, to share it I want to create recording hash.
> How I can create recording hash so user having hash can access it. Is
> there any documentation or example available for it?
>
> --
> Regards,
> Darshit Patoliya,
>



-- 
WBR
Maxim aka solomax


How to Create Recording Hash

2017-10-17 Thread Darshit Patoliya

Hi,

I have created recording, to share it I want to create recording hash.
How I can create recording hash so user having hash can access it. Is 
there any documentation or example available for it?


--
Regards,
Darshit Patoliya,


Re: Audio/Video suddenly disabled

2017-10-17 Thread Maxim Solodovnik
<<< *Where do I submit ? Any specific vendor ? Can I do this on my domain
CPanel ?*

I't your choice, you have choose SSL provider

On Mon, Oct 16, 2017 at 2:39 PM, Biswajit Jena 
wrote:

> Did all the steps but still facing issue on SSL configuration and need
> your help. How do I proceed ?
> I reviewed the steps as per the documentation mentioned in the URL :
> https://openmeetings.apache.org/RTMPSAndHTTPS.html.
>
> 2.Generated CSR file (OK ) from CentOS console.
>
> 3.Submit CSR to your CA of choice and receive a signed certificate ( *Where
> do I submit ? Any specific vendor ? Can I do this on my domain CPanel ?*
> 4.Import your chosen CA's root certificate into the keystore (may need to
> download it from their site - make sure to get the root CA and not the
> intermediate one):keytool -import -alias root -keystore
> red5/conf/keystore.jks -trustcacerts -file root.crt
>
> 5.Import the intermediate certificate(s) you normally receive with the
> certificate: *( How do I get this ?)*
> -
>
> keytool -import -alias intermed -keystore red5/conf/keystore.jks 
> -trustcacerts -file intermediate.crt
>
> -
>
> 6.Import the certificate you received: *( How do I get this ?)*
>
> -
>
> keytool -import -alias red5 -keystore red5/conf/keystore.jks -trustcacerts 
> -file demo.openmeetings.de.crt
>
>
> On Fri, Oct 6, 2017 at 1:41 PM, Maxim Solodovnik 
> wrote:
>
>> You have to _very carefully_ follow SSL instructions.
>> Additional info can be obtained by adding java SSL debug options (
>> http://docs.oracle.com/javase/7/docs/technotes/guides/
>> security/jsse/ReadDebug.html) and enabling client DEBUG
>>
>> Self signed certificate is sort of "russian roulette", they are not
>> trusted by java,OS and browser by default
>>
>> I believe you can ask for commercial support .
>>
>> On Fri, Oct 6, 2017 at 2:02 PM, Biswajit Jena 
>> wrote:
>>
>>> Hi,
>>>
>>> I tried with Self-Seigned certificate but didn't work either.
>>> Is there any way to check both red5 client and server connection
>>> mechanism on OM ?
>>> Because error doesn't reflect properly on page and only showing missing
>>> error 566 , 642 etc..
>>> Do you know anyone who can solve this issue ?
>>>
>>> Regards
>>> Biswajit
>>>
>>>
>>>
>>> On Thu, Sep 28, 2017 at 2:01 PM, Maxim Solodovnik 
>>> wrote:
>>>
 There was long discussion in mailing list regarding the topic
 Please use the search and double-check you have followed instructions
 published on site

 On Thu, Sep 28, 2017 at 2:39 PM, Biswajit Jena 
 wrote:

> I followed self-signed certificate but still getting
> 'CertificateUntrustedError' during connection. What is the reason ?
> Do I need to buy the SSL certificate then only it works ? please guide
> me.
>
> Thanks
>
>
> On Wed, Sep 27, 2017 at 8:49 AM, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
>
>> Please do not cross-post to different lists.
>> This question should go to user@ list only.
>>
>> Please search mailing archives regarding this.
>> Debugging SSL issues might be not very easy but possible.
>>
>> You have to follow the instructions :)
>>
>> Additional steps might be required in case you are using self-signed
>> certificate
>>
>> On Tue, Sep 26, 2017 at 5:13 PM, Biswajit Jena > > wrote:
>>
>>> Its strange that there is no error log in red5 or server log. Only I
>>> can see the error while page load.
>>> Even I executed the server with DEBUG mode. What should do  ?
>>>
>>> On Tue, Sep 26, 2017 at 1:35 PM, Maxim Solodovnik <
>>> solomax...@gmail.com> wrote:
>>>
 This generally mean you miss some step and now OM web browser
 client is unable to connect to OM server.
 Examine OM logs, fix all errors and follow the instructions

 On Tue, Sep 26, 2017 at 2:50 PM, Biswajit Jena <
 expertsm...@gmail.com> wrote:

> I am getting following error after SSL setup on OM.
>
> While entering to the room ,I get  Missing error 556 , 642 and 204
> . What could be the reason ?
>
> Shared a screenshot for your review and suggestion.
>
> Thanks
>
>
>
> On Mon, Sep 25, 2017 at 5:33 PM, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
>
>> You have to find SSL certificate provider
>> And get and/or buy ssl certificate
>>
>> WBR, Maxim
>> (from mobile, sorry for the typos)
>>
>> On Sep 25, 2017 19:00, "Biswajit Jena" 
>> wrote:
>>
>>> Is this configuration support centOS 6 ?
>>> Please guide me with actual working steps.
>>> I don't know where to submit the CSR  as per link :
>>>