You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by awotipe oluwaseun <aw...@yahoo.com> on 2015/07/21 20:47:53 UTC

screen sharing not working

I have two signedcertificate in the server one for screen sharing and the other for regularrmpts ,I had keystore.jks rmtps and screen.keystore  for screen sharing, Ihave tried to follow the instruction piece by piece , could not figure out whythe screen sharing is not working, please help me out with  possibleadvice on how to resolve thi.have attached the screen share log and the lastopen meetings log and my configuration settings on red5.properies is as below


 thanks    root@openmeeting:/opt/red5306/conf#lsaccess.properties            no-jee-container.xml  red5.policycatalina.policy              OATICA2.cer          red5.propertiescontext.xml                  OATIIA2013.cer        red5.xmlehcache.xml                  password.properties   screen.csrjee-container.xml            quartz.properties     screen.keystore.jkskeystore.jks                 realm.properties      screen.truststore.jkskeystore.jmx                 red5-common.xml       tomcat-users.xmllogback.xml                  red5-core.xml         truststore.jksmeetings.oati.net.cer        red5.csr             truststore.jmxmeetings.screen.oati.net.cer red5.globals          web.xml    #Socket policypolicy.host=0.0.0.0policy.port=843 #HTTPhttp.host=0.0.0.0http.port=80https.port=443http.URIEncoding=UTF-8http.max_keep_alive_requests=-1http.max_threads=20http.acceptor_thread_count=10http.processor_cache=20#RTMPrtmp.host=0.0.0.0rtmp.port=1935rtmp.io_threads=16rtmp.send_buffer_size=65536rtmp.receive_buffer_size=65536rtmp.ping_interval=1000rtmp.max_inactivity=60000rtmp.max_handshake_time=5000rtmp.tcp_nodelay=truertmp.tcp_keepalive=falsertmp.default_server_bandwidth=10000000rtmp.default_client_bandwidth=10000000rtmp.client_bandwidth_limit_type=2rtmp.bandwidth_detection=falsertmp.encoder_base_tolerance=5000rtmp.encoder_drop_live_future=false#traffic optimization hinting. to disable set traffic class set to -1#low delay + high throughput == 24 (0x18)rtmp.traffic_class=-1#requested maximum length of the queue of incoming connectionsrtmp.backlog=32#the interval (seconds) between each throughput calculationrtmp.thoughput_calc_interval=15#enable use of the default mina acceptorrtmp.default_acceptor=true#socket i/o pool sizes used when default acceptor is disabledrtmp.initial_pool_size=0rtmp.max_pool_size=2rtmp.max_processor_pool_size=16rtmp.executor_keepalive_time=60000mina.logfilter.enable=false#scheduler configs (per connection)rtmp.scheduler.pool_size=2rtmp.executor.queue_capacity=64#drop audio packets when queue is almost full, to disable this, set to 0rtmp.executor.queue_size_to_drop_audio_packets=60#maximum amount of time allotted to process a single rtmp message / packet inmilliseconds, set it as 0 to disable timeoutrtmp.max_handling_time=5000 #RTMPSrtmps.host=0.0.0.0rtmps.port=8443rtmps.ping_interval=5000rtmps.max_inactivity=60000rtmps.max_keep_alive_requests=-1rtmps.max_threads=20rtmps.acceptor_thread_count=2rtmps.processor_cache=20#RTMPS Key and Trust store parametersrtmps.keystorepass=passwordrtmps.keystorefile=conf/keystore.jksrtmps.truststorepass=passwordrtmps.truststorefile=conf/truststore.jks rtmps.screen.keystorepass=passwordrtmps.screen.keystorefile=conf/screen.keystore.jksrtmps.screen.truststorepass=passwordrtmps.screen.truststorefile=conf/screen.truststore.jks#RTMPTrtmpt.host=0.0.0.0rtmpt.port=8088rtmpt.ping_interval=5000rtmpt.max_inactivity=60000rtmpt.max_handshake_time=5000rtmpt.max_keep_alive_requests=-1rtmpt.max_threads=20rtmpt.acceptor_thread_count=2rtmpt.processor_cache=20rtmpt.encoder_base_tolerance=5000

   

RE: screen sharing not working

Posted by "Wild, Rodney" <ro...@cybastevens.com>.
There are four lines in your config file that need to be set to the host name or ip of your server:

http.host=0.0.0.0
rtmp.host=0.0.0.0
rtmps.host=0.0.0.0
rtmpt.host=0.0.0.0

Rodney Wild | IT Support

From: awotipe oluwaseun [mailto:awotipeoluwaseun@yahoo.com]
Sent: July-21-15 12:48 PM
To: user@openmeetings.apache.org
Subject: screen sharing not working

I have two signed certificate in the server one for screen sharing and the other for regular rmpts ,I had keystore.jks rmtps and screen.keystore  for screen sharing, I have tried to follow the instruction piece by piece , could not figure out why the screen sharing is not working, please help me out with  possible advice on how to resolve thi.have attached the screen share log and the last open meetings log and my configuration settings on red5.properies is as below


thanks




root@openmeeting:/opt/red5306/conf# ls
access.properties             no-jee-container.xml  red5.policy
catalina.policy               OATICA2.cer           red5.properties
context.xml                   OATIIA2013.cer        red5.xml
ehcache.xml                   password.properties   screen.csr
jee-container.xml             quartz.properties     screen.keystore.jks
keystore.jks                  realm.properties      screen.truststore.jks
keystore.jmx                  red5-common.xml       tomcat-users.xml
logback.xml                   red5-core.xml         truststore.jks
meetings.oati.net.cer         red5.csr              truststore.jmx
meetings.screen.oati.net.cer  red5.globals          web.xml




# Socket policy
policy.host=0.0.0.0
policy.port=843

# HTTP
http.host=0.0.0.0
http.port=80
https.port=443
http.URIEncoding=UTF-8
http.max_keep_alive_requests=-1
http.max_threads=20
http.acceptor_thread_count=10
http.processor_cache=20
# RTMP
rtmp.host=0.0.0.0
rtmp.port=1935
rtmp.io_threads=16
rtmp.send_buffer_size=65536
rtmp.receive_buffer_size=65536
rtmp.ping_interval=1000
rtmp.max_inactivity=60000
rtmp.max_handshake_time=5000
rtmp.tcp_nodelay=true
rtmp.tcp_keepalive=false
rtmp.default_server_bandwidth=10000000
rtmp.default_client_bandwidth=10000000
rtmp.client_bandwidth_limit_type=2
rtmp.bandwidth_detection=false
rtmp.encoder_base_tolerance=5000
rtmp.encoder_drop_live_future=false
# traffic optimization hinting. to disable set traffic class set to -1
# low delay + high throughput == 24 (0x18)
rtmp.traffic_class=-1
# requested maximum length of the queue of incoming connections
rtmp.backlog=32
# the interval (seconds) between each throughput calculation
rtmp.thoughput_calc_interval=15
# enable use of the default mina acceptor
rtmp.default_acceptor=true
# socket i/o pool sizes used when default acceptor is disabled
rtmp.initial_pool_size=0
rtmp.max_pool_size=2
rtmp.max_processor_pool_size=16
rtmp.executor_keepalive_time=60000
mina.logfilter.enable=false
# scheduler configs (per connection)
rtmp.scheduler.pool_size=2
rtmp.executor.queue_capacity=64
# drop audio packets when queue is almost full, to disable this, set to 0
rtmp.executor.queue_size_to_drop_audio_packets=60
# maximum amount of time allotted to process a single rtmp message / packet in milliseconds, set it as 0 to disable timeout
rtmp.max_handling_time=5000

# RTMPS
rtmps.host=0.0.0.0
rtmps.port=8443
rtmps.ping_interval=5000
rtmps.max_inactivity=60000
rtmps.max_keep_alive_requests=-1
rtmps.max_threads=20
rtmps.acceptor_thread_count=2
rtmps.processor_cache=20
# RTMPS Key and Trust store parameters
rtmps.keystorepass=password
rtmps.keystorefile=conf/keystore.jks
rtmps.truststorepass=password
rtmps.truststorefile=conf/truststore.jks
  rtmps.screen.keystorepass=password
rtmps.screen.keystorefile=conf/screen.keystore.jks
rtmps.screen.truststorepass=password
rtmps.screen.truststorefile=conf/screen.truststore.jks
# RTMPT
rtmpt.host=0.0.0.0
rtmpt.port=8088
rtmpt.ping_interval=5000
rtmpt.max_inactivity=60000
rtmpt.max_handshake_time=5000
rtmpt.max_keep_alive_requests=-1
rtmpt.max_threads=20
rtmpt.acceptor_thread_count=2
rtmpt.processor_cache=20
rtmpt.encoder_base_tolerance=5000