[opus] 1276 Bytes returned by opus_encode
Jan Homann
jh at janhomann.de
Wed Apr 30 01:33:14 PDT 2014
Maybe i found the source of the problem.
The basestation is running several threads. One per sending client and
one per receiving client. In each thread there is either an
opus_encode() or an opus_decode() but there is in total only one
OpusEncoder and one OpusDecoder defined which where used in every
thread. Now every thread has it own OpusEncoder or OpusDecoder.
After 20minutes of audiostreaming there is not even one occurance of the
previous described problem.
Kind regards, Jan
More information about the opus
mailing list