Enabling Screen Share in HTTPS/RTMPS enviroment *** cd to your keystore directory for example, mine is in /opt/red5304/conf *** cd /opt/red5304/conf
*** copy or make copy of your keystore to keystore.screen *** cp keystore.jks keystore.screen (default from installation is w/o ext jks) *** per Maxim, the keystore password for screen share is sent unecrypted *** *** they recommend changing it from the original password for your keystore file *** keytool -keypasswd -alias red5 -keystore keystore.screen Follow the password change process and youre done. On Tue, Mar 24, 2015 at 8:50 PM, Maxim Solodovnik <[email protected]> wrote: > great to hear :) > please share it it in the correspondent thread, maybe this will help > someone in the future > > On Wed, Mar 25, 2015 at 9:48 AM, FJ <[email protected]> wrote: > >> Thanks Maxim. It worked. >> >> By the way, Finally figure out the LDAP issue. >> >> On Tue, Mar 24, 2015 at 8:20 PM, Maxim Solodovnik <[email protected]> >> wrote: >> >>> you can google it :)) >>> http://stackoverflow.com/questions/2889238/keystore-change-passwords >>> >>> On Wed, Mar 25, 2015 at 9:12 AM, FJ <[email protected]> wrote: >>> >>>> Maxim, I the followed the exact WI(work instruction) on the on the >>>> link. My keystore file is keystore.jks. So want to do a "cp keystore.jks >>>> keystore.screen" How do the I change the password to keystore.screen? >>>> >>>> >>>> On Tue, Mar 24, 2015 at 8:06 PM, Maxim Solodovnik <[email protected] >>>> > wrote: >>>> >>>>> please follow this instruction: >>>>> http://openmeetings.apache.org/RTMPSAndHTTPS.html >>>>> for testing you can just copy red5/conf/keystore to >>>>> red5/conf/keystore.screen, but in this case you will send password >>>>> unencrypted, so for production I would recommend to change password for >>>>> this keystore or to create separate keystore >>>>> >>>>> On Wed, Mar 25, 2015 at 9:00 AM, FJ <[email protected]> wrote: >>>>> >>>>>> You are correct Maxim. I don't have the file you mentioned. Do I >>>>>> need that and where would I get it? >>>>>> >>>>>> >>>>>> On Tue, Mar 24, 2015 at 7:48 PM, Maxim Solodovnik < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> It seems you are using secure version (RTMPS) >>>>>>> do you have red5/conf/keystore.screen file in your system? >>>>>>> >>>>>>> On Wed, Mar 25, 2015 at 7:24 AM, FJ <[email protected]> wrote: >>>>>>> >>>>>>>> I can't seem to get Screen Share to work. It pops up asking to run >>>>>>>> and when I clean it does it things downloading, verifying and nothing >>>>>>>> after >>>>>>>> that. >>>>>>>> >>>>>>>> Below is the "ERROR" shown in the "screensharing" file that it >>>>>>>> saved on the desktop. Is the a particular java version the client side >>>>>>>> that works best with OM3.0.4? >>>>>>>> >>>>>>>> Any advice would be great. >>>>>>>> >>>>>>>> >>>>>>>> Thank you all in advance. >>>>>>>> >>>>>>>> ERROR 03-24 18:17:04.160 176 o.a.o.s.w.CoreScreenShare >>>>>>>> [javawsApplicationMain] - >>>>>>>> org.apache.commons.codec.DecoderException: Odd number of characters. >>>>>>>> at org.apache.commons.codec.binary.Hex.decodeHex(Hex.java:82) >>>>>>>> ~[commons-codec-1.9.jar:na] >>>>>>>> at >>>>>>>> org.apache.openmeetings.screen.webstart.CoreScreenShare.<init>(CoreScreenShare.java:155) >>>>>>>> [openmeetings-screenshare-3.0.4-RELEASE.jar:na] >>>>>>>> at >>>>>>>> org.apache.openmeetings.screen.webstart.CoreScreenShare.main(CoreScreenShare.java:181) >>>>>>>> [openmeetings-screenshare-3.0.4-RELEASE.jar:na] >>>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>>>>>> ~[na:1.8.0_40] >>>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) >>>>>>>> ~[na:1.8.0_40] >>>>>>>> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown >>>>>>>> Source) ~[na:1.8.0_40] >>>>>>>> at java.lang.reflect.Method.invoke(Unknown Source) >>>>>>>> ~[na:1.8.0_40] >>>>>>>> at com.sun.javaws.Launcher.executeApplication(Unknown Source) >>>>>>>> [na:na] >>>>>>>> at com.sun.javaws.Launcher.executeMainClass(Unknown Source) >>>>>>>> [na:na] >>>>>>>> at com.sun.javaws.Launcher.doLaunchApp(Unknown Source) [na:na] >>>>>>>> at com.sun.javaws.Launcher.run(Unknown Source) [na:na] >>>>>>>> at java.lang.Thread.run(Unknown Source) [na:1.8.0_40] >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> WBR >>>>>>> Maxim aka solomax >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> WBR >>>>> Maxim aka solomax >>>>> >>>> >>>> >>> >>> >>> -- >>> WBR >>> Maxim aka solomax >>> >> >> > > > -- > WBR > Maxim aka solomax >
