git clone https://github.com/warmcat/libwebsockets.git
cd libwebsockets
cmake -DLWS_MAX_SMP=1 .
make
sudo make install
ldconfig
sudo apt-get install libmicrohttpd-dev libjansson-dev libnice-dev libssl-dev libsrtp-dev libsofia-sip-ua-dev libglib2.0-dev libopus-dev libogg-dev libini-config-dev libcollection-dev pkg-config gengetopt automake libtool doxygen graphviz git cmake
sudo apt-get install libavformat-dev
mkdir -p ~/build
cd ~/build
git clone git://github.com/meetecho/janus-gateway.git
cd janus-gateway
sh autogen.sh
./configure --disable-data-channels --disable-rabbitmq --disable-docs --prefix=/opt/janus LDFLAGS="-L/usr/local/lib -Wl,-rpath=/usr/local/lib" CFLAGS="-I/usr/local/include"
make && sudo make install
sudo make configs

handle SIG33 pass nostop noprint
set pagination 0
run
backtrace full
info registers
x/16i $pc
thread apply all backtrace
ws working fine behind apache proxy, is this solution stable for production?wss => apache => janus ws ... ?
--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janus+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
#0 0x00007ffff7672393 in g_list_last () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#1 0x00007ffff76723df in g_list_append () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#2 0x000000000043bfba in janus_ice_send_thread (data=0x7fffbc00b400) at ice.c:3817
3808 if(max_nack_queue > 0) {
3809 /* Save the packet for re-transmissions that may be needed later */
3810 janus_rtp_packet *p = (janus_rtp_packet *)g_malloc0(sizeof(janus_rtp_packet));
3811 p->data = (char *)g_malloc0(protected);
3812 memcpy(p->data, sbuf, protected);
3813 p->length = protected;
3814 p->created = janus_get_monotonic_time();
3815 p->last_retransmit = 0;
3816 janus_mutex_lock(&component->mutex);
3817 component->retransmit_buffer = g_list_append(component->retransmit_buffer, p);
3818 janus_mutex_unlock(&component->mutex);
3819 }
--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janus+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.