--
---
You received this message because you are subscribed to the Google Groups "red5" group.
To unsubscribe from this group and stop receiving emails from it, send an email to red5interest...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
we were seeing something similar on rtmps - basically the thread pool for the executors where being starved, due to threads deadlocking on invoke - it seeked the semaphore for writeRaw was the issue (as it was not reentrant). Replaced with lock - ie. something to do with SSL for mina, recursively calling back into the RTMPMinaConnection on the same thread (which the semaphore doesn't like).