- Dec 10, 2018
-
-
Richard Alam authored
-
- Nov 30, 2018
-
-
Ghazi Triki authored
-
- Nov 23, 2018
-
-
Ghazi Triki authored
-
- Nov 22, 2018
-
-
Ghazi Triki authored
-
Ghazi Triki authored
-
Ghazi Triki authored
-
- Nov 21, 2018
-
-
Ghazi Triki authored
-
Ghazi Triki authored
-
Ghazi Triki authored
-
- Oct 25, 2018
-
-
Richard Alam authored
- we still need to remove the connection from the global audio list but not send the global audio left event to akka-apps
-
Richard Alam authored
user from the voice conference
-
Richard Alam authored
-
- Aug 05, 2018
-
-
Ghazi Triki authored
-
- Jul 03, 2018
-
-
Ghazi Triki authored
-
- Jul 02, 2018
-
-
Ghazi Triki authored
-
- Jun 11, 2018
-
-
Richard Alam authored
-
- May 15, 2018
-
-
Richard Alam authored
-
- Apr 25, 2018
-
-
Richard Alam authored
-
- Apr 11, 2018
-
-
Richard Alam authored
-
- Jan 24, 2018
-
-
Richard Alam authored
-
Richard Alam authored
-
Richard Alam authored
-
- Oct 10, 2017
-
-
Richard Alam authored
-
- Jul 13, 2017
-
-
Chad Pilkey authored
-
- Nov 22, 2016
-
-
Richard Alam authored
-
Richard Alam authored
-
- Nov 21, 2016
-
-
Richard Alam authored
- do not use another thread to do the transcoding. The thread doesn't get cleaned up when the call ends and the thread is waiting for packet in the queue. I am noticing a lot of threads hanging around in Yourkit from the mem dump. Not sure if this is contributing to OOM.
-
- Sep 01, 2016
-
-
Pedro Beschorner Marin authored
-
- Jun 14, 2016
-
-
Felipe Cecagno authored
-
- Jun 13, 2016
-
-
kreismann authored
This function is responsible for building the 200 OK to answer the REINVITE coming from Freeswitch. In our cause, we just need to use bbb-voice local sdp to answer it. To a later and permanent change, however, it's recommended to investigate the SdpTools.java. My guess is that sdpMediaProduct function is comparing the media codecs in a wrong way.
-
kreismann authored
bbb-voice was responding the Freeswitch REINVITE with 200 OK containing remote SDP and with no media description.
-
kreismann authored
The 'From' field must contain bbb-voice IP. We were getting Freeswitch IP instead (that is ok ONLY when bbb-voice and Freeswitch share the same machine with same IP Address).
-
- Mar 31, 2016
-
-
Richard Alam authored
Removing unused source files so we can remove jmx dependency jar.
-
Richard Alam authored
Update builds to use gradle 2.12
-
- Mar 30, 2016
-
-
Richard Alam authored
Updating Red5 triggered updating of ffmpeg jars for screensharing.
-
- Mar 24, 2016
-
-
Richard Alam authored
Change dependencies to build against latest red5 to upgrade to java 8
-
- Jan 27, 2016
-
-
Ghazi Triki authored
-
- Sep 03, 2015
-
-
Richard Alam authored
-
- Aug 23, 2015
-
-
Richard Alam authored
- attempt to reconnect redis pubsub subscriber if disconnected
-
Richard Alam authored
see https://ria101.wordpress.com/2011/12/12/concurrenthashmap-avoid-a-common-misuse/ - Noticed that Red5 became slow to response after a while and usin Yourkit saw that a lot of threads are blocked in GlobalAudio.getGlobalAudioStream
-